From 36e96516ec678a53880deff40a41cd8fb729f92e Mon Sep 17 00:00:00 2001 From: Tiffany Date: Sat, 19 Aug 2023 22:37:14 -0400 Subject: [PATCH] Update something --- README.md | 7 +++++-- network-chuck/{malware => ransomeware}/givemeyourmoney.py | 0 2 files changed, 5 insertions(+), 2 deletions(-) rename network-chuck/{malware => ransomeware}/givemeyourmoney.py (100%) diff --git a/README.md b/README.md index cc51cc7..eb50ec1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Listen. I know you want to become a *1337 haxx0r* and all, but seriously, **don't run these scripts on your main machine**. Use a box you can blow up with malware, or a cheap Linode server, or like I do, a VM. But **DON'T BE STUPID**. **USE WITH CAUTION**. + Also, **THIS IS FOR EDUCATIONAL PURPOSES ONLY**. I am not responsible for whatever happens if you break shit or get arrested for being stupid. I will be making a license, etc, soon. + ## Where are them scripts?? @@ -13,7 +15,7 @@ Glad you asked. They are broken up into several directories, and majority of the ``` /scritps ├── 📁 network-chuck -| ├── 📁 malware +| ├── 📁 ransomeware | ├── 📄 somescript.py | └── 📄 anothernastyboy.py ├── 📁 anotherdir @@ -29,4 +31,5 @@ However, note that I am not content to just write these down; no no. Ya girl is ## More info please! -I do more detailed writing on https://0x8c.org. \ No newline at end of file +I do more detailed writing on https://0x8c.org. + diff --git a/network-chuck/malware/givemeyourmoney.py b/network-chuck/ransomeware/givemeyourmoney.py similarity index 100% rename from network-chuck/malware/givemeyourmoney.py rename to network-chuck/ransomeware/givemeyourmoney.py