All Projects → jeffzh3ng → Fuxi

jeffzh3ng / Fuxi

Licence: mit
Penetration Testing Platform

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fuxi

In Spectre Meltdown
This tool allows to check speculative execution side-channel attacks that affect many modern processors and operating systems designs. CVE-2017-5754 (Meltdown) and CVE-2017-5715 (Spectre) allows unprivileged processes to steal secrets from privileged processes. These attacks present 3 different ways of attacking data protection measures on CPUs enabling attackers to read data they shouldn't be able to. This tool is originally based on Microsoft: https://support.microsoft.com/en-us/help/4073119/protect-against-speculative-execution-side-channel-vulnerabilities-in
Stars: ✭ 86 (-92.2%)
Mutual labels:  penetration-testing, vulnerability, pentest-tool
Thc Hydra
hydra
Stars: ✭ 5,645 (+411.79%)
Mutual labels:  penetration-testing, pentest-tool
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (-57.03%)
Mutual labels:  penetration-testing, pentest-tool
Habu
Hacking Toolkit
Stars: ✭ 635 (-42.43%)
Mutual labels:  penetration-testing, pentest-tool
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (-65.37%)
Mutual labels:  penetration-testing, vulnerability
Justtryharder
JustTryHarder, a cheat sheet which will aid you through the PWK course & the OSCP Exam. (Inspired by PayloadAllTheThings)
Stars: ✭ 450 (-59.2%)
Mutual labels:  penetration-testing, pentest-tool
Damn Vulnerable Graphql Application
Damn Vulnerable GraphQL Application is an intentionally vulnerable implementation of Facebook's GraphQL technology, to learn and practice GraphQL Security.
Stars: ✭ 567 (-48.59%)
Mutual labels:  penetration-testing, vulnerability
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+207.43%)
Mutual labels:  penetration-testing, pentest-tool
Lockdoor Framework
🔐 Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources
Stars: ✭ 677 (-38.62%)
Mutual labels:  penetration-testing, pentest-tool
Evillimiter
Tool that monitors, analyzes and limits the bandwidth of devices on the local network without administrative access.
Stars: ✭ 764 (-30.73%)
Mutual labels:  penetration-testing, pentest-tool
Pwncat
pwncat - netcat on steroids with Firewall, IDS/IPS evasion, bind and reverse shell, self-injecting shell and port forwarding magic - and its fully scriptable with Python (PSE)
Stars: ✭ 904 (-18.04%)
Mutual labels:  penetration-testing, pentest-tool
Badkarma
network reconnaissance toolkit
Stars: ✭ 353 (-68%)
Mutual labels:  penetration-testing, pentest-tool
Kaboom
A tool to automate penetration tests
Stars: ✭ 322 (-70.81%)
Mutual labels:  penetration-testing, pentest-tool
Sn1per
Attack Surface Management Platform | Sn1perSecurity LLC
Stars: ✭ 4,897 (+343.97%)
Mutual labels:  pentest-tool, penetration-testing
Webkiller
Tool Information Gathering Write By Python.
Stars: ✭ 300 (-72.8%)
Mutual labels:  penetration-testing, pentest-tool
Payloadsallthethings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 32,909 (+2883.59%)
Mutual labels:  penetration-testing, vulnerability
Passhunt
Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.
Stars: ✭ 961 (-12.87%)
Mutual labels:  penetration-testing, pentest-tool
Subscraper
Subdomain enumeration through various techniques
Stars: ✭ 265 (-75.97%)
Mutual labels:  penetration-testing, pentest-tool
Faraday
Faraday introduces a new concept - IPE (Integrated Penetration-Test Environment) a multiuser Penetration test IDE. Designed for distributing, indexing, and analyzing the data generated during a security audit.
Stars: ✭ 3,198 (+189.94%)
Mutual labels:  penetration-testing, vulnerability
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+556.94%)
Mutual labels:  penetration-testing, pentest-tool

Fuxi 2.1 - developing

Version Python GitHub license GitHub stars Fork

Fuxi is cross-platform compatible and works in any Python 3.x environment including Linux, Mac OSX and Windows.

Getting Started

Docker

docker pull jeffzh3ng/fuxi
docker run -itd --name fuxi_docker -p 5000:50020 jeffzh3ng/fuxi:latest
Wait about 15 seconds for the service to start, then visit: http://127.0.0.1:5000
  • Default username: fuxi
  • Default password: whoami
  • Application restart: docker restart fuxi_docker

How to persist data

docker run -itd --name fuxi_docker -p 5000:50020 -v /your_volume/fuxi:/data jeffzh3ng/fuxi:latest

The data and logs will be saved to /your_volume/fuxi

Installation

Dependency: Linux python3.x redis mongoDB

Get the project:

git clone https://github.com/jeffzh3ng/fuxi.git
cd fuxi
pip install -r requirements.txt

Creating configuration file:

cd instance/
cp _config.py config.py
vi config.py

Begin using fuxi

chmod +x fuxi_manage.sh
./fuxi_manage.sh
  • Default username: fuxi
  • Default password: whoami

demo_1 demo_1

Docs

API Document

Issues

  Github:   New issue
  E-Mail:   [email protected]
  Telegram:   https://t.me/jeffzh3ng
  WeChat:   QR Code

Feel free to contact me if you have any questions or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].