Projects STRLCPY Osmedeus Commits fb492f7d
🤬
  • ■ ■ ■ ■ ■
    README.md
    1 1  # Osmedeus Core Engine
    2 2   
    3 3  <p align="center">
    4  - <img alt="Osmedeus" src="https://raw.githubusercontent.com/osmedeus/assets/main/logo-transparent.png" height="140" />
     4 + <a href="https://www.osmedeus.org"><img alt="Osmedeus" src="https://raw.githubusercontent.com/osmedeus/assets/main/logo-transparent.png" height="140" /></a>
    5 5   <br />
    6 6   <strong>Osmedeus - A Workflow Engine for Offensive Security</strong>
    7 7   
    skipped 63 lines
    71 71   osmedeus scan -f gdirb -T list_of_target.txt
    72 72   osmedeus scan -m ~/.osmedeus/core/workflow/test/dirbscan.yaml -t list_of_urls.txt
    73 73   osmedeus scan --wfFolder ~/custom-workflow/ -f your-custom-workflow -t list_of_urls.txt
     74 + 
     75 +# Queue Usage:
     76 + osmedeus queue -Q /tmp/queue-file.txt -c 2
     77 + osmedeus queue --add -t example.com -Q /tmp/queue-file.txt
    74 78   
    75 79  # Provider Usage:
    76 80   osmedeus provider build
    skipped 41 lines
Please wait...
Page is in error, reload to recover