Skip to content

Instantly share code, notes, and snippets.

View captain-noob's full-sized avatar
:shipit:
Exploring & Exploiting

Roshan Cheriyan captain-noob

:shipit:
Exploring & Exploiting
View GitHub Profile
#!/usr/bin/env python3
# based on https://davidebove.com/blog/?p=1620
import sys
import os
import re
def get_pid():
@captain-noob
captain-noob / CVE-2023-31498.md
Last active May 9, 2023 19:00
Session hijacking leading to privilege escalation

CVE-2023-31498 - Session hijacking leading to privilege escalation

Author: captain-noob
Vendor: PHPGurukul (https://phpgurukul.com/)
Software: Hospital Management System In PHP(https://phpgurukul.com/hospital-management-system-in-php)

Description

@captain-noob
captain-noob / tmux.conf
Created April 22, 2023 09:20
Tmux configuration for easy control of terminal
# create or add this to ur ~/.tmux.conf
#set prefix
set -g prefix C-a
bind C-a send-prefix
unbind C-b
set -g history-limit 100000
set -g allow-rename off