Skip to content

Commit

Permalink
Update README, Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
koutto committed Oct 26, 2018
1 parent ec07ec5 commit 420fcda
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,18 @@ connections (e.g. Ping to container when testing for RCE, Get a reverse shell)**

Jok3r and its toolbox is ready-to-use !

To re-run a stopped container:
* To re-run a stopped container:

.. code-block:: console
sudo docker start -i jok3r-container
* To open multiple shells inside the container:

.. code-block:: console
sudo docker exec -it jok3r-container bash
For information about building your own Docker image or installing *Jok3r* on your system
without using Docker, refer to https://jok3r.readthedocs.io/en/latest/installation.html

Expand Down
9 changes: 7 additions & 2 deletions TODO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,16 @@ Not sure:
* arachni
* https://github.com/DanMcInerney/pentest-machine

* https://github.com/vulnersCom/getsploit


* Java-RMI -> handle case windows ping -n
* Better exploit for MS17-010 (support for more win versions, only Win7 and 2008 R2 for now)

* Script for vuln lookup based on banner (vulners, exploit-db...)
* see * https://github.com/vulnersCom/getsploit

Services:
=========
* NFS
* NFS
* MongoDB
* RPC
8 changes: 7 additions & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,18 @@ Linux Docker image (kalilinux/kali-linux-docker).
connections (e.g. Ping to container when testing for RCE, Get a reverse shell)**
Jok3r and its toolbox is ready-to-use !

To re-run a stopped container:
* To re-run a stopped container:

.. code-block:: console
sudo docker start -i jok3r-container
* To open multiple shells inside the container:

.. code-block:: console
sudo docker exec -it jok3r-container bash
Build your own Jok3r Docker Image
==================================
Expand Down

0 comments on commit 420fcda

Please sign in to comment.