Giter Site home page Giter Site logo

cyber-dioxide / cyber-sploit Goto Github PK

View Code? Open in Web Editor NEW
92.0 2.0 10.0 677 KB

A framework like a metasploit containg a variety of modules for pentesting or ethical hacking. This repo willl be updated and new modules will be added time to time.

Python 96.60% Go 2.57% Ruby 0.19% Perl 0.23% Shell 0.40%
cybersecurity framework ftp-bruteforce hacking metasploit pentesting python3 cyber-dioxide github golang hacking-tools hackingtools kali-linux linux cyber-sploit wifi-hacking

cyber-sploit's Introduction

Cyber-Sploit

A framework like a metasploit containg a variety of modules for pentesting or ethical hacking. This repo willl be updated and new modules will be added time to time. This framwork is still under development phase. Those who are intrested for adding new modules can contribute. Mostly modules are written in Python, others may be aded with time (Ruby, GoLang). Screenshot_20220826_224824

Screenshot_20220826_224625

Important Note

With old version, and python update Marshal encoded scripts started producing error. That is now removed, therfore the code for "HELP" coomand is not working at a moment, which will be fixed in upcomming updates. Therefore you are requested to learn the commands from the screenshot shared below, there you can see all options of help command. Thank you.

Root

Better to root the terminal in order to avoid errors.

Usage

YouTube

  • Will soon available once the code is tested

Commands:

  • [ TIME ]/ help => #Will show all the available commands
  • [ TIME ]/ show modules => #Will show available modules with description
  • [ TIME ]/ use <modules_name.py> => #Selects handle-backdoor.py module
  • [ TIME ]/handle-backdoor.py/ info => #To view to information of the selected module
  • [ TIME ]/handle-backdoor.py/ options => #To see all the required parameters
  • [ TIME ]/handle-backdoor.py/ set => #Sets the value of a parameter
  • [ TIME ]/handle-backdoor.py/ set lhost 127.0.0.1 => #Vairabe=lhost , Value=127.0.0.1
  • [ TIME ]/handle-backdor.py/ run => #Starts the selected module.
  • [ TIME ]/handle-backdoor.py/ back => #Unselects the selected module
  • [ TIME ]/ banner => #Displays a random banner
  • [ TIME ]/ exit #You've guessed it! Screenshot_20220824_152640 Screenshot_20220826_224853
  • More options and modules will be added
  • Set all parameters carefully, once you've type "run", all the setted parameters will be deleted and you will have to set the again for that module
  • Root your terinal Screenshot_20220824_152717

STAR

Give a star if you liked it

Installation

bash install.sh

Will install all the required packages.

Raspberry pi

Anyone having an extra raspberry 4 can donate it to your brother/son (ME) (+_+). I'LL be thankfull for this kindness

Contribute

If someone wants to contribute, warmly welcommed.

  • Instagram: @cyber_dioxide

More

The reason for adding timestamp is that it took alot of time developed. I had to switch my Laptop to Linux as a primary OS because VB was no more responding (-_-).

Cyber World Collab

Your little donations help in creating better Cyber World via experiments. You are asked to collab with us.

  • BTC address: bc1qsmuuhkph59qwv4q87p2w4lzudysym72vjqjfa8

Help/Support

For any help/support, iam mostly active on Instagram @coding_memz, Telegram

  • Check Our Blog

Screenshots++

Screenshot_20220826_221405

Screenshot_20220826_224701

cyber-sploit's People

Contributors

cyber-dioxide avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cyber-sploit's Issues

Cyber-Framework.py': [Errno 2]

I'm on LMDE 6 Faye kernel 6.1.0-15-amd64 python 3.11:

python3: can't open file '/home/gabriel1/Applications/Cyber-Sploit/Cyber-Framework.py': [Errno 2] No such file or directory

Missing Cyber-Framework.py

Trying to install as per instruction but getting these errors:

Step 1:

┌──(root㉿kali)-[~]
└─# git clone https://github.com/Cyber-Dioxide/Cyber-Sploit

Step 2:

┌──(root㉿kali)-[~/Cyber-Sploit]
└─# cd Cyber-Sploit     

Step 3:

┌──(root㉿kali)-[~/Cyber-Sploit]
└─# chmod +x *

Step 4:

┌──(root㉿kali)-[~/Cyber-Sploit]
└─# bash install.sh   

[+] Launching Cyber-Sploit Framework.... /
python3: can't open file '/root/Cyber-Sploit/Cyber-Framework.py': [Errno 2] No such file or directory

Step 5:

┌──(root㉿kali)-[~/Cyber-Sploit]
└─# ./Cyber-Sploit.py 

import: Unable to open XServer ().
import: Unable to open XServer ().
./Cyber-Sploit.py: 3: from: not found
./Cyber-Sploit.py: 4: from: not found
./Cyber-Sploit.py: 5: from: not found
./Cyber-Sploit.py: 6: from: not found
import: Unable to open XServer ().
./Cyber-Sploit.py: 9: Syntax error: "(" unexpected

PYTHON

┌──(root㉿kali)-[~/Cyber-Sploit]
└─# python3 --version

Python 3.11.6

There is no Cyber-Framework.py file.

Thanks

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.