Skip to content

Instantly share code, notes, and snippets.

View captain-noob's full-sized avatar
🌐
Exploiting

Roshan Cheriyan captain-noob

🌐
Exploiting
View GitHub Profile
@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