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
- Host: GitHub
- URL: https://github.com/bhanunamikaze/pentest-scripts
- Owner: Bhanunamikaze
- Created: 2022-11-16T15:22:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T12:45:47.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T13:57:28.492Z (about 1 year ago)
- Topics: penetration-testing, penetration-testing-tools, pentest-scripts, pentesting-tools
- Language: Shell
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.