Skip to content

bascoe10/FTPUsernameEnumeration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

FTP USERNAME Enumeration

Single threaded python script for FTP users enumeration. Usernames are printed as found. No output if no user is found.

Useful for penetration testing

Usage

kali@kali:~/$ python3 ftpuserenum.py 10.10.10.197 users.txt
developer --> found

Port defaults to 21 but can be changed with the -p or --port

TODO

  • Handle socket exceptions more gracefully
  • Make multi threaded

About

Python Script for FTP username enumeration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published