red-kite-solutions / stalker

Stalker, the Extensible Attack Surface Management tool.
https://wiki.stalker.red-kite.io/
GNU General Public License v3.0
78 stars 4 forks source link

Banner grabbing job #268

Closed lm-sec closed 4 months ago

lm-sec commented 4 months ago

The banner grabbing job offers much more details on the content of any port it encounters by leveraging nmap.

It adds the PortServiceFinding that updates the a port's new service database field.

It reworks the ports' adding mechanism to work with upsert for more flexibility.

The front-end now shows what kind of service is running on the port.

Examples:

image

image

This PR closes #8 , which is an hilariously old issue.