PENBUD is penetration testing buddy which helps you in penetration testing by making various important tools interactive.

Related tags

Testing penbud
Overview

penbud - Penetration Tester Buddy

PENBUD is penetration testing buddy which helps you in penetration testing by making various important tools interactive.

I have created this tool mainly for newcomers but everyone can use it.

This tool has implemented Intractive version of famous command line tools.

If you dont like using flags or if you are confused using these tools then penbud is made for you.

This tool will run these tools by asking the parameters and it will print the finl syntax.

Now either you can copy the syntax and use it or you can execute the syntax right from the penbud tool itself.

The will will also give you explaination of various flags used in the final syntax making it easier to learn.

How To Install :

git clone https://github.com/etc5had0w/penbud.git
cd penbud/
ln -s ${PWD}/penbud.py /usr/bin/penbud

How To Use :

run this commands from your terminal:

penbud

demo

Features :

Right now the tools is integrating following tools :

  • nmap
  • gobuster
  • nikto
  • john
  • hashcat
  • msfvenom

The tool will also help in starting file transfer servers , curruntly supporting :

  • http server
  • ftp server
  • smb server
You might also like...
pytest plugin for distributed testing and loop-on-failures testing modes.

xdist: pytest distributed testing plugin The pytest-xdist plugin extends pytest with some unique test execution modes: test run parallelization: if yo

PacketPy is an open-source solution for stress testing network devices using different testing methods

PacketPy About PacketPy is an open-source solution for stress testing network devices using different testing methods. Currently, there are only two c

Avocado is a set of tools and libraries to help with automated testing.

Welcome to Avocado Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native test

ApiPy was created for api testing with Python pytest framework which has also requests, assertpy and pytest-html-reporter libraries.
ApiPy was created for api testing with Python pytest framework which has also requests, assertpy and pytest-html-reporter libraries.

ApiPy was created for api testing with Python pytest framework which has also requests, assertpy and pytest-html-reporter libraries. With this f

Ab testing - basically a statistical test in which two or more variants

Ab testing - basically a statistical test in which two or more variants

It helps to use fixtures in pytest.mark.parametrize

pytest-lazy-fixture Use your fixtures in @pytest.mark.parametrize. Installation pip install pytest-lazy-fixture Usage import pytest @pytest.fixture(p

A configurable set of panels that display various debug information about the current request/response.
A configurable set of panels that display various debug information about the current request/response.

Django Debug Toolbar The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/respons

MultiPy lets you conveniently keep track of your python scripts for personal use or showcase by loading and grouping them into categories. It allows you to either run each script individually or together with just one click.
MultiPy lets you conveniently keep track of your python scripts for personal use or showcase by loading and grouping them into categories. It allows you to either run each script individually or together with just one click.

MultiPy About MultiPy is a graphical user interface built using Dear PyGui Python GUI Framework that lets you conveniently keep track of your python s

Hypothesis is a powerful, flexible, and easy to use library for property-based testing.

Hypothesis Hypothesis is a family of testing libraries which let you write tests parametrized by a source of examples. A Hypothesis implementation the

Comments
  • FileNotFoundError: [WinError 2] The system cannot find the file specified

    FileNotFoundError: [WinError 2] The system cannot find the file specified

    Traceback (most recent call last):
      File "C:\Users\***\Documents\Program\python\penbud\penbud\penbud.py", line 357, in <module>
        toolcheck()
      File "C:\Users\***\Documents\Program\python\penbud\penbud\penbud.py", line 54, in toolcheck
        output = subprocess.call(["which", i], stdout=NOECHO, stderr=subprocess.STDOUT)
      File "C:\Users\***\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 349, in call
        with Popen(*popenargs, **kwargs) as p:
      File "C:\Users\***\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 947, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "C:\Users\***\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1416, in _execute_child
        hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
    FileNotFoundError: [WinError 2] The system cannot find the file specified
    

    Steps to reproduce using W10 cmd.exe:

    1. git clone Penbud
    2. Open penbud.py
    3. FileNotFoundError: [WinError 2] The system cannot find the file specified
    opened by StrangerMersault 1
Owner
Himanshu Shukla
Trying to learn new things every day!
Himanshu Shukla
Python tools for penetration testing

pyTools_PT python tools for penetration testing Please don't use these tool for illegal purposes. These tools is meant for penetration testing for leg

Gourab 1 Dec 1, 2021
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

mitmproxy mitmproxy is an interactive, SSL/TLS-capable intercepting proxy with a console interface for HTTP/1, HTTP/2, and WebSockets. mitmdump is the

mitmproxy 29.7k Jan 2, 2023
A Modular Penetration Testing Framework

fsociety A Modular Penetration Testing Framework Install pip install fsociety Update pip install --upgrade fsociety Usage usage: fsociety [-h] [-i] [-

fsociety-team 802 Dec 31, 2022
Automated Penetration Testing Framework

Automated Penetration Testing Framework

OWASP 2.1k Jan 1, 2023
WEB PENETRATION TESTING TOOL 💥

N-WEB ADVANCE WEB PENETRATION TESTING TOOL Features ?? Admin Panel Finder Admin Scanner Dork Generator Advance Dork Finder Extract Links No Redirect H

null 56 Dec 23, 2022
Active Directory Penetration Testing methods with simulations

AD penetration Testing Project By Ruben Enkaoua - GL4Di4T0R Based on the TCM PEH course (Heath Adams) Index 1 - Setting Up the Lab Intallation of a Wi

GL4DI4T0R 3 Aug 12, 2021
Penetration testing

Penetration testing

null 3 Jan 11, 2022
RAT-el is an open source penetration test tool that allows you to take control of a windows machine.

To prevent RATel from being detected by antivirus, please do not upload the payload to TOTAL VIRUS. Each month I will test myself if the payload gets detected by antivirus. So you’ll have a photo every month to prove RAtel’s discretion.

null 218 Dec 16, 2022
UUM Merit Form Filler is a web automation which helps automate entering a matric number to the UUM system in order for participants to obtain a merit

About UUM Merit Form Filler UUM Merit Form Filler is a web automation which helps automate entering a matric number to the UUM system in order for par

Ilham Rachmat 3 May 31, 2022
PyBuster A directory busting tool for web application penetration tester, written in python

PyBuster A directory busting tool for web application penetration tester, written in python. Supports custom wordlist,recursive search. Screenshots Pr

Anukul Pandey 4 Jan 30, 2022