Giter Club home page Giter Club logo

fuzzpy's Introduction

FuzzPy

FuzzPy is a Simple and Basic Library writing in python3, and aims to simple the action of finding Urls with Parameter for Enumartion Step in Pen-Testing for specific Scope. The Original Code and Tool has Been Developed Under the Name of Photon "https://github.com/s0md3v/Photon" . i Should also Refrence that the module SCARPY "https://scrapy.org/" is also Another Powerfull Library that also includes a pythonic Spider/Crawler but the use of this Simple Library is Only and Only for Development the "Scoped-Base Penetration Testing Tools".

Usage

Usage of the Library is Very Simple and it can be used just in few lines

from fuzzpylib import Crawler
TARGET ='blablabla.com'
a = Crawler(TARGET , crawl_level = 2)
data = a.launch()
print(data)

also the data in which is returned is a Dictionary in which there are two Keys

  • 'fuzzable'
  • 'internal'
from fuzzpylib import Crawler
TARGET ='blablabla.com'
a = Crawler(YOUR_TAGET , crawl_level = 2 , thread_num = 10 , user_agent = "YOUR USER AGENT" , moderator = None ,
			 exclude = None , timeout = 10)
data = a.launch()
print(data)
  • crawl_level : Levels To Crawl
  • thread_num : Number of Threads
  • user_agent : User Agent
  • moderator : Out_Put_Control / (default is None and None is python 'print' function)
  • exclude : Exclude Any Adress from scope
  • timeout : Requests Time out
Notes :

fuzzpy's People

Contributors

r3dxpl0it avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

5l1v3r1

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.