-
Notifications
You must be signed in to change notification settings - Fork 345
httpuritype
quentinhardy edited this page Mar 24, 2016
·
2 revisions
This module can be used to scan ports and to forge some HTTP requests:
- To scan ports:
/odat.py httpuritype -s $SERVER -d $SID -U $USER -P $PASSWORD --scan-ports 127.0.0.1 1521,443,22
./odat.py httpuritype -s $SERVER -d $SID -U $USER -P $PASSWORD --scan-ports 127.0.0.1 20-30
- You can send a GET request:
./odat.py httpuritype -s $SERVER -d $SID -U $USER -P $PASSWORD --url 127.0.0.1:80
Quentin HARDY: [email protected] or [email protected]