Projects STRLCPY flan Commits bca2f7d3
🤬
  • Fixed custom nmap command

    The custom nmap command wasn't working for me, I kept getting errors.
    Thankfully I could find out the correct command based in the other examples in the README.
  • Loading...
  • Glenn Carremans committed with GitHub 4 years ago
    bca2f7d3
    1 parent 213b87ea
  • ■ ■ ■ ■
    README.md
    skipped 44 lines
    45 45  Nmap also allows you to run UDP scans and to scan IPv6 addresses. To add these and other flags to Scan Flan's Nmap command after running `make build` run the container and pass in you Nmap flags like so:
    46 46   
    47 47  ```bash
    48  -$ docker run -v $(shell pwd)/shared:/shared flan_scan <Nmap-flags>
     48 +$ docker run -v $(pwd)/shared:/shared flan_scan <Nmap-flags>
    49 49  ```
    50 50   
    51 51  Pushing Results to the Cloud
    skipped 61 lines
Please wait...
Page is in error, reload to recover