pwnwriter / haylxon

⚡ Blazing-fast tool to grab screenshots of your domain list right from terminal.
https://crates.io/crates/hxn
MIT License
386 stars 16 forks source link

[ Feature request]: Add support for defining ports with urls #60

Closed pwnwriter closed 8 months ago

pwnwriter commented 8 months ago

Description

Allow defining ports as well.

For example. if One have a url foo.com . If (s)he wants to scan a list of ports of that specific url. He could do

hxn -u https://foo.com -p 90,10

Or inside a file

https://foo.com 8080,90
https://bar.com 70,20

Related Documentation or Links

No response