lol ....
really ... ???
it's a simple python script ! so text based ....
open in kate ... edit save ...
Rel1k should add an option for nmap command to use ...
Just to clarify... i am a linux noob, and i am not guilty at all for using autopwn script... also i am using BT3 beta with the fast-track script
When using the script, the host a personal firewall, and so i need to enable the -p0 option to nmap to avoid a fake dead host, but it gives me no chance to put any commands in...
Is there any way to modify the script, or maybe when it asks for hosts i should put "-P0 xx.xxx.xxx.xxx"
any clarification would be appreciated...
lol ....
really ... ???
it's a simple python script ! so text based ....
open in kate ... edit save ...
Rel1k should add an option for nmap command to use ...
Watch your back, your packetz will belong to me soon... xD
BackTrack : Giving Machine Guns to Monkeys since 2006
thnx, im not familiar with the workings of python, because for the last 3 years ive been running perl exploits on cygwin... i finaly decided to convert to true linux
same as perl python is a interpreter. Should be obvious once you open the script.
All the nmap portions are really doing is taking what you enter and putting it into a predefined output. You can easily just type:
-p0 192.168.1.1 in the field that asks you for the IP address without modifying the script at all