GithubHelp home page GithubHelp logo

cjsatuforc / github-kali-scripts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lucabongiorni/github-kali-scripts

0.0 1.0 0.0 20 KB

Random scripts for use in the Kali Linux Distro.

Python 43.61% Shell 56.39%

github-kali-scripts's Introduction

kali-scripts

Random scripts for use in the Kali Linux Distro.  Feel free to modify the scripts for your particular application.  I will try to use variables where I can to make it simple to configure the scripts.  These are not 100% the best way to do something but just what works primarily for my personal use.  I mainly make these for reference when I find I have to use an odd work around.  For example now with macchanger after spoofing your MAC address you have to add your gateway back in.

Clone the repo

cd kali-scripts

cd scripts

chmod 755 ./*.sh

chmod 755 ./*/*.sh

python pinbrute.py -c '0123456789' -l 6
python pinbrute.py -c '0123456789' -l 6 > pins.txt
Tool for calculating sequences to brute force pin based passwords of a fixed length.  For example a door requires setting a 6 digit pin with available character set of 0-9.  You would set the character set with -c '0123456789' and the length with -l 6.

python debruijn.py -c '0123456789' -m 3
Calculate de Bruijn sequence for a specific character set and subsequence.  Specify the character set with -c 'characters' and the max length of the subsequence with -m # as in above example.

./printerspam.sh
Causes a networked printer with port 9100 open to print your message line by line.

./volume.sh
Set speaker volume through script.

./mac-spoofing/spoof.sh
Uses macchanger to spoof eth's and wlan's MAC address to a random address

./mac-spoofing/restore.sh
Uses macchanger to restore eth's and wlan's MAC address

./wifi-monitor-mode/net-fix.sh
Runs "service network-manager restart" after you have set monitor mode so you can use a second network adapter with the Wireless GUI for network access.

./wifi-monitor-mode/restore.sh
After running your WiFi interface in monitor mode with aircrack-ng this script will restore your network adapters.

github-kali-scripts's People

Contributors

exploitagency avatar

Watchers

James Cloos avatar

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.