Skip to content

Commit

Permalink
Updated README for scanning from target file
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectlylogical committed Sep 24, 2016
1 parent 06ac2ef commit 2e04b78
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ You would need to install the following gems:

Yasuo provides following command-line options:

-r :: If you want Yasuo to perform port scan, use this switch to provide an IP address or IP range or an input file with new-line separated IP addresses
-r :: If you want Yasuo to perform port scan, use this switch to provide an IP address or IP range

-l :: If you want Yasuo to perform port scan, use this switch to provide an input file with new-line separated IP addresses, similar to nmap's -iL option

-s :: Provide custom signature file. [./yasuo.rb -s mysignatures.yaml -f nmap.xml] [Default - signatures.yaml]

Expand Down Expand Up @@ -73,6 +75,13 @@ The above command will perform port scan against 127.0.0.1 on ports 80, 8080,
form-based authentication.


`./yasuo -l /project/hosts -p 80,8080,443,8443`

The above command will perform port scan against the hosts in file /projetcs/hosts
on ports 80, 8080, 443 and 8443 and will not perform any brute-force actions against
the applications dicovered.


`./yasuo -f my_nmap_output.xml -b all`

The above command will parse the nmap output file "my_nmap_output.xml" and will
Expand Down

0 comments on commit 2e04b78

Please sign in to comment.