Advertisement
Guest User

Aliens Konoha

a guest
Oct 1st, 2018
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. DIR FINDER BY BANG LAZAR DARI PAKISTAN 2013 MEMBER DARI GRUP RESMI TERKENAL ANFALAZYMORES
  2.  
  3. #/usr/bin/python
  4. # This was written for educational purpose only. Use it at your own risk.
  5. # Author will be not responsible for any damage!
  6. # !!! Special greetz for my friend sinner_01 !!!
  7. # !!! Special thanx for d3hydr8 and rsauron who inspired me !!!
  8. #
  9. ################################################################
  10. #       .___             __          _______       .___        #
  11. #     __| _/____ _______|  | __ ____ \   _  \    __| _/____    #
  12. #    / __ |\__  \\_  __ \  |/ // ___\/  /_\  \  / __ |/ __ \   #
  13. #   / /_/ | / __ \|  | \/    <\  \___\  \_/   \/ /_/ \  ___/   #
  14. #   \____ |(______/__|  |__|_ \\_____>\_____  /\_____|\____\   #
  15. #        \/                  \/             \/                 #
  16. #                   ___________   ______  _  __                #
  17. #                 _/ ___\_  __ \_/ __ \ \/ \/ /                #
  18. #                 \  \___|  | \/\  ___/\     /                 #
  19. #                  \___  >__|    \___  >\/\_/                  #
  20. #      est.2007        \/            \/                        #
  21. ################################################################
  22. #
  23. #
  24. #
  25. #
  26.  
  27.  
  28.  
  29. import sys, os, time, httplib
  30.  
  31. if sys.platform == 'linux' or sys.platform == 'linux2':
  32.     clearing = 'clear'
  33. else:
  34.     clearing = 'cls'
  35. os.system(clearing)
  36.  
  37.  
  38. if len(sys.argv) != 2:
  39.     print "\n|---------------------------------------------------------------|"
  40.         print "| Dir finder [Python]                                       |"
  41.         print "|   06/2017      Dir   finder     v2.0                      |"
  42.     print "| Help: dirfinder.py  -h                                           |"
  43.     print "| Visit      127.0.0.1                                             |"
  44.         print "|---------------------------------------------------------------|\n"
  45.     sys.exit(1)
  46.    
  47. for arg in sys.argv:
  48.     if arg == '-h':
  49.         print "\n|-------------------------------------------------------------------------------|"
  50.                 print "| Dir finder [Python]                                                           |"
  51.                 print "|   06/2017      Dir finder     v2.0                                            |"
  52.                 print "| Usage: dirfinder.py www.site.com                                               |"
  53.             print "| Example: dirfinder.py site.com                                                |"
  54.             print "| Visit      127.0.0.1                                               |"
  55.                 print "|-------------------------------------------------------------------------------|\n"
  56.         sys.exit(1)
  57.    
  58.    
  59.  
  60. site = sys.argv[1].replace("http://","").rsplit("/",1)[0]
  61. site = site.lower()
  62.  
  63. admin_path = ['tmp/','temp/','Temp/','dir/','js/','index/','robots.txt','sitemap.xml','map.xml','site.xml','file/','files/','File/','Files/',
  64. 'path/','Path/','arquivos/','Arquivos/','pdf/','PDF/','php/','doc/','Doc/','Docs/','docs/','int/','senhas.txt','ftp/','admin.txt','files.txt',
  65. 'default/','Default/','index2.php','index2.html','home/','Home/','moderador/','moderator/','config.php','config/','documents/','documentos/',
  66. 'Archive/','archive/','sites/','imagens/','images/','banner/','upload.php','up.php','shell.php','master/','edit/','configuration/','upload.html',
  67. 'up_file.php','uploadfile.php','imgupload.php','img/','_scripts/','_script/','_shell.php','_img/','_files/','_file/','readme.txt',
  68. 'save/','log/','logs/','accesslog.log','access_log.log','log.log','logs.log','accesslog.dat','.dat','.htaccess','server/','new/','news/','novo/',
  69. 'old/','add/','mail.php','email/','version.php','txt/','phpinfo.php','infophp.php','access.log','var/','sys/','lib/','_lib/','_Library/','root/',
  70. 'bin/','user/','usr/','read.txt','c99.php','Media/','info/','dev/','.log/','upload-file.php','upload-file.html','ips/','ip/','data/',
  71. 'node/','_node/','webforms/','forms/','config.txt','admin.txt','pwd/','device/','db/','database/','local/','host/','password/','acesso/',
  72. 'uploads/','upload/','up/','awstats/','cgi-bin/','cgi-sys/',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement