Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ysfcndgr/python-rat-and-analysis
A trojan written in the python language and trojan analysis
https://github.com/ysfcndgr/python-rat-and-analysis
Last synced: 18 days ago
JSON representation
A trojan written in the python language and trojan analysis
- Host: GitHub
- URL: https://github.com/ysfcndgr/python-rat-and-analysis
- Owner: ysfcndgr
- Created: 2020-12-27T22:59:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T09:45:52.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T12:39:13.851Z (2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-RAT-and-Analysis
A trojan written in the python language and trojan analysis# Skills
Multi reverse
CMD commands
Change directory
# Dynamic Analysis
NetworkWe do network analysis with wireshark.
![1](https://user-images.githubusercontent.com/32979760/109866212-1083f280-7c76-11eb-91d0-2381e1b4737c.jpg)The server has sent the client whoami command. Client ran the whoami command on itself and sent the reply back to the server.
![2](https://user-images.githubusercontent.com/32979760/109866215-111c8900-7c76-11eb-8616-1dfed5fc6fbc.PNG)
This time the server requested the ipconfig information and got back its response. We see that the traffic here is not encrypted.
# UPDATING