mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
new: added dns CHAOS banner grabber to syn.scan
This commit is contained in:
parent
8cb330562b
commit
385c8e3926
304 changed files with 40089 additions and 1 deletions
|
@ -29,6 +29,8 @@ func (mod *SynScanner) bannerGrabber(arg async.Job) {
|
|||
fn := tcpGrabber
|
||||
if port == 80 || port == 443 || sport[0] == '8' {
|
||||
fn = httpGrabber
|
||||
} else if port == 53 || port == 5353 {
|
||||
fn = dnsGrabber
|
||||
}
|
||||
|
||||
mod.Debug("grabbing banner for %s:%d", ip, port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue