/script-collection

Collection of my scripts ranging from bash or python or shell. Readme will contain list of which script does what.

Primary LanguagePython

script-collection

Collection of my scripts ranging from bash or python or shell.

Shell: Contains various shell scripts i wrote Python: Python code mostly 2.7 but some 2and3 and some 3 specific in it. will further divide once i have enough numbers PS1: Contains my Powershell experiments not much at this point Misc: Anything which is doesn't fit in anything else or one off work

Will use this Location to document what's what:

Shell

check_bulk_response.sh -> checks response for a specific URL against a list of domains.

dec2hex hex2dec -> converts between hexadecimal to decimal

dvcsfinder -> looks for signs of various dvcs files.

genymotion.sh -> start stop genmotion VM's via commandline

gitrebase -> when you have to update your fork with the upstream changes and not add an extra commit in your repo.

http -> attempts to start a webserver at this location using multiple languages as fall back

publicip.sh -> shows public ip of the computer

vagrant_supercharged -> overridden vagrant script

websites.sh -> launching specific websites a google chrome app containers.

wp-user-enum.sh -> wordpress username enumeration script

Python

char_to_num.py -> gives you a single number representing the string via converting alphabets to digits and subming up digits till a single digit is identified.

custom_enc_decoder -> custom encoder / decoder, add your own words swaps and encode / decode at will.

hash_generator.py -> Generates hashes in a large array of formats

palindrome_in_year.py -> take a year number 2/4 digits and gives you all palindrome in that year

rotme.py -> does a rot 1-26 over a string

shodan_hostenum.py -> shodan hostname enumberation script. Needs shodan API Key

wadl_statistics_reporter.py -> python script to count no of resources,methods, and parameters listed in a wadl file.

Wordpress_attachment.py : Wordpress attachment bruteforce

Misc

resource_abusive_bot_blocking.htaccess -> htaccess rules to protect against abusive bots.

script_kiddie_blocker.htaccess -> htaccess rules to protect against script kiddies.

ip.bat -> ip.bat prints out IP addresses with interface name while ip.bat ip just prints out IP.

php_func_enumerator.php -> Checks for disabled functions and suggests what can be used for code execution.