All Projects → bitvijays → Pentest Scripts

bitvijays / Pentest Scripts

Licence: gpl-3.0
Github for the scripts utilised during Penetration test

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Pentest Scripts

Overlord
Overlord - Red Teaming Infrastructure Automation
Stars: ✭ 258 (+28.36%)
Mutual labels:  penetration-testing-framework
Fsociety
fsociety Hacking Tools Pack – A Penetration Testing Framework
Stars: ✭ 7,224 (+3494.03%)
Mutual labels:  penetration-testing-framework
Owasp Fstm
The Firmware Security Testing Methodology (FSTM) is composed of nine stages tailored to enable security researchers, software developers, consultants, hobbyists, and Information Security professionals with conducting firmware security assessments.
Stars: ✭ 120 (-40.3%)
Mutual labels:  penetration-testing-framework
Vanquish
Vanquish is Kali Linux based Enumeration Orchestrator. Vanquish leverages the opensource enumeration tools on Kali to perform multiple active information gathering phases.
Stars: ✭ 449 (+123.38%)
Mutual labels:  penetration-testing-framework
Jackhammer
Jackhammer - One Security vulnerability assessment/management tool to solve all the security team problems.
Stars: ✭ 633 (+214.93%)
Mutual labels:  penetration-testing-framework
Babysploit
👶 BabySploit Beginner Pentesting Toolkit/Framework Written in Python 🐍
Stars: ✭ 883 (+339.3%)
Mutual labels:  penetration-testing-framework
AttackSurfaceManagement
Discover the attack surface and prioritize risks with our continuous Attack Surface Management (ASM) platform - Sn1per Professional #pentest #redteam #bugbounty
Stars: ✭ 45 (-77.61%)
Mutual labels:  penetration-testing-framework
Rapidpayload
Framework RapidPayload - Metasploit Payload Generator | Crypter FUD AntiVirus Evasion
Stars: ✭ 174 (-13.43%)
Mutual labels:  penetration-testing-framework
Rapidscan
🆕 The Multi-Tool Web Vulnerability Scanner.
Stars: ✭ 775 (+285.57%)
Mutual labels:  penetration-testing-framework
Hcxtools
Portable (that doesn't include proprietary/commercial operating systems) solution for conversion of cap/pcap/pcapng (gz compressed) WiFi dump files to hashcat formats (recommended by hashcat) and to John the Ripper formats. hcx: h = hash, c = convert and calculate candidates, x = different hashtypes
Stars: ✭ 1,121 (+457.71%)
Mutual labels:  penetration-testing-framework
Justtryharder
JustTryHarder, a cheat sheet which will aid you through the PWK course & the OSCP Exam. (Inspired by PayloadAllTheThings)
Stars: ✭ 450 (+123.88%)
Mutual labels:  penetration-testing-framework
Easy hack
Hack the World using Termux
Stars: ✭ 549 (+173.13%)
Mutual labels:  penetration-testing-framework
Hcxdumptool
Small tool to capture packets from wlan devices.
Stars: ✭ 945 (+370.15%)
Mutual labels:  penetration-testing-framework
Watchdog
Watchdog - A Comprehensive Security Scanning and a Vulnerability Management Tool.
Stars: ✭ 345 (+71.64%)
Mutual labels:  penetration-testing-framework
Silentbridge
Silentbridge is a toolkit for bypassing 802.1x-2010 and 802.1x-2004.
Stars: ✭ 136 (-32.34%)
Mutual labels:  penetration-testing-framework
avain
A Modular Framework for the Automated Vulnerability Analysis in IP-based Networks
Stars: ✭ 56 (-72.14%)
Mutual labels:  penetration-testing-framework
Hacktronian
Tools for Hacking
Stars: ✭ 857 (+326.37%)
Mutual labels:  penetration-testing-framework
3klcon
Automation Recon tool which works with Large & Medium scopes. It performs more than 20 tasks and gets back all the results in separated files.
Stars: ✭ 189 (-5.97%)
Mutual labels:  penetration-testing-framework
Astra
Automated Security Testing For REST API's
Stars: ✭ 1,898 (+844.28%)
Mutual labels:  penetration-testing-framework
Nettacker
Automated Penetration Testing Framework
Stars: ✭ 982 (+388.56%)
Mutual labels:  penetration-testing-framework

Pentest-Scripts

The github repo provides scripts which we utilize to do penetration test.

Intelligence Gathering:

This folder presents two scripts

  • Automate_Enum.sh : Automate_Enum is a bash script to automate information gathering part of Internal/ External Vulnerability Assessment and Penetration Testing. By default, it performs the Nmap List, Port scan. It can also executes Eyewitness, netbios scan, nikto, whatweb and zap. It automatically creates the folder structure for each subnet provided, followed by different folders for Nmap DNS/ Port Scan / Nikto, whatweb, Eyewitness for Web/ VNC/ RDP, dirb, ZAP. Sample video of Automate-Enum.sh running Nmap, Eyewitness, nikto, whatweb, zapmeweb on a subnet. Each tool data in separate folders @ Automate.sh

  • External_Enum.sh : External_Enum is a bash script to automate Information Gathering from Internet. It runs whois, hostsearch and dnssearch via DNS Dumpster API, Recon-ng, theharvester, dnstwist and combines all results in one file, Poopulated with enumerated domains and email addresses.

Vulnerability Analysis:

  • Auto_msf.rc : auto-msf is scripted to automate the execution of different auxiliary or other modules found in msf based on the port scan done. It also creates a log for each module separately in the folder specified.

  • isciadm.sh : iscsiadm script takes a file containing the IPAddress running iscsi and Port 3260 as input and discovers any isci portals and tries to login ( if --login is provided ) else logout ( if --logout is provided ).

Support_Scripts:

  • Offensive IT Ops : Tanoy Bose has written a blog entry Post Exploitation of Puppet and Ansible Servers. As a part of it, he has released two scripts to help the pwnage. Pwnpet.sh and Pwnsible.sh which are payload generator to hack systems in an puppet/ ansible infrastructure respectively using metasploit.

  • CIFWiki : CIFWiki: ( Collective Intelligence Framework Wiki ) - A Simple python script to convert CIF Wiki into PDF. Utilizes BeautifulSoup to parse the html page, utlizes markdown-pdf to create pdf files and pdftk to merge all the pdf documents.

  • DNS-Email.py : DNS-Email.py is a python script to parse the result of Reverse Whois Lookup by ViewDNS.info. This service provides all the domain registered by a particular email. This script would query viewDNS with an email address provided and parse the results for a in .csv format.

  • PSSync: PSSync is a python script to synchronize PacketStorm News/ Files in a sqlite database. It utilizes Beautifulsoup to parse the initial page for PacketStorm News and PacketStorm Files.

  • Niktomeweb : The niktomeweb runs nikto on multiple http/https ports based on gnmap output (-oG) generated together with -sV option. It also saves all the nikto files in a folder.

  • TellmeWeb : Tellmeweb runs whatweb on multiple http/https ports based on gnmap output ( -oG ) generated together with -sV options. It saves all the whatweb output in a folder.

  • ZapMeWeb : Zapmeweb runs Owasp ZAP on multiple http/https ports based on gnmap output (-oG) generated together with -sV options. It saves all the results in a folder.

  • Note: NiktoMeWeb and ZapMeWeb is created by utilizing tellmeweb which was originally created by YGN Ethical Hacker Group, Yangon, Myanmar.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].