Skip to content

Instantly share code, notes, and snippets.

View mattyjones's full-sized avatar

Matt Jones mattyjones

  • Northeast-US
View GitHub Profile
#!/usr/bin/env bash
#
# parrot-upgrade
#
# DESCRIPTION:
# Upgrade a parrotOS system to the latest rolling release using sane defaults
#
# OUTPUT:
# plain text
#
" 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
"
"
@mattyjones
mattyjones / fetch-exploit.sh
Last active September 30, 2020 14:17
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.
#! /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
#! /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.