GithubHelp home page GithubHelp logo

zpettry / boxer Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 6.0 35 KB

Boxer: A fast directory bruteforce tool written in Python with concurrency.

License: MIT License

Python 100.00%
bruteforce bugbounty directory hacking hacking-tool penetration-testing pentesting python

boxer's People

Contributors

zpettry avatar

Stargazers

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

Watchers

 avatar

boxer's Issues

UnicodeDecodeError

Hey, I got the following error after installing everything from

pip3 install -r requirements.txt

successfully.

COMMAND: python3 boxer.py -u https://some.url.com/ -w all.txt -d some_db
OUTPUT:
______
| ___
| |/ / _____ _____ _ __
| ___ / _ \ / / _ \ '__|
| |
/ / () > < / |
_
/ _/_/__|_|

 Directory Bruteforcer

             Zack Pettry

Traceback (most recent call last):
File "boxer.py", line 200, in
main(**vars(args))
File "boxer.py", line 82, in main
word_list = l.read().splitlines()
File "C:\Users\user\AppData\Local\Programs\Python\Python37\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 34: character maps to < undefined >

AttributeError: module 'asyncio' has no attribute 'create_task'

/> git clone https://github.com/zpettry/boxer
/> cd boxer
/> pip3 install -r requirements.txt --user
/> pyton3 boxer.py -u https://www.mysite.com -w common
______
| ___
| |/ / _____ _____ _ __
| ___ / _ \ / / _ \ '__|
| |
/ / () > < / |
_
/ _/_/__|_|

 Directory Bruteforcer

             Zack Pettry

Starting bruteforce on https://www.mysite.com for response code(s) [200, 204, 301, 302, 307, 403]...

Traceback (most recent call last):
File "boxer.py", line 200, in
main(**vars(args))
File "boxer.py", line 60, in main
url, extension, word_list, database, timeout, response_codes
File "/opt/boxer/classes.py", line 139, in start_bruteforce
self.run_quickly(url, extension, word_list, database, timeout)
File "/usr/lib/python3.6/asyncio/base_events.py", line 473, in run_until_complete
return future.result()
File "/opt/boxer/classes.py", line 60, in run_quickly
task = asyncio.create_task(
AttributeError: module 'asyncio' has no attribute 'create_task'

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.