An open API service indexing awesome lists of open source software.

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 ๐Ÿ˜ˆ ๐Ÿงข

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`.