Skip to content

infcodev/pentesting_scripts

Repository files navigation

Pentesting Scripts Collection

About This Repository

This repository contains a collection of scripts developed for various penetration testing purposes, including Proof of Concepts (PoCs) for different vulnerabilities and general reconnaissance tools. Each script is designed to be a practical tool for security professionals, researchers, and enthusiasts.


Index of Scripts

Here is a summary of the available scripts:

1. detect_os.py

  • Purpose: A simple OS detection tool.
  • Description: This script identifies the operating system of a target host by analyzing the Time To Live (TTL) value of its ICMP responses. It can differentiate between Windows, Linux, and other systems.

2. CVE-2023-27163.py

  • Vulnerability: CVE-2023-27163 - Request-Baskets SSRF
  • Description: An exploit for a Server-Side Request Forgery (SSRF) vulnerability found in Request-Baskets version v1.2.1 and below. It allows you to create a malicious basket that forwards requests to internal or external services.

3. CVE-2025-34073.py

  • Vulnerability: CVE-2023-1389 - Maltrail Unauthenticated RCE
  • Description: An exploit for an unauthenticated command injection vulnerability in Maltrail version 0.54 and below. The script leverages the vulnerability in the /login endpoint to achieve Remote Code Execution (RCE).

4. extract_ports.sh

  • Purpose: Nmap port extractor utility.
  • Description: A bash script that extracts open port numbers from nmap grepable output and copies them to the clipboard. Useful for quick port enumeration workflows and chaining with other tools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published