Projects STRLCPY Osmedeus Commits 62a82ecf
🤬
  • ■ ■ ■ ■ ■
    .gitignore
    skipped 4 lines
    5 5  workspaces
    6 6   
    7 7  #testing
     8 +config.conf
     9 +core/config.conf
    8 10  modules/testing.py
    9 11  local-install.sh
    10  -config.conf
    11 12   
    12 13  # Byte-compiled / optimized / DLL files
    13 14  core/__pycache__/
    skipped 6 lines
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 19 lines
    20 20  ./osmedeus.py -t example.com
    21 21  ```
    22 22   
    23  -# Main Features
     23 +# Demo
     24 +[![asciicast](https://asciinema.org/a/230164.svg)](https://asciinema.org/a/230164)
     25 + 
     26 +# Features
    24 27  * Collection of awesome tools againt the target. [Details](https://github.com/j3ssie/Osmedeus/CREDITS.md)
    25 28  * Seperate workspaces to store all scan output and details logging.
    26 29  * REST API.
    27 30  * Slack notifications.
    28 31   
    29  -![Slack Noti](https://github.com/j3ssie/Osmedeus/tree/master/imgs/slack_noti.png)
    30  - 
    31  -![Slack Report](https://github.com/j3ssie/Osmedeus/tree/master/imgs/slack_report.png)
    32  - 
    33  -![REST API](https://github.com/j3ssie/Osmedeus/tree/master/imgs/rest_api.png)
    34  - 
     32 +![Slack Noti](https://raw.githubusercontent.com/j3ssie/Osmedeus/master/imgs/slack_noti.png)
    35 33   
    36  -# Demo
    37  -[![asciicast](https://asciinema.org/a/230164.svg)](https://asciinema.org/a/230164)
     34 +![Slack Report](https://raw.githubusercontent.com/j3ssie/Osmedeus/master/imgs/slack_report.png)
    38 35   
     36 +![REST API](https://raw.githubusercontent.com/j3ssie/Osmedeus/master/imgs/rest_api.png)
    39 37   
    40 38   
    41 39  # Disclaimer
    skipped 14 lines
  • ■ ■ ■ ■
    osmedeus.py
    skipped 109 lines
    110 110  def main():
    111 111   config.banner()
    112 112   parser = argparse.ArgumentParser(description="Collection tool for automatic pentesting")
    113  - parser.add_argument('-c','--config' , action='store', dest='config', help='config file', default='config.conf')
     113 + parser.add_argument('-c','--config' , action='store', dest='config', help='config file', default='core/config.conf')
    114 114   parser.add_argument('-m','--module' , action='store', dest='module', help='specific module to action')
    115 115   parser.add_argument('-t','--target' , action='store', dest='target', help='target')
    116 116   parser.add_argument('--company', action='store', dest='company', help='Company name')
    skipped 32 lines
Please wait...
Page is in error, reload to recover