Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
v0.1.4 out now. will be focusing on binder in next version
  • Loading branch information
SubGlitch1 committed Mar 4, 2022
1 parent 56d9992 commit aa52758
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ Here are example backdoors which were generated with OSRipper

### Dependencies

You only need python. If you do not wish to download python you can download a compiled release.
The python dependencies are specified in the requirements.txt file
You need python. If you do not wish to download python you can download a compiled release.
The python dependencies are specified in the requirements.txt file.

Since Version 1.4 you will need metasploit installed and on path so that it can handle the meterpreter listeners.


## Installing
Expand Down Expand Up @@ -56,7 +58,10 @@ python3 main.py
Just open a issue and ill make sure to get back to you

## Changelog

* 0.1.4
* Added 4th Module
* 0.1.3
* Got detection on VT down to 0. Made the Proccess invisible
* 0.1.2
* Added 3rd module and listener
* 0.1.1
Expand Down
Binary file modified img/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
OSRIPPER v0.1.3
OSRIPPER v0.1.4
"""

clear = lambda: os.system('clear')
Expand Down

0 comments on commit aa52758

Please sign in to comment.