Projects STRLCPY routeros-scanner Commits be81540d
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 23 lines
    24 24  `-ps` | The password of the given user name (empty password by defoult) | Optional
    25 25  `-J` | Print the results as json format (prints txt format by defoult) | Optional
    26 26   
    27  -### executing examples:
     27 +### Executing examples:
    28 28   ./main.py -i 1.2.3.4 -p 22 -u admin
    29 29   ./main.py -i 1.2.3.4 -p 2000 -u admin -ps 123456
    30 30   ./main.py -i 1.2.3.4 -p 2000 -u admin -ps 123456 -J
    31 31   
    32  -### output:
     32 +### Output:
    33 33  The output includes 3 sections for each test:
    34 34  1. raw data - all the data we search in.
    35 35  2. suspicious - things we found out as suspicious and recommends checking if they are legitimate or malicious.
    skipped 25 lines
Please wait...
Page is in error, reload to recover