Projects STRLCPY flan Commits 08d919f5
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 24 lines
    25 25  ```bash
    26 26  $ make start
    27 27  ```
    28  - 
    29  -6. To use another output format:
     28 +By default flan creates Latex reports, to get other formats run:
    30 29  ```
    31 30  $ make html
    32 31  ```
    33 32  Additional supported formats are *md* (markdown), *html* and *json*.
    34 33   
    35  -When the scan finishes you will find a Latex report of the summarizing the scan in `shared/reports`. You can also see the raw XML output from Nmap in `shared/xml_files`.
     34 +When the scan finishes you will find the reports summarizing the scan in `shared/reports`. You can also see the raw XML output from Nmap in `shared/xml_files`.
    36 35   
    37 36  <div>
    38 37   <img style="display: inline-block" src="https://cfsecuritycdn.infosec.workers.dev/img/flan_scan_report1.png" width="49%"/>
    skipped 46 lines
    85 84   -e upload=gcp \
    86 85   -e bucket=<bucket-name> \
    87 86   -e GOOGLE_APPLICATION_CREDENTIALS=/shared/key.json
     87 + -e format=<optional, one of: md, html or json> \
    88 88   flan_scan
    89 89  ```
    90 90   
    skipped 8 lines
    99 99   -e bucket=<s3-bucket-name> \
    100 100   -e AWS_ACCESS_KEY_ID=<your-aws-access-key-id> \
    101 101   -e AWS_SECRET_ACCESS_KEY=<your-aws-secret-access-key> \
     102 + -e format=<optional, one of: md, html or json> \
    102 103   flan_scan
    103 104   
    104 105   
    skipped 15 lines
Please wait...
Page is in error, reload to recover