Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (2)

Powered by Vanilla. Made with Bootstrap.
Hello, iexploit.org
  • Hi :) I am linc0ln.dll (linc).
    I come from a Polish :)
    If you want to know anything ask.
  • link sir can you teach me how can i use dorks to find vulnerability..[hr]
    i am new to security and vulnerability areas..
  • Sh3llc0d3
    Posts: 1,910
    said:


    link sir can you teach me how can i use dorks to find vulnerability..[hr]
    i am new to security and vulnerability areas..



    Quickl Low-Down
    A dork is used largely for finding sites vulnerable to SQL injection, you can use them to find sites with other vulnerabilities (XSS, RFI & LFI etc) and information disclosure vulnerabilities.

    An example would be:

    inurl:"index.php?id="

    Put that in google and it'll return a search with results having "index.php?id=" in the URL (this is the actual dork). To search url's we use "inurl:" + the search string. To get decent hits research dork lists and come up with your own dorks. Remember, if you use public dorks it means every noob and his dog will have used them before you... unless they're fresh.
  • @up
    This base :x

    As for the detailed search you need to know languages ​​such as PHP. And view details of the CMS code. Everywhere there are errors :)
  • i know the language php and i am thinking that google keywords and dorks are different am i right??