Skip to content

Instantly share code, notes, and snippets.

View 1337kid's full-sized avatar
:octocat:
lol :)

Vasanth R 1337kid

:octocat:
lol :)
View GitHub Profile
@1337kid
1337kid / chall1.c
Created July 18, 2023 12:45
chall1.c
// overflow challenge xD
// gcc chall1.c -o chall1 -fno-stack-protector
// ./chall1
//
// Aim : to execute shell() func
#include <stdio.h>
#include <stdlib.h>
void shell(){
@1337kid
1337kid / CVE-2023-37627_PoC.md
Created July 12, 2023 01:30
PoC for CVE-2023-37627

CVE-2023-37627

Product : Online Restaurant Management System - 1.0
Vulnerability Type : SQL Injection
Vendor of Product : code-projects

Desc : An attacker can bypass the admin panel and view order records, add items, delete items etc.