| Line 88: |
Line 88: |
| | | | |
| | == Vulnerability Scan uniscan == | | == Vulnerability Scan uniscan == |
| − | #################################### | + | #################################### |
| − | # Uniscan project # | + | # Uniscan project # |
| − | # http://uniscan.sourceforge.net/ # | + | # http://uniscan.sourceforge.net/ # |
| − | #################################### | + | #################################### |
| − | V. 6.2 | + | V. 6.2 |
| | | | |
| | | | |
| − | OPTIONS: | + | OPTIONS: |
| | -h help | | -h help |
| | -u <url> example: https://www.example.com/ | | -u <url> example: https://www.example.com/ |
| Line 110: |
Line 110: |
| | -g Web fingerprint | | -g Web fingerprint |
| | -j Server fingerprint | | -j Server fingerprint |
| | + | |
| | + | usage: |
| | + | [1] perl ./uniscan.pl -u http://www.example.com/ -qweds |
| | + | [2] perl ./uniscan.pl -f sites.txt -bqweds |
| | + | [3] perl ./uniscan.pl -i uniscan |
| | + | [4] perl ./uniscan.pl -i "ip:xxx.xxx.xxx.xxx" |
| | + | [5] perl ./uniscan.pl -o "inurl:test" |
| | + | [6] perl ./uniscan.pl -u https://www.example.com/ -r |
| | | | |
| − | usage:
| + | report saved to: /usr/share/uniscan/report/www.example.com.html |
| − | [1] perl ./uniscan.pl -u http://www.example.com/ -qweds
| |
| − | [2] perl ./uniscan.pl -f sites.txt -bqweds
| |
| − | [3] perl ./uniscan.pl -i uniscan
| |
| − | [4] perl ./uniscan.pl -i "ip:xxx.xxx.xxx.xxx"
| |
| − | [5] perl ./uniscan.pl -o "inurl:test"
| |
| − | [6] perl ./uniscan.pl -u https://www.example.com/ -r
| |