Arachni / arachni

Web Application Security Scanner Framework
http://www.arachni-scanner.com
Other
3.72k stars 756 forks source link

Add platform fingerprinting #331

Closed user021 closed 11 years ago

user021 commented 11 years ago

It would reduce scan time when the path_traversal module is used if could specify the operating system type (unix or windows) I thought at something like " --modules=path_traversal:os=unix " Implementing some thing that can automatically detect os type (some lite version of nmap or idk) would be more effective for people who prefer fire-and-forget. Either way, i thought it would be nice if we could specify os manually, would spare time and bandwidth of useless requests, looking forward to hear your opinion.