diff --git a/README.md b/README.md index 15f4ca3..d1bbda0 100644 --- a/README.md +++ b/README.md @@ -208,19 +208,14 @@ Option 2: Have celerystalk run nmap and parse results (optionally define IPs or Find subdomains: celerystalk subdomains -d domain1.com,domain2.com ``` -1. **Launch Scan:** I recommend using the import command first and running scan with no options, however you do have the option to do it all at once (import and scan) by using the flags below. celerystalk will submit tasks to celery which asynchronously executes them and logs output to your output directory. +1. **Launch Scan:** celerystalk will submit tasks to celery which asynchronously executes them and logs output to your output directory. | Option | Description | | --- | --- | | no options | Scan all in scope hosts | | -t ip,vhost,cidr | Scan specific target(s) from DB or scan file | |-s | Simulation
Sends all of the tasks to celery, but all commands are executed with a # before them rendering them inert. | - |Use these only if you want to skip the import phase and import/scan all at once|| - | -f scan.xml | Import and process Nmap/Nessus xml before scan | - | -S scope.txt | Import and process scope file before scan | - | -D subdomains.txt | Import and process (sub)domains file before scan | - | -d domain1,domain2,etc| Find Subdomains and scan in scope hosts| - + Scan imported hosts/subdomains ``` @@ -231,18 +226,7 @@ Option 2: Have celerystalk run nmap and parse results (optionally define IPs or ./celerystalk scan -t sub.domain.com Simulation mode: ./celerystalk scan -s ``` - - Import and Scan - ``` - Start from Nmap XML file: ./celerystalk scan -f /pentest/nmap.xml -o /pentest - Start from Nessus file: ./celerystalk scan -f /pentest/scan.nessus -o /pentest - Scan all in scope vhosts: ./celerystalk scan -f -o /pentest -d domain1.com,domain2.com - Scan subset hosts in XML: ./celerystalk scan -f -o /pentest -t 10.0.0.1,10.0.0.3 - ./celerystalk scan -f -o /pentest -t 10.0.0.100-200 - ./celerystalk scan -f -o /pentest -t 10.0.0.0/24 - Simulation mode: ./celerystalk scan -f -o /pentest -s - ``` - + 1. **Rescan:** Use this command to rescan an already scanned host. | Option | Description |