Skip to content

Commit 447bde6

Browse files
committed
Remove obsolete C2 server files and associated test data
- Deleted `c2_server.py` and `c2_server_alt.py` as they are no longer needed. - Removed multiple JSON files containing test data related to the C2 server functionality to clean up the repository.
1 parent df8c4f6 commit 447bde6

File tree

60 files changed

+168
-399
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+168
-399
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
# PainPain Ransomware POC
42

53
**PainPain** is a Proof-of-Concept (PoC) ransomware project for educational and research purposes only. It demonstrates how modern ransomware can discover, encrypt, and exfiltrate files, and features a realistic, modern GUI inspired by infamous ransomware attacks.
@@ -65,17 +63,7 @@ python c2_server_alt.py
6563
## Project Structure
6664
- `main_v2.py` — Main ransomware PoC script
6765
- `wannacry_gui.py` — Modern ransomware GUI
68-
- `c2_server.py` / `c2_server_alt.py`Simulated C2 servers
66+
- `c2_server/`All C2 server code and related files
6967
- `discover.py` — File discovery logic
7068
- `modify.py` — File encryption/decryption logic
71-
- `context.txt` — Project context and structure
72-
- `requirements.txt` — Python dependencies
73-
- `.env.example` — Example environment variable file (copy to `.env` and fill in your own values)
74-
75-
---
76-
77-
## Credits
78-
- Inspired by real-world ransomware for educational demonstration.
79-
- GUI design inspired by WannaCry and modern ransomware UX.
80-
81-
---
69+
- `

c2_data/192.168.217.136_Mudityadev_mudit_20250625_110249.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

c2_data/192.168.217.136_Mudityadev_mudit_20250625_111624.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

c2_data/192.168.217.136_Mudityadev_mudit_20250625_111800.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

c2_data/192.168.217.136_Mudityadev_mudit_20250625_112309.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

c2_data/192.168.217.136_Mudityadev_mudit_20250625_112434.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

c2_data/192.168.217.136_Mudityadev_mudit_20250625_113428.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

c2_data/192.168.217.136_Mudityadev_mudit_20250625_113501.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)