An open API service indexing awesome lists of open source software.

https://github.com/bhanunamikaze/pentest-scripts

Simple Collection of Pentest Scripts used in day to day Hacking
https://github.com/bhanunamikaze/pentest-scripts

penetration-testing penetration-testing-tools pentest-scripts pentesting-tools

Last synced: 3 months ago
JSON representation

Simple Collection of Pentest Scripts used in day to day Hacking

Awesome Lists containing this project

README

          

# PenTest Scripts

A simple Collections of tool written in golang/Bash to Detect Vulnerabilities

- Crawler.go: Simple webpage crawler to find the list of urls in an web application
- HostHeaderInjection.go: Perform Host Header Injection attacks on a given Web Application
- MemoryAddressToHex.sh: Convert Memory Address to to Hex and to Little Endian
- SMBPentest.sh: Test Cases for Performing SMB Pentests
- WebTest.sh: List of Common Endpoints to test (Incomplete)
- PingSweep.ps1: Check Ping Status for a given list of IP Addresses/Hostanames, Output to be saved into a Csv file.