Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgamulo authored Sep 6, 2024
1 parent 7eb0d4d commit 7b63b69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Don't forget Google dorking or social media sites.

Machines and Ports

Consider using `masscan` to enumerate all the ports -- it's faster than `nmap`.
Then, use `nmap -sV <target>` for banner-grabbing.

* `netdiscover` to find machines
* `nmap -T4 -p- -A` to find open ports
* `nmap -sU -T4 -p <host>`
Expand Down

0 comments on commit 7b63b69

Please sign in to comment.