All Projects → papocchio95 → encode-me

papocchio95 / encode-me

Licence: other
Payload encoder for bypass WAF

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to encode-me

Awesome Waf
🔥 Everything about web-application firewalls (WAF).
Stars: ✭ 4,047 (+28807.14%)
Mutual labels:  waf, waf-bypass
shieldfy-php-client
The official PHP SDK for Shieldfy
Stars: ✭ 15 (+7.14%)
Mutual labels:  waf
Curiefense
Curiefense is a unified, open source platform protecting cloud native applications.
Stars: ✭ 136 (+871.43%)
Mutual labels:  waf
Autosqli
An automatic SQL Injection tool which takes advantage of ~DorkNet~ Googler, Ddgr, WhatWaf and sqlmap.
Stars: ✭ 222 (+1485.71%)
Mutual labels:  waf
Openrasp
🔥Open source RASP solution
Stars: ✭ 2,036 (+14442.86%)
Mutual labels:  waf
Raptor waf
Raptor - WAF - Web application firewall using DFA [ Current version ] - Beta
Stars: ✭ 246 (+1657.14%)
Mutual labels:  waf
Tesla
Tesla is a gateway service that provides dynamic routing,waf,support spring cloud,gRPC,DUBBO and more.
Stars: ✭ 109 (+678.57%)
Mutual labels:  waf
filter-var-sqli
Bypassing FILTER_SANITIZE_EMAIL & FILTER_VALIDATE_EMAIL filters in filter_var for SQL Injection ( xD )
Stars: ✭ 29 (+107.14%)
Mutual labels:  waf-bypass
airlock-waf-kubernetes-openshift-integration
Integrate Airlock WAF in a Kubernetes or OpenShift Environment
Stars: ✭ 12 (-14.29%)
Mutual labels:  waf
Wafw00f
WAFW00F allows one to identify and fingerprint Web Application Firewall (WAF) products protecting a website.
Stars: ✭ 2,983 (+21207.14%)
Mutual labels:  waf
Sks
Security Knowledge Structure(安全知识汇总)
Stars: ✭ 205 (+1364.29%)
Mutual labels:  waf
Awd Watchbird
A powerful PHP WAF for AWD
Stars: ✭ 178 (+1171.43%)
Mutual labels:  waf
ingress
Kubernetes Ingress controller with integrated Wallarm services
Stars: ✭ 31 (+121.43%)
Mutual labels:  waf
Whatwaf
Detect and bypass web application firewalls and protection systems
Stars: ✭ 1,881 (+13335.71%)
Mutual labels:  waf
phpwaf-phanalyzer
AliGuard PHP WAF
Stars: ✭ 12 (-14.29%)
Mutual labels:  waf
Go Agent
Sqreen's Application Security Management for the Go language
Stars: ✭ 134 (+857.14%)
Mutual labels:  waf
Wafpass
Analysing parameters with all payloads' bypass methods, aiming at benchmarking security solutions like WAF.
Stars: ✭ 184 (+1214.29%)
Mutual labels:  waf
Secbox
🖤 网络安全与渗透测试工具导航
Stars: ✭ 222 (+1485.71%)
Mutual labels:  waf
dontgo403
Tool to bypass 40X response codes.
Stars: ✭ 457 (+3164.29%)
Mutual labels:  waf-bypass
waf-brain
Machine Learning WAF Based
Stars: ✭ 74 (+428.57%)
Mutual labels:  waf

encode-me

This tool takes in input a payload and generates a list of encoded payloads based on 34 tampering functions (credits to whatwaf). The list of encoded payloads can be used to test the WAF.

Usage

Generate about 40k encoded payload based on tampering functions

go run encode-me.go -p "<script> alert(1) </script>"  > list.txt

The list may contain duplicates. So let's delete them using awk

awk '!seen[$0]++' list.txt > listFinal.txt

Authors

Author: Fabio 'pap0cch10' Mariani - Twitter: papocchio0

Based on an idea by Francesco Lacerenza - Twitter: @lacerenza_fra

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].