Upload files to "/"

This commit is contained in:
Adil Sadqi 2024-05-21 13:40:45 +00:00
commit ddd54b89a1
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
to create command on linux
--------------------------
nano /usr/local/bin/hack
========
#!/bin/bash
sudo /usr/bin/apt update && sudo /usr/bin/cmatrix && \
curl -d "Your System Has Been Hacked" https://ntfy.sahab.eu.org/asus && \ curl "http://127.0.0.1:86/message?token=AtypyhKyIT1Gkqp" -F "title=ASUS" -F "message=Your System Has Been Hacked" -F "priority=1"
========
chmod +x /usr/local/bin/hack

View File

@ -0,0 +1,10 @@
nano /usr/local/bin/ferox
========
#!/bin/bash
sudo /usr/bin/apt update && sudo /usr/bin/apt upgrade -y && \
curl -d "Your System Has Been Updated and Upgraded Successfully" https://ntfy.sahab.eu.org/ferox && \
curl "http://192.168.0.109:86/message?token=AtypyhKyIT1Gkqp" -F "title=FEROX" -F "message=Your System Has Been Updated and Upgraded Successfully" -F "priority=1"
========
chmod +x /usr/local/bin/ferox