GithubHelp home page GithubHelp logo

gdscsmit / fsociety Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 7.0 58 KB

Kickstart your Ethical Hacking Journey with Fsociety by GDSC-SMIT :zap: :star:Star the Repository and Open your First PR :rocket:

License: MIT License

Python 100.00%
cybersecurity cybertools fsociety hacking hacktoberfest hacktoberfest-accepted hacktoberfest2023 mrrobot-plugins-for-hackers python security shell tools

fsociety's Introduction

Fsociety

fsociety

Note : This Repository is under Hacktoberfest 2023

STAR⭐ The Repository, Open First PULL REQUEST & Get it Merged! πŸŽ‰

πŸ—£ Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the challenge and earn a limited edition rewards!πŸš€

πŸ“’ Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to get awesome rewards! πŸ”₯.

Hacktoberfest 2023 Open Source License

Overview

Welcome to fsociety, an all-in-one ethical hacking toolkit. This toolkit is designed to provide a comprehensive suite of tools for ethical hackers, security researchers, and cybersecurity enthusiasts.

As Seen in Mr. Robot

Our toolkit has been inspired by the critically acclaimed TV series, Mr. Robot. The protagonist, Elliot Alderson, a cybersecurity engineer and vigilante hacker, uses a similar tool to bring down the conglomerate, Evil Corp.

By using fsociety, you're following in the footsteps of Elliot, using the same caliber of tools that he used in his crusade against corporate corruption.

Read before proceeding - We strictly forbid the use of this tool for illegal activities. To be used strictly for research purposes.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.x
  • Arch or Debian based Linux distro

Installation

Follow these steps to get fsociety running on your machine:

  1. Clone the repository:

    git clone https://github.com/username/fsociety.git
  2. Navigate to the fsociety directory:

    cd fsociety
  3. Install the required Python packages:

    pip install -r requirements.txt

Usage

To run fsociety, use the following command:

python -m fsociety3

This will start the fsociety toolkit and you can begin your ethical hacking journey!

Remember, with great power comes great responsibility. Use fsociety wisely! 😊

Guidelines for Contributions

  • Ensure that your component is well-documented and follows best practices.
  • Use meaningful names for your components and keep the codebase clean and organized.
  • Write clear and concise commit messages.
  • Be kind and respectful to other contributors.

For more details read CONTRIBUTING GUIDELINES

Code of Conduct

Please review our CODE OF CONDUCT before contributing.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Thank you for your interest in the GDSC Official Website! If you have any questions or suggestions, feel free to reach out to us. Happy coding! πŸ˜„

Let's make Hacktoberfest 2023 amazing together! Happy coding! πŸŽ‰

Our Valuable Contributors of Hacktoberfest 2023

fsociety's People

Contributors

gdscsmit avatar lunaticpython2003 avatar shayanvatsa avatar sid86-dev avatar swarnabha-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

fsociety's Issues

Prevent cluttering of the main file

Tasks to be done

  • Add a rule in CONTRIBUTING.md to avoid polluting the main file
  • Move all the respective features into their own separate functions in the scripts folder

Improve the Android Tools

Tasks to be done

  • Add new features to the Android section of the script
  • Try to incorporate simple ADB based features

Add simple Unix based commands under Miscallaneous section

Tasks to be done

  • Create a Miscallaneous section in the script
  • Add basic Unix commands like grep, curl, mv, cp (and more)
  • Try to create all those features as their respective functions in the scripts directory instead of polluting the main file

Module doesn't run in superuser

Description

If the script is started as superuser, it crashes instantly without moving in to the main menu.

Expected Behavior

Should display the main menu

Steps to reproduce

cd fsociety && sudo python -m fsociety3

Logs attached

traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/madhurjya/Documents/fsociety/fsociety3/main.py", line 81, in
main()
File "/home/madhurjya/Documents/fsociety/fsociety3/main.py", line 77, in main
import main as fsociety_main
ModuleNotFoundError: No module named 'main'

Color format the Fsociety ASCII logo (using colorama)

Tasks to be done

  • Colorize the Fsociety logo using colorama (or any other library)
  • Randomly keep changing the color scheme

Note - If any other module is used, its name should be mentioned in the requirements.txt file

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.