Dyplesher write-up by limbernie

It’s been a while…

https://hackso.me/dyplesher-htb-walkthrough/

Loved the writeup, thank you! oh and also can you explain what U:1-65535 does during the masscan scanning? I assume it means to enumerate UDP ports too?

@PapyrusTheGuru said:
Loved the writeup, thank you! oh and also can you explain what U:1-65535 does during the masscan scanning? I assume it means to enumerate UDP ports too?

Spot on!

You know, instead of manually doing masscan and then nmap you could just use this:

@LMAY75 said:
You know, instead of manually doing masscan and then nmap you could just use this:

GitHub - johnnyxmas/ScanCannon: Combines the speed of masscan with the reliability and detailed enumeration of nmap

Nice, and it’s written in bash :love: