Skip to content

Instantly share code, notes, and snippets.

View lepz0r's full-sized avatar

Ryan Putrama Yahya lepz0r

  • Depok, Indonesia
View GitHub Profile
@lepz0r
lepz0r / config
Created March 7, 2023 15:51
My zapret config
# this file is included from init scripts
# change values here
# can help in case /tmp has not enough space
#TMPDIR=/opt/zapret/tmp
# override firewall type : iptables,nftables,ipfw
FWTYPE=iptables
# options for ipsets
@lepz0r
lepz0r / geneva-strategies
Last active July 31, 2024 09:15
My personal geneva (genetic evasion, https://github.com/kkevsterrr/geneva) strategies
March 16 2023
ID
[TCP:options-sack:]-fragment{tcp:-1:False}(,fragment{tcp:-1:True:5})-|
[TCP:options-timestamp:]-fragment{tcp:5:True:2}-|
[TCP:options-sackok::4]-fragment{tcp:57:True}(,fragment{tcp:-1:True:5})-| [TCP:chksum:55606]-fragment{tcp:-1:False:16}-|
[TCP:reserved:0]-fragment{tcp:42:True}(,tamper{TCP:chksum:corrupt})-|
[TCP:options-timestamp:]-fragment{tcp:54:True:40}(tamper{TCP:options-nop:replace:},)-|
[TCP:options-nop::4]-fragment{tcp:54:True:40}(tamper{TCP:options-nop:corrupt},duplicate)-|
@ECHO OFF
PUSHD "%~dp0"
set _arch=x86
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64)
IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64)
echo This script should be run with administrator privileges.
echo Right click - run as administrator.
echo Press any key if you're running it as administrator.
pause