Categories: Kali Linux

FBHT – Facebook Hacking Tool

FBHT stand for Facebook Hacking Tool to hack facebook inbox.

Python – -version 2.7.3 (Windows/Linux)

IMPORTS FBHT

  • Selenium
  • Matplotlib-1.2.1
  • Networkx-1.8.1
  • Numpy-1.7.1
  • Pygraphviz-1.1
  • Simplejson-3.3.0
  • Mechanize-0.2.5
  • Other: gephi-0.8.2-beta (Graphs software)

Also Read Ddos2track – Script To Avoid HTTP Floods Attacks

Recomendation

  • Use setuptools for the dependencies

S.O

  • Working on Windows 7 64/32 bits
  • Working on Kali Linux (Yeah, sucks) but probably works on the others (deprecated – read below)

Usage

  • python main.py

R K

Recent Posts

Pystinger : Bypass Firewall For Traffic Forwarding Using Webshell

Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…

6 days ago

CVE-Search : A Tool To Perform Local Searches For Known Vulnerabilities

Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…

6 days ago

CVE-Search : A Tool To Perform Local Searches For Known Vulnerabilities

Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…

6 days ago

How to Bash Append to File: A Simple Guide for Beginners

If you are working with Linux or writing bash scripts, one of the most common…

6 days ago

Mastering the Bash Case Statement with Simple Examples

What is a bash case statement? A bash case statement is a way to control…

6 days ago

How to Check if a File Exists in Bash – Simply Explained

Why Do We Check Files in Bash? When writing a Bash script, you often work…

1 week ago