Git Product home page Git Product logo

Comments (4)

adarshdinesh avatar adarshdinesh commented on July 4, 2024

Can you please provide some more information regarding this issue ?

from glastopf.

glaslos avatar glaslos commented on July 4, 2024

An attack against a web application usually has a path that reveals the application targeted. E.g. if we see something like /wp_admin/index.php?user=<script>alert("foo");</script> we can tell that the attacker is targeting a Wordpress vulnerability.
As I see Glastopf more as a data collection tool, we might also think about implementing this on top of hpfeeds or mnemosyne.
A good starting point would be to look at tools doing web application recognition. They usually crawl the web app and look for known path names.

from glastopf.

adarshdinesh avatar adarshdinesh commented on July 4, 2024

My ideas ....

  1. glastopf/modules/HTTP has got all the functions to extract contents from request.
  2. check whether the request type is GET , parse all the data fields and the headers from GET request.
  3. get the url and split it till the '=' .
  4. either search the google with some dorks(use urllib2 to automate the search) or make a crawler which check the web apps for the specific urls.
  5. suppose we found the attacker is aiming the wordpress app then we use a wordpress login template as honeypot to fool the attacker .

Please correct me if i am on the wrong path :-)

  • here i consider GET request only because u use a GET request as an example "/wp_admin/index.php?user=<script>alert("foo");</script>" , should we check the same for POST request ?

from glastopf.

glaslos avatar glaslos commented on July 4, 2024

Hm, I wouldn't reinvent the wheel. Maybe something like this: http://blindelephant.sourceforge.net/

from glastopf.

Related Issues (20)

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.