Coder Social home page Coder Social logo

brutesniffing_fisher's Introduction

BruteSniffing fisher

Introduction

Welcome to the ButeSniffing_Ficher, a multiplatform python hacking tool in a menu style.

Launch the program by the command line by

  • python main.py

depending on your python installation you may need to specify the python version.

For example for a 3.6 version:

  • python3.6 main.py

It allows you do to:

  • Sniffing
  • Zip-file Bruteforce
  • Website attacks
    • Information gathering
    • Web Server Bruteforcing
    • Cloning
    • Fishing

Python version

The program has been developed using python3.6. However no issue should occur with older 3. versions.

Requirements

Automatically checks for the presence of the required libraries and installs them if you consent it. If you don't consent it, it shows you the command to perform the installation of the libraries.\ Libraries required:

  • requests
  • urllib3
  • BeautifulSoup
  • json
  • ctypes
  • netaddr
  • python-nmap

Structure

Hirerchy of the project:

  • main.py
  • Setup
    • setup.py - sets the python version, the menus to show, the unix-windows commands generalisation and Proxychains and Tor settings
    • check.py - checks on the required libraries
    • server.config - constant to set if using localhost (choose between MAMP , XAMPP aphache servers and apache2 server)
    • menus.txt - file from which the menus are read. Edit here to add/remove menus
    • menu.py - python file to extract the menus into dictionaries from the 'menu.txt' file
  • Includes
    • includes.py - some functions used by the modules
  • modules - objects for the the controller (navigator between menus) and the attacks. Edit here to add/remove features
  • data - Where the cloned pages and the found credentials are stored - the relative directories will be created. A password list is also found in the BruteForce subdirectory.
  • Server - code to put in the index.php file on the server for the fishing

You can add more menus by updating the file Setup/menus.txt - RESPECT THE FORMAT!!

You can add the corresponding features by updating the modules/Attack directory and the Attack object in the 'controller.py' file.

Proxychains and Tor

Proxychains and Tor are supported for Linux platforms. Edit the settings in the Setup/setup.py file

Screenshots

Issues and Improvements

  • Functionalities can be added adding 'menus' in the Setup/menus.txt file, modules in the modules directories and functions in the Includes/includes.py file.
  • The server settings may be improved, the goal would be to make the fishing attack available using the default web server of a system
  • In the fishing attack the python program waits for a tmp.txt file to be created by the php code, then deletes it. The process has to be slowed down for the python program to grab the tmp.txt file.

References

Reference for the web page bruteforcing: https://github.com/IAmBlackHacker/Facebook-BruteForce

brutesniffing_fisher's People

Contributors

programmingathlete avatar

Watchers

 avatar

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.