Projects STRLCPY routeros-scanner Commits 5af831b9
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 13 lines
    14 14   
    15 15  ## Executing and arguments
    16 16   
     17 +This tool requires Python 3.8 or later.
     18 + 
     19 +# Install required Python packages
     20 +`pip install -r requirements.txt`
     21 +
    17 22  ### The arguments:
    18 23   **args** | **Description** | **Must / Optional**
    19 24  ----------| ------------------------------------------------------------------------------| -------------------
    skipped 12 lines
    32 37  ### Output:
    33 38  The output includes 3 sections for each test:
    34 39  1. raw data - all the data we search in.
    35  -2. suspicious - things we found out as suspicious and recommend checking if they are legitimate or malicious.
    36  -3. recommendation - things we found out as weak security points and recommend to fix.
     40 +2. suspicious - things we found out as suspicious - should be checked if they are legitimate or malicious.
     41 +3. recommendation - things we found out as weak security points and recommendations for fixing them.
    37 42   
    38 43   
    39 44  ## Contributing
    skipped 21 lines
Please wait...
Page is in error, reload to recover