Sign in to follow this  
Ashe

[Simple and Beginner Friendly]How to make a Dork Generator Script in python

Recommended Posts

A very basic script for generating dorks ,you can use it to make HQ dorks if you use good keywords,page types and Page formats 

Note:not suitable for generating thousands or hundreds of dorks!

[hide]

#DorkGenv1
print ("==================")
print ("DorkGenv1")
print ("==================")

print ('Type keyword =>')
select = input()
print('inurl:'+select+''.php?id=')
print('inurl:'+select+'.products/?')
print('inurl:'+select+'.aspx?')
print('inurl:'+select+'.cgi?')
print('inurl:'+select+'.item_id')

To get better results using this script ,you should modify page formats  according to your needs 
for example in this line :   print('inurl:'+select+''.aspx?')
modify '.aspx?'' with another page format 
here is are some useful ones:
.html?
.flv?
.pdf?
.jsf?
.jsp?
.psml?
.raw?
.File?
.tss?
.blog?
.htm?
also you may modify '.aspx?'with a page format like :
item_id=

page_id= 



user_id=

That's it ,hope you guys enjoyed it!

 




 

[/hide]

Share this post


Link to post
Share on other sites

A very basic script for generating dorks ,you can use it to make HQ dorks if you use good keywords,page types and Page formats 

Note:not suitable for generating thousands or hundreds of dorks!

 

 

OMG thank you! i am beginner and i want to learn coding

Share this post


Link to post
Share on other sites

Please permit to try it, it will work well ... thank you for sahre ...

Share this post


Link to post
Share on other sites

thankssssssssssssssssssssss

Share this post


Link to post
Share on other sites

thxxxxxxxxxxxxxx

Share this post


Link to post
Share on other sites

This is incridible

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this