https://github.com/d3fenderz/nastyjoke
A collection of small scripts to mess up with your targeted machine ๐ ๐งข
https://github.com/d3fenderz/nastyjoke
bash beginner-friendly prankware
Last synced: 3 days ago
JSON representation
A collection of small scripts to mess up with your targeted machine ๐ ๐งข
- Host: GitHub
- URL: https://github.com/d3fenderz/nastyjoke
- Owner: d3fenderz
- License: gpl-3.0
- Created: 2022-11-04T19:12:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T13:23:49.000Z (about 2 years ago)
- Last Synced: 2025-04-19T19:20:24.820Z (2 months ago)
- Topics: bash, beginner-friendly, prankware
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nasty Joke
A collection of small scripts to mess up with your targeted machine ๐ ๐งข
## Disclaimer
Demos are meant for educational purposes only.
โ ๏ธโ ๏ธ NEVER RUN THESE SCRIPTS ON YOUR OWN MACHINE โ ๏ธโ ๏ธ
## Read the code
Don't run these scripts blindly. Read the code before executing them.
## How to use
Using a virtual machine is strongly recommended. Once it's installed, make a snapshot.
This way, you can restore it quickly, just in case things turn bad.
Then:
```
git clone https://github.com/d3fenderz/nastyjoke /dev/shm/nastyjoke
cd /dev/shm/nastyjoke/scripts
```You can run these scripts on the targeted machine with `bash script`, or `./script` if it's already executable.
To ensure the file is executable, you can type `chmod +x script`.