
CVE-2024-6387 and more Checker and Exploiter - Reverse/Bind-Shell Support. education only
Originally I wanted to build a regreSHHion scanner and exploiter. I then added additional CVEs to it. If anyone can help me expand parts of the project, please get in touch.
WELCOME TO NOREGRESSH
Norregressh is a penetration-testing framework focused on OpenSSH regressions and multiple CVEs. It includes discovery, targeted exploitation workflows, listener management and post-exploit helpers, systemmonitor shows ips, checks if ports are open, listener-helper,
Use only with explicit authorization.
Happy Hacking! coded with ai by me.
# Clone the repo
git clone https://github.com/OhDamnn/Noregressh.git
cd Noregressh
# Automatic setup (recommended)
sudo python3 setup.py
# Or manual install with
git clone https://github.com/OhDamnn/Noregressh/
chmod +x *.py
pip install -r requirements.txt
python3 no_regresh_launcher.py
If the launcher is not executable:
chmod +x no_regresh_launcher.py
CVE-2024-6387 — Remote Code Execution (regreSSHion)
CVE-2020-14145 — Username enumeration via timing
CVE-2021-28041 — Username enumeration via response timing
CVE-2019-16905 — Username enumeration via error messages
CVE-2018-15473 — Username enumeration via response differences
OpenSSH 8.5 – 9.7 (CVE-2024-6387)
OpenSSH 8.2 – 8.3 (CVE-2021-28041)
OpenSSH 7.4 – 7.5 (CVE-2020-14145)
OpenSSH 7.9 – 8.0 (CVE-2019-16905)
OpenSSH 7.7 – 7.8 (CVE-2018-15473)
pip install -r requirements.txt.chmod +x no_regresh_launcher.py.Open an issue or submit a PR. Keep changes focused, documented, and reversible. Include tests when adding detection or exploit code.
Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
Copyright (c) 2025 OhDamn
This work is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. You are free to:
• Share — copy and redistribute the material in any medium or format • Adapt — remix, transform, and build upon the material
Under the following terms:
• Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. • NonCommercial — You may not use the material for commercial purposes.
For the full license text, see: https://creativecommons.org/licenses/by-nc/4.0/
SPDX-License-Identifier: CC-BY-NC-4.0