DEV Community

Merrell Vineza
Merrell Vineza

Posted on

My first post

This is a sample post.

# scans for port 22
for i in {1..25}; do ./nc -v -n -z -w 1 172.18.0.$i 22; done

# threader3000
# - for fast port scan
# - prompts for nmap scan also at the end, cool!
# https://github.com/dievus/threader3000
threader3000

# massscan
https://github.com/robertdavidgraham/masscan
Enter fullscreen mode Exit fullscreen mode

Latest comments (0)