View docker-compose.yml
This file contains 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
# docker-compose.yml | |
# Created on: Sun 16 Oct 2022 03:11:58 AM BST | |
# | |
# ____ __ ____ __ | |
# ( _ \ /. |( _ \/ ) | |
# )___/(_ _))___/ )( | |
# (__) (_)(__) (__) | |
# http://leosmith.xyz/blog/gophish-setup-tutorial.html | |
# | |
# Description: |
View payload.txt
This file contains 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
REM Title: no_work.txt - a script to fake work | |
REM Author: p4p1 | |
DELAY 1000 | |
REM The following chuck of code is repeated for around 1hour and then needs to | |
REM be manually replayed | |
STRING Lorem ipsum dolor sit amet, consectetur adipiscing elit, | |
DELAY 100000 |
View dwm-sticky-6.2.diff
This file contains 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
/* diff file to add gui menu support to dwm */ | |
diff -up a/config.def.h b/config.def.h | |
--- a/config.def.h 2021-11-05 20:35:26.145640275 +0000 | |
+++ b/config.def.h 2021-11-07 03:00:47.647102598 +0000 | |
@@ -5,6 +5,7 @@ static const unsigned int borderpx = 1; | |
static const unsigned int snap = 32; /* snap pixel */ | |
static const int showbar = 1; /* 0 means no bar */ | |
static const int topbar = 1; /* 0 means bottom bar */ | |
+static const char *panel_str = "tint2"; | |
static const char *fonts[] = { "monospace:size=10" }; |
View blind_sql.sh
This file contains 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/bash | |
# blind_sql.sh | |
# Created on: Sun 17 Oct 2021 02:35:42 AM BST | |
# | |
# ____ __ ____ __ | |
# ( _ \ /. |( _ \/ ) | |
# )___/(_ _))___/ )( | |
# (__) (_)(__) (__) | |
# | |
# Description: |
View bof_template.py
This file contains 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 python | |
# -*- coding: utf-8 -*- | |
# Made by papi | |
# Created on: Sat 21 Aug 2021 10:59:32 PM BST | |
# bof_template.py | |
# Description: | |
# Buffer Overflow template exploit used for OSCP and other | |
# exams. | |
# Usage: | |
# Edit this script so that it works with your platform |
View mitsocket.js
This file contains 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
/* mitsocket.js | |
* Created on: Tue, 12 Oct 2021 | |
* ____ __ ____ __ | |
* ( _ \ /. |( _ \/ ) | |
* )___/(_ _))___/ )( | |
* (__) (_)(__) (__) | |
* | |
* Description: | |
* A reimplementation of WebSocket for MITM | |
* Licensed under GPLv3 and should not be used |
View .conkyrc
This file contains 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
-- .conkyrc | |
-- Created on: Fri, 09 Oct 2021 | |
-- ____ __ ____ __ | |
-- ( _ \ /. |( _ \/ ) | |
-- )___/(_ _))___/ )( | |
-- (__) (_)(__) (__) | |
-- | |
-- Description | |
-- Config for conky | |
-- |
View har_content_extractor.py
This file contains 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/python | |
# -*- coding: utf-8 -*- | |
# Made by papi | |
# har_content_extractor.py | |
# Requirements: | |
# json, requests(python3), urllib(python2) | |
# Description: | |
# Dump images and videos from .har files. | |
# The program can be edited to support python2 or 3 just uncomment the python 2 | |
# lines and comment the python3 line to switch between the 2 :) |
View init.vim
This file contains 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
" .vimrc | |
" Created on: Mon, 20 March 2017 | |
" ____ __ ____ __ | |
" ( _ \ /. |( _ \/ ) | |
" )___/(_ _))___/ )( | |
" (__) (_)(__) (__) | |
" | |
" Description | |
" Config for my vim | |
" It set tabs colorscheme and much more |
NewerOlder