# # # # # # #
# # # # # # #
# #
# #
# # # # # # # # # #
# # # ## # # # # #
# # # ## # # # #
# # # ## # # # #
# # # ## # # # #
# # ## # # # # # # # #
# # # # # # ## # # # # # # # #
# # # # # # ## # # # #
## # # # #
## # # # #
## #### 2.0
IPIVOT 2.0 - Red Teaming Tool
By: @fort3 - Fortune Sam Okon
@TrimarcJake - Jake Hildreth
Description: A little pivoting tool for when your favourite meterpreter shell fails...
Prequisites: Identify and Gain Initial Foothold on Target as Administrator
Addition: Clear the command history in PSReadLine\ConsoleHost_history.txt and sessions
PS: If you happen to find this tool useful then I wouldn't mind a mention ;)
Change the Parameters below depending on your needs:
PARAMETER ConnectingPort
#Change this to the connecting port
PARAMETER ListeningPort
#Change this to the listening port
PARAMETER ListeningAddress
#Change this to the listening IP address you want to set the forwarding to
PARAMETER Network
#Change this to the target network you're working on i.e 192.168.0
PARAMETER HostRange
#Change this to determine the range or leave as default depending on your needs
.\Ipivot.ps1 -ConnectingPort 9080 -ListeningPort 9999 -Network 127.0.0 -ListeningAddress 127.0.0.1 -HostRange (1..200)
Set-ExecutionPolicy RemoteSigned -Scope Process
As this tool performs a high impact action like clearing the command history and PSReadline sessions and file, you will be asked to confirm this action with a prompt.
DISCLAIMER: Thoughts, Opinions and the Information in this script is strictly for educational purposes alone and use of any code or technique for unlawful or unauthorized activities is strictly prohibited.
This project is free to use!!
Would appreciate some feedback though ;)