Mau blog kamu rame? Join di sini



Jalan-jalan dapet ginian ... yudw w post aja .. sapa tau berguna
seperti pada judl , ini adalah tehnik pengganti nmap .. biasanya gara2 kita gk ada permission root untuk menjalankan Nmap .. ato Nmap sama sekali gk terinstall..

1. Buat file posts.txt dan ips.txt

2. pastekan ini di console

#echo 22>>ports.txt
...
or
(echo 22 & echo 80 & echo 443)>>ports.txt
ports.txt:
22
80
443

#echo 192.168.1.1>>ips.txt

...
ips.txt:
192.168.1.1
192.168.1.44
192.168.1.50

3. jalankan perintah ini

#for /F "tokens=*" %j in (ips.txt) do @for /F "tokens=*" %i in (ports.txt) do @((echo open %j %i)&
(echo quit)) | ftp 2>&1 | find "host" && @echo %i is open on %j >> hasil.aip.ganteng.txt


4. klo udah tinggal liat hasil

#type hasil.aip.ganteng.txt
results.txt:
22 is open on 192.168.1.1
443 is open on 192.168.1.1
80 is open on 192.168.1.50






DOWNLOAD +++prof-D+++@2011
readbud - get paid to read and rate articles

0 comments:

 
Design by Dendi Pradigta | Bloggerized by Lasantha