Create README.md

This commit is contained in:
Muhammad Talha Khan 2020-04-05 18:28:03 +05:00 committed by GitHub
parent 8ed61cffb4
commit 3c1486e05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# Payload Dropper
### Description:
A simple script which downloads file from internet and execute the downloaded file.
**1.** PayLoad_Dropper.ino:<br>
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:<br>
Place for more payloads
### Tested on:
**OS**: Windows 10 Pro<br>
**User**: Normal/Admin<br>
**Hardware**: ATtiny85 (Chinese)
### Requirements:
**Internet Access**
### Screenshot
<kbd>
<img src="https://miro.medium.com/max/1000/1*7_m4dF9OqBjePqqRyJ1O-g.jpeg">
</kbd>
# 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.