Coder Social home page Coder Social logo

jarvis's People

Contributors

str4thus avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

jarvis's Issues

Easy Modules

  • create abstraction for modules (classes?)
  • plug-and-play-ish

gobuster module

-> jarvis.py gobust dir [dirb, seclists] [small,medium,large] -p [-x , --backups]

  • jarvis.py gobust dir dirb small php,ini
  • jarvis.py gobust dir dirb large /api/v2/users -p 1337 -x php,html,txt
  • jarvis.py gobust dir seclists large /api/v2/users --backups

Log Files:

  • /api/v2/users-31337-10.10.104

-> gobuster dir -u 'http://:' -w /usr/share/seclists/Discovery/Web-Content/raft-<?>-words.txt -o gobuster/---[ext].gobust -x [ext]'

exit module

  • handles clean up of tmux session
    ( - disconnects from vpn -> maybe already achieved by killing tmux session)
  • removes .jarvis.brain file

--vpn switch

  • when used, don't try to connect to the default vpn from the conf file

nmap Module

  • jarvis.py nmap default
  • jarvis.py nmap fast

nmap default -> (nmap -sC -sV -p- -vvv -A -oN nmap/default.nmap -oX nmap/default.xml )
nmap fast -> (nmap -p- -vvv -oN nmap/fast.nmap -oX nmap/fast.xml )

vhost module

-> jarvis.py vhost [small, medium, large] [domain] (--gobuster --wfuzz ?)

  • jarvis.py vhost medium blue.htb

Gobuster and/or wfuzz?

e.g. gobuster vhost -u -w /usr/share/seclists/.. -o vhost-<domain but replace . with - >.gobust

add variable "kind" for the join command

  • adds extensibility for more kinds of ctf

  • setup via conf? -> jarvis.py config add_kind

  • prompts for root dir and vpn dir

  • read available kinds from config -> _vpn and _dir have to be present

generation module

a module to generate files/payloads easily

e.g.:

  • jarvis.py generate _shell [--lhost --lport] (uses target ip from brain-file per default)
  • jarvis.py generate magicbytes

brain component of jarvis

  • manages jarvis sessions in a tempfile (.jarvis.brain?)

a session contains:

  • box directory (e.g. /ctf/htb/boxes/blue)
  • vpn path (e.g. /ctf/htb/str4thus.ovpn)
  • lab name
  • box name
  • target ip (via jarvis.py join htb blue --target 10.10.10.210 or jarvis.py brain target 10.10.10.210)
  • lhost (jarvis.py brain lhost 127.0.0.1)
  • lport (jarvis.py brain lport 31337)
  • active attribute (do distinguish between active and inactive)

temp mode for join command

  • create the working directory in the tmp folder
  • useful for labs/boxes that dont need to be stored permanently

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.