SafeBreach-Labs / SirepRAT

Remote Command Execution as SYSTEM on Windows IoT Core (releases available for Python2.7 & Python3)
BSD 3-Clause "New" or "Revised" License
373 stars 86 forks source link

missing "-" in readme.md #5

Closed Ewael closed 4 years ago

Ewael commented 4 years ago

Hey, just a little typo in the readme where

python SirepRAT.py 192.168.3.17 GetFileFromDevice --remote_path "C:\Windows\System32\drivers\etc\hosts" -v

should be

python SirepRAT.py 192.168.3.17 GetFileFromDevice --remote_path "C:\Windows\System32\drivers\etc\hosts" --v

Still great work, thx for the script!