diff --git a/payloads/PayLoad Dropper/README.md b/payloads/PayLoad Dropper/README.md new file mode 100644 index 0000000..09e6dfe --- /dev/null +++ b/payloads/PayLoad Dropper/README.md @@ -0,0 +1,27 @@ +# Payload Dropper + +### Description: +A simple script which downloads file from internet and execute the downloaded file. + +**1.** PayLoad_Dropper.ino:
+Starts run window and dump the whole payload string and execute it which downloads and execute the file after placing it on Desktop. + +**2.** ??.ino:
+Place for more payloads + +### Tested on: +**OS**: Windows 10 Pro
+**User**: Normal/Admin
+**Hardware**: ATtiny85 (Chinese) + +### Requirements: +**Internet Access** + +### Screenshot + + + + +# Fun Fact: +During creating this i found out that my antivirus was not allowing `powershell -command invoke-item $env:UserProfile\desktop\catz.jpeg` +to execute through RUN. Which i bypassed with `powershell -command i'n'vo'k'e-it'e'm $env:UserProfile\desktop\catz.jpeg` a very common method used by malware.