Skip to content

ErdajtSopjani/CybErGuard-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License

2023-07-30T22:20:51,038110532+02:00


CybErGuard

Multifunctional Hacking tool!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

2023-07-30T22:19:28,826942258+02:00

There are many hacking tools out there. But our main goal is to make an easy to use tool for people just getting into hacking. We made sure to make it as simple as possible so even newbies can have fun with it and get motivated to dive deeper into the hacking iceberg.

We think our tool will contribute greatly to newbies or as we call them "skids"

Here's why:

  • It's got easy to use syntax and only a small number of commands.
  • New features get added really often.
  • Cracking passwords and brute-forcing websites has never been easier 😄
  • We even make use of nmap with a single command so "skids" can scan networks easily.

Of course, no hacking tool is going to be useful for everyone. Like I mentioned this is primarily aimed at people who are just starting out. But its a great tool I even use it on my daily tasks since its really smple and saves a lot of time.

(back to top)

Getting Started

  1. Make sure you have a version of Pyhon installed: (https://www.python.org/downloads/)
  2. If you want to run networks scans download nmap: (https://nmap.org/)
  3. Install all of the python modules listed in the requirements.txt
  4. The script will install the other requirements and autiomatically delete them when not needed

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Make sure you have a version of Python installed : (https://www.python.org/downloads/)
  2. Clone the repo
    git clone https://github.com/ErdajtSopjani/CybErGuard-2.0
  3. Install python Packages
    pip install -r requirements.txt
  4. Run it
    python3 CybErGuard.py
    or
    py CybErGuard.py
  5. If you want to run networks scans download nmap: (https://nmap.org/)

(back to top)

Usage

Use help to get a list of the avaliable commands

Press CTRL+C to exit any use case and go back to the main menu


Brute-Forcing Websites:

Image Description

If you dont have a wordlist go: (Download rockyou.txt)

To brute-force websites run:

brute

1.Then you will be prompted for the address of the target, 2.The username for login attempts, 3.A wordlist, 4.And the number of threads you want to use



Scanning networks:

Image Description

Make sure you have nmap install on your system (https://nmap.org/)

To scan networks with CybErGuard run:

network

1.Then you wil be prompted to input an ip address, 2.and the amount of ports you want to scan.



Cracking Hashed Passwords:

Image Description

If you dont have a wordlist go: (Download rockyou.txt)


To crack Hashed Passwords just with CyBerGuard run:

hash

*1.Then you will be prompted to input the type of hash you want to crack, * 2.And a path to your wordlist of choice

(back to top)

Roadmap

  • Website Brute-Force
  • Network Scanner
  • Password Hash Crack
  • Malware Creation
  • Wifi-Hacking
    • Wifi Handshare Capture
    • Wifi Password Cracking

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Twitter - @erdajttsopjani)

(back to top)

About

All in one Multifunctional Hacking Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages