🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 30 lines
    31 31   
    32 32  ## Dependências deste programa
    33 33   
     34 +```
    34 35  pip install argparse asyncio aiohttp packaging
     36 +```
    35 37   
    36 38  ## Ajuda para execução
    37 39   
     40 +```
    38 41  python cve_2020_35489_checker.py -h
    39 42  usage: cve_2020_35489_checker.py [-h] [-d DOMAIN] [-i INPUT_FILE] [-o OUTPUT_FILE]
    40 43   
    skipped 7 lines
    48 51   Verificar vários sites de um arquivo de texto (Exemplo: python cve_2020_35489_checker.py -i lista.txt -o vulneraveis.txt)
    49 52   -o OUTPUT_FILE, --output-file OUTPUT_FILE
    50 53   Arquivo de saída para a lista de sites vulneráveis
    51  - 
    52  -## Dependências
    53  - 
    54  -pip install argparse asyncio aiohttp packaging
     54 + ```
    55 55   
    56 56  ## Para brincar (ou pesquisas científicas)... Google Dork
    57 57   
     58 +```
    58 59  inurl:/wp-content/plugins/contact-form-7/
     60 +```
    59 61   
Please wait...
Page is in error, reload to recover