GithubHelp home page GithubHelp logo

d4vinci / bugz-tools Goto Github PK

View Code? Open in Web Editor NEW
110.0 8.0 46.0 373 KB

A collection of tools I wrote for bug bounty or hacking and don't mind publishing it :smile:

License: MIT License

Python 100.00%

bugz-tools's Introduction

bugz-tools

A collection of tools I wrote for bug bounty or hacking and don't mind publishing it ๐Ÿ˜„

Donation

If my work has been useful for you, feel free to thank me by buying me a coffee or more :)

Coffee

Disclaimer

All tools here are created to help in penetration testing/bug bounty and not responsible for any misuse or illegal purposes.

bugz-tools's People

Contributors

d4vinci 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

bugz-tools's Issues

Crashes with large list

The script crashes with the list of 5k domains.

python3 ~/BigIP_scanner.py xaa

     BigIP Scanner - By: Karim 'D4Vinci' Shoair

[+] Loaded 5000 domain(s)
| Collecting results ( Total progress: 0.40%)Traceback (most recent call last):
File "/home/sumit_grover/BigIP_scanner.py", line 131, in
main(args)
File "/home/sumit_grover/BigIP_scanner.py", line 96, in main
domain_result = site.result()
File "/usr/lib/python3.7/concurrent/futures/_base.py", line 425, in result
return self.__get_result()
File "/usr/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(self.args, **self.kwargs)
File "/home/sumit_grover/BigIP_scanner.py", line 31, in Big_man
if no_detection or detect(url, heads):
File "/home/sumit_grover/BigIP_scanner.py", line 25, in detect
title = re.compile("title>(.
)</title").findall(req.content.decode())
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xcc in position 255: invalid continuation byte

Still not working on Huge domains list

It gets killed after a while automatically. Even when I set threads to 50.

| Collecting results ( Total progress: 10.78%)Killed

and

| Collecting results ( Total progress: 46.10%)Traceback (most recent call last):
File "/root/BIGIP/exploit/BigIP_scanner.py", line 174, in
main(args)
File "/root/BIGIP/exploit/BigIP_scanner.py", line 127, in main
for site in concurrent.futures.as_completed(futures, timeout=(60*10)):
File "/usr/lib/python3.8/concurrent/futures/_base.py", line 240, in as_completed
raise TimeoutError(
concurrent.futures._base.TimeoutError: 34224 (of 63501) futures unfinished

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.