Skip to content

Ednaordinary/dns-enum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Networking scripts

This is my collection of random networking scripts. It started as just a brute force DNS enumerator, but also now has an unnecessarily fast port scanner. I've marked scripts that can pretty easily kill stuff with a *

DNS Enum *

  • Scans every permutation of A-Z and 0-9 on a DNS server
  • ~3.8 Gibps with 10 processes
  • Still slow due to exponential growth

Port Scanner *

  • Scans all non-dynamic ports on a specific /16 subnet in 36 minutes, or the first 1000 in 30 seconds
  • ~2 Gibps, ~2 million connections, with 85 processes (most networks cannot handle this)

About

Various networking scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages