Skip to content

A TCP based raw connection banner scanner to fetch banners of devices

Notifications You must be signed in to change notification settings

v0rl0x/raw-banner-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

raw-banner-scanner

A TCP based raw connection banner scanner to fetch banners of devices

cat ips.txt | ./raw -p port -b "banner-data" -o out-file.txt -t threads

example:

zmap -p3389 -o rdps.txt -r0 -T5 | ./raw -p 3389 -b "Desktop" -o out-file.txt -t 5000

About

A TCP based raw connection banner scanner to fetch banners of devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages