GithubHelp home page GithubHelp logo

x3omdax / penbox Goto Github PK

View Code? Open in Web Editor NEW
463.0 463.0 195.0 139 KB

PenBox - A Penetration Testing Framework - The Tool With All The Tools , The Hacker's Repo

Home Page: https://www.facebook.com/CEH.TN

License: Other

Python 100.00%

penbox's People

Contributors

elacheche avatar lauralex avatar x3omdax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

penbox's Issues

Will not run any tools

Hi mate. For some reason everything just does this when I run it.

Enter Your Choice:4
1 : Venom
2 : sqlmap
3 : Shellnoob
4 : commix
5 : FTP Auto Bypass
6 : jboss-autopwn
7 : Blind SQL Automatic Injection And Exploit
8 : Bruteforce the Android Passcode given the hash and salt
9 : Joomla, Mambo, PHP-Nuke, and XOOPS CMS SQL injection Scanner
99 : Go Back To Main Menu
Select from the menu:4
Automated All-in-One OS Command Injection and Exploitation Tool.
usage : python commix.py --help
Continue: y/n :y
fatal: destination path 'commix' already exists and is not an empty directory.
python: can't open file 'commix.py': [Errno 2] No such file or directory

  ______                 ______
 (_____ \               (____  \
  _____) )  ____  ____   ____)  )  ___   _   _
 |  ____/  / _  )|  _ \ |  __  (  / _ \ ( \ / )
 | |      ( (/ / | | | || |__)  )| |_| | ) X (
 |_|       \____)|_| |_||______/  \___/ (_/ \_) V2.2
                         A Penetration Testing Framework


Installation pixiewps...

...    
Enter Your Choice:3
1 : reaver 
2 : pixiewps
99: Back To The Main Menu
Select from the menu:2
Pixiewps is a tool written in C used to bruteforce offline the WPS pin exploiting the low or non-existing entropy of some Access Points, the so-called "pixie dust attack" discovered by Dominique Bongard in summer 2014. It is meant for educational purposes only

Continue ? Y/N : y
Cloning into 'pixiewps'...
remote: Counting objects: 245, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 245 (delta 0), reused 0 (delta 0), pack-reused 241
Receiving objects: 100% (245/245), 114.61 KiB | 86.00 KiB/s, done.
Resolving deltas: 100% (132/132), done.
Checking connectivity... done.
make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target `install'.  Stop.

Fix

Replace

os.system("git clone https://github.com/wiire/pixiewps.git")
os.system(" cd pixiewps/src & make ")
os.system(" cd pixiewps/src & sudo make install")

To

os.system("git clone https://github.com/wiire/pixiewps.git")
os.system(" cd pixiewps/src && make ")
os.system(" cd pixiewps/src && sudo make install")

AttributeError: TNscan instance has no attribute 'portScanner'

Hi X3, great tool, mate - I'm just having a play about but seem to have an issue here..

  1. Find control panel
  2. Find zip files
  3. Find upload files
  4. Get server users
  5. Scan from SQL injection
  6. Scan ports (range of ports)
  7. Scan ports (common ports)
  8. Get server banner
  9. Bypass Cloudflare
  10. Exit

Enter choice -> 9
Enter range of ports, (ex : 1-1000) -> 21-443
Traceback (most recent call last):
File "penbox.py", line 1477, in
menu()
File "penbox.py", line 87, in menu
info()
File "penbox.py", line 638, in info
menu()
File "penbox.py", line 93, in menu
exp()
File "penbox.py", line 734, in exp
menu()
File "penbox.py", line 97, in menu
webhack()
File "penbox.py", line 322, in webhack
menu()
File "penbox.py", line 97, in menu
webhack()
File "penbox.py", line 322, in webhack
menu()
File "penbox.py", line 97, in menu
webhack()
File "penbox.py", line 322, in webhack
menu()
File "penbox.py", line 99, in menu
tnn()
File "penbox.py", line 1299, in init
TNscan(aaa)
File "penbox.py", line 824, in init
self.portScanner(1, ran)
AttributeError: TNscan instance has no attribute 'portScanner'

import: command not found

./penbox.py: line 6: import: command not found
./penbox.py: line 7: import: command not found
./penbox.py: line 8: import: command not found
./penbox.py: line 9: import: command not found
./penbox.py: line 10: import: command not found
./penbox.py: line 11: import: command not found
./penbox.py: line 12: import: command not found
./penbox.py: line 13: import: command not found
./penbox.py: line 14: import: command not found
./penbox.py: line 15: import: command not found
./penbox.py: line 16: import: command not found
./penbox.py: line 17: import: command not found
./penbox.py: line 18: import: command not found
./penbox.py: line 19: import: command not found
./penbox.py: line 20: import: command not found
./penbox.py: line 21: import: command not found
from: can't read /var/mail/getpass
from: can't read /var/mail/commands
from: can't read /var/mail/sys
from: can't read /var/mail/platform
from: can't read /var/mail/urlparse
from: can't read /var/mail/xml.dom
from: can't read /var/mail/optparse
from: can't read /var/mail/time
./penbox.py: line 32: directories: command not found
./penbox.py: line 33: shells: command not found
./penbox.py: line 34: upload: command not found
./penbox.py: line 35: syntax error near unexpected token (' ./penbox.py: line 35:yes = set(['yes','y', 'ye', 'Y'])'

how to solve this problem? thank in advance
how to s

License

You should consider adding a license to the project and removing your names from the code source or adding them using a good way โ†’ http://choosealicense.com/

Exporting this project to a milestone project

Hi.
If you want i can contribute to export this project to support Python3 and imrpove it's code in order to be more portable and modular. Also we can crate a GUI for it (Gtk3+ or maybe Qt ?).

Also we can work together to extend it's libraries and payloads in order to have the most complete pentesting tool.
I'll fork this project and i'll wait your response.
Greetings.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.