zgrab2 icon indicating copy to clipboard operation
zgrab2 copied to clipboard

Add checkpoint banner grabbing

Open Te-k opened this issue 3 years ago • 0 comments

Checkpoint has a specific admin protocol that provides the hostname of the firewall, here is a PR adding a module to zgrab to scan and get this hostname. It is based on several tools like this metasploit module

How to Test

./zgrab2 checkpoint

Notes & Caveats

  • I am not very familiar with go, so this definitely need some code review
  • I have not implemented any integration test as I don't think there is any open source implementation of this protocol. It would be easy to write a python script to reproduce the protocol but then you are testing what you know works, so I don't think it would be very useful
  • I am not fully sure the output schema is correct, I have not tested it.

So this PR needs a bit more work from the community before being merged.

Te-k avatar Jan 05 '21 18:01 Te-k