Upload files to "/"
This commit is contained in:
commit
ddd54b89a1
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue