kezoponk / scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Created some useful scripts for personal use from time to time and thought it wouldn't hurt to share


Betteraptupgrade.sh

Write in the excludes.txt file the packages that you don't want to update
A good way to do this is to run the script, then script will output all upgradeable packages into the upgradeables.txt
Locate unwanted upgrades in upgradeables.txt and paste them into excludes.txt
REQUIRES SU NOT SUDO

Electronbuilder.sh

In terminal: ./electronbuilder FULL-PATH-TO-HTDOCS
Simple script to generate an electron app, the general reason why I created this is not because it is hard to build,
but because I think it is messy to create the index.js and package.json files for each program even though they are not very
specific for each program

Dictionary

Here very simple dictionary & flood attacks exist
Attack.py: Dictionary attack weak websites, uncomment in post_it function to customize password
Flood.py: Used on scam sites, specificaly the register page

About

License:Do What The F*ck You Want To Public License


Languages

Language:Shell 59.5%Language:Python 40.5%