Coder Social home page Coder Social logo

enfordetect's Introduction

<This project is under development>
Enforcment Detection

review:
In the daily life of web app pt , is to check vulu and enforcment  in the cookies/session , headers enc,
in every page,and API on the web server.
this mission is a difficual to handle in a big API web server. every time to change the session or the other headers in the page.
this tools help to that simple PT daily life.
by enering first the header modify , the tools is checking for a BYPASS, in every page/API in the
server, all you have to do is to browse to those pages/API's.
the tool will simply tell you if bypass or not in every web req.

strategy:
the tool work like that:

the user in input the modify header/session/cookies.

the tool run a intercept http/s proxy , for every request, the tool will take the request and
make 3 diffrent request:

1. the same request as the original
2. the modify request
3. request without cookie

next the algoritem make a check by a diffrent in those request , 1 and 2 , 1 and 3.
the check is to how many diffrent is between those request by checking diffrent in the lenght ,status, and satistic of the text/tags in the response msg.

the reason of sending the first requset again, and not making check by the original response, is for
complex one time request like deleting somthing from the server, becuase after the firts request , this
request in not valid, so you got more chance to get the right messure by sending the original request again.
the reson of sending the request without cookies is for checking maybe the BYPASS is more danger .

usage:

for install :
./setup_cert.sh
python enforDetect.py
go to http://get.cert/ the certificate will be install in the browser.

for running:
first enter the header/cookies/sesion modify for example:

Cookie: phpseed:asdf3w42r2f2f2f233crebge

Created by : Tiko and Ehood.


enfordetect's People

Contributors

ehood avatar molli68 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.