Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip imports fix & line 184-185 writeconfig fix #173

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
## Checkboxes

- [ ] Updated fsociety
- [X] Updated fsociety
- [ ] Issue does not already exist
- [ ] fsociety issue, not a tool issue
- [X] fsociety issue, not a tool issue

--Updated Fsociety imports with new ones

--Line 184/185 in fsociety.py has an issue :

## Expected Result

```bash

elif choice == "99":
with open(configFile, 'wb') as configfile:
config.write(configfile)
sys.exit()
```

Should be writing to the config file
## Actual Result

Throws this error in console :
```bash

TypeError: a bytes-like object is required, not 'str'
```

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

175 changes: 5 additions & 170 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,171 +1,6 @@
# Fsociety Hacking Tools Pack
fork of manisso's fsociety, for pull request.

[![Python2.7](https://img.shields.io/badge/Python-2.7-green.svg?style=flat-square)](https://www.python.org/downloads/release/python-2714/)
![OS](https://img.shields.io/badge/Tested%20On-Linux%20|%20OSX%20|%20Windows%20|%20Android-yellowgreen.svg?style=flat-square)
![Docker](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg?style=flat-square)
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://github.com/Manisso/fsociety/blob/master/LICENSE)

A Penetration Testing Framework, you will have every script that a hacker needs. Works with Python 2. For a Python 3 version see our updated version at [`fsociety-team/fsociety`](https://github.com/fsociety-team/fsociety).

## Fsociety Contains All Tools Used in Mr. Robot Series

[![Mr. Robot](http://nikolaskama.me/content/images/2016/07/mr-robot-1.gif)](https://wikipedia.org/wiki/Mr._Robot)

## Menu

- Information Gathering
- Password Attacks
- Wireless Testing
- Exploitation Tools
- Sniffing & Spoofing
- Web Hacking
- Private Web Hacking
- Post Exploitation
- Contributors
- Install & Update

### Information Gathering:

- Nmap
- Setoolkit
- Host To IP
- WPScan
- CMS Scanner
- XSStrike
- Dork - Google Dorks Passive Vulnerability Auditor
- Scan A server's Users
- Crips

### Password Attacks:

- Cupp
- Ncrack

### Wireless Testing:

- Reaver
- Pixiewps
- Bluetooth Honeypot

### Exploitation Tools:

- ATSCAN
- sqlmap
- Shellnoob
- Commix
- FTP Auto Bypass
- JBoss Autopwn

### Sniffing & Spoofing:

- Setoolkit
- SSLtrip
- pyPISHER
- SMTP Mailer

### Web Hacking:

- Drupal Hacking
- Inurlbr
- Wordpress & Joomla Scanner
- Gravity Form Scanner
- File Upload Checker
- Wordpress Exploit Scanner
- Wordpress Plugins Scanner
- Shell and Directory Finder
- Joomla! 1.5 - 3.4.5 remote code execution
- Vbulletin 5.X remote code execution
- BruteX - Automatically brute force all services running on a target
- Arachni - Web Application Security Scanner Framework

### Private Web Hacking:

- Get all websites
- Get joomla websites
- Get wordpress websites
- Control Panel Finder
- Zip Files Finder
- Upload File Finder
- Get server users
- SQli Scanner
- Ports Scan (range of ports)
- Ports Scan (common ports)
- Get server Info
- Bypass Cloudflare

### Post Exploitation:

- Shell Checker
- POET
- Weeman

# Installation

## Installation [Linux](https://wikipedia.org/wiki/Linux) [![alt tag](http://icons.iconarchive.com/icons/dakirby309/simply-styled/32/OS-Linux-icon.png)](https://fr.wikipedia.org/wiki/Linux)

```bash
bash <(wget -qO- https://git.io/vAtmB)
```

## Installation

Download [Termux](https://play.google.com/store/apps/details?id=com.termux)

```bash
bash <(wget -qO- https://git.io/vAtmB)
```

Follow this video [Arif - Tech](https://www.youtube.com/watch?v=JwK5oOBjpgQ)

## Installation [Windows](https://wikipedia.org/wiki/Microsoft_Windows)[![alt tag](http://icons.iconarchive.com/icons/yootheme/social-bookmark/32/social-windows-button-icon.png)](https://fr.wikipedia.org/wiki/Microsoft_Windows)

Download Linux Bash Like [Cygwin](https://www.cygwin.com/)

Download [Python](https://www.python.org/downloads/release/python-2714/)

Use Google Cloud Console [Cloud Shell](https://console.cloud.google.com/cloudshell/editor?project=&pli=1&shellonly=true)

Or use free Ubuntu VPS [c9.io](https://c9.io/)

## [Docker](https://en.wikipedia.org/wiki/Docker_(software)) Usage ![docker logo](https://png.icons8.com/color/50/000000/docker.png)

### Dependecies

[Docker](https://www.docker.com/)

[Docker-compose](https://docs.docker.com/compose/install/)

```bash
docker-compose build
docker-compose up -d
docker-compose exec fsociety fsociety
docker-compose down # destroys instance
```

# Screenshots

[![asciicast](https://asciinema.org/a/URj2nvpbYpeJyJe43KlASZ7fz.png)](https://asciinema.org/a/URj2nvpbYpeJyJe43KlASZ7fz)

![alt logo](https://media.giphy.com/media/xT0xeFxyHAKirrLa24/giphy.gif)

# Contributors

[alexcreek](https://github.com/alexcreek)

[mswell](https://github.com/mswell)

[Ev3](https://github.com/Ev3)

[huangsam](https://github.com/huangsam)

[RyanFilho](https://github.com/RyanFilho)

[gabru-md](https://github.com/gabru-md)

[jdrago999](https://github.com/jdrago999)

[CRO-TheHacker](https://github.com/CRO-THEHACKER)

# License

[MIT Licence](https://github.com/Manisso/fsociety/blob/master/LICENSE)
README, MANISSO.
the issues i've fixed are about the pip packages being packages not available anymore.
and the second issue, in line 185 of the python file, being that it tries to write the fsociety.cfg file, but it cannot due to python3.
and another issue is that you've used print"" without brackets.
37 changes: 0 additions & 37 deletions docs/css/style.css

This file was deleted.

Binary file removed docs/favicon.ico
Binary file not shown.
Binary file removed docs/favicon/android-icon-144x144.png
Binary file not shown.
Binary file removed docs/favicon/android-icon-192x192.png
Binary file not shown.
Binary file removed docs/favicon/android-icon-36x36.png
Binary file not shown.
Binary file removed docs/favicon/android-icon-48x48.png
Binary file not shown.
Binary file removed docs/favicon/android-icon-72x72.png
Binary file not shown.
Binary file removed docs/favicon/android-icon-96x96.png
Binary file not shown.
Binary file removed docs/favicon/apple-icon-114x114.png
Binary file not shown.
Binary file removed docs/favicon/apple-icon-120x120.png
Binary file not shown.
Binary file removed docs/favicon/apple-icon-144x144.png
Binary file not shown.
Binary file removed docs/favicon/apple-icon-152x152.png
Binary file not shown.
Binary file removed docs/favicon/apple-icon-180x180.png
Binary file not shown.
Binary file removed docs/favicon/apple-icon-57x57.png
Binary file not shown.
Binary file removed docs/favicon/apple-icon-60x60.png
Binary file not shown.
Binary file removed docs/favicon/apple-icon-72x72.png
Binary file not shown.
Binary file removed docs/favicon/apple-icon-76x76.png
Binary file not shown.
Binary file removed docs/favicon/apple-icon-precomposed.png
Binary file not shown.
Binary file removed docs/favicon/apple-icon.png
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/favicon/browserconfig.xml

This file was deleted.

Binary file removed docs/favicon/favicon-16x16.png
Binary file not shown.
Binary file removed docs/favicon/favicon-32x32.png
Binary file not shown.
Binary file removed docs/favicon/favicon-96x96.png
Binary file not shown.
41 changes: 0 additions & 41 deletions docs/favicon/manifest.json

This file was deleted.

Binary file removed docs/favicon/ms-icon-144x144.png
Binary file not shown.
Binary file removed docs/favicon/ms-icon-150x150.png
Binary file not shown.
Binary file removed docs/favicon/ms-icon-310x310.png
Binary file not shown.
Binary file removed docs/favicon/ms-icon-70x70.png
Binary file not shown.
Binary file removed docs/fonts/MR ROBOT.ttf
Binary file not shown.
Loading