This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# parrot-upgrade | |
# | |
# DESCRIPTION: | |
# Upgrade a parrotOS system to the latest rolling release using sane defaults | |
# | |
# OUTPUT: | |
# plain text | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Caffeintaed Engineering | |
" .vimrc version 0.0.1 | |
" | |
" | |
" Dependencies | |
" | |
" apt install build-essential cmake python3-dev pandoc xdotool | |
" pip3 install pynvim git+git://github.com/powerline/powerline | |
" | |
" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/env bash | |
# Description: | |
# Going to a browser and playing cut and paste games can be time consuming and break the flow | |
# of a penetration. Searchsploit is a great tool that acts as a cli interface with exploit-db. | |
# You can search for exploits in much the same way as you can on the site. This is a bare | |
# bones script that will take either a cve or exploit id and open up a browser tab directly to | |
# the exploit given or search results given a cve. | |
# | |
# License: MIT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
# | |
# This requires ParrotOS Security Mate | |
# It produces a tailored setup for i3 (see proj ct README for details) | |
# | |
###--------------------------------Global Declarations--------------------------------------### | |
# Some of these may already be installed, if so they will not be re-installed or upgraded. |
OlderNewer