Advertising (This ad goes away for registered users. You can Login or Register)
Post here your guides, tips, how-to, etc...
-
superturuta
- Posts: 5
- Joined: Mon Oct 27, 2014 3:53 pm
Post
by superturuta » Sun Nov 30, 2014 6:36 pm
-
Attachments
-
- index_2.zip
- paste index_2.html near index.html in your vita exploit
- (753 Bytes) Downloaded 45 times
-
x86
- Posts: 13
- Joined: Thu Dec 27, 2012 3:20 am
- Location: Canada
Post
by x86 » Mon Dec 01, 2014 1:38 pm
This is really nothing new. All you're doing is leveraging the built-in browser's (render?) engine to decode the Base64 encoding and then execute it.
Why go through all this effort to render HTML? Why not just create a static webpage ...?
-
GonnaGetPSVita
- Posts: 214
- Joined: Fri Feb 24, 2012 2:08 am
Post
by GonnaGetPSVita » Mon Dec 01, 2014 1:57 pm
what's the point of this tutorial? everyone with html skill could run it on their vita, be it from free hosting or local http server like apache.
- PSVita 3G / 32GB
- PSVita Wifi / 64GB
- Wacom Cintiq 13HD
- AKG K701
-
superturuta
- Posts: 5
- Joined: Mon Oct 27, 2014 3:53 pm
Post
by superturuta » Mon Dec 01, 2014 5:11 pm
I'm sorry but I'm not smart enough to keep base64 encoding without an application thought it would be easier for you can follow a tutorial but ...
x86 wrote:This is really nothing new. All you're doing is leveraging the built-in browser's (render?) engine to decode the Base64 encoding and then execute it.
Why go through all this effort to render HTML? Why not just create a static webpage ...?
anything new? ok but I have several 1.- questions because no one has posted anything about this 2.- if I take the internal render time for you is nothing new the (vitasploit found in webkit) is humble read and do not worry that your $ 20 not pay go to **** and you have nine messages you complain
Thanks for letting moderators are disrespectful
-
wololo
- Site Admin
- Posts: 3619
- Joined: Wed Oct 15, 2008 12:42 am
- Location: Japan
Post
by wololo » Wed Dec 03, 2014 5:24 am
I'm also not sure I understand the goal. You create an html page, encode it in base64, then copy the result in another html page... why not have your code directly in "index2.html"?
I mean, sure, it works, but I'm really not sure I understand the point of doing that. What other process does it simplify?
If you need US PSN Codes,
this technique is what I recommend.
Looking for guest bloggers and news hunters here at wololo.net, PM me!
-
superturuta
- Posts: 5
- Joined: Mon Oct 27, 2014 3:53 pm
Post
by superturuta » Wed Dec 03, 2014 4:27 pm
wololo wrote:I'm also not sure I understand the goal. You create an html page, encode it in base64, then copy the result in another html page... why not have your code directly in "index2.html"?
I mean, sure, it works, but I'm really not sure I understand the point of doing that. What other process does it simplify?
dear brother wololo
1. The purpose is to save the link in browser bookmarks ps vita and so to run a script javascript anytime
2. Native exploit found in webkit is shielded runs a javascript bug if you find a payload no longer would do lack pc and internet connection
-
BATMAN-787
- Posts: 33
- Joined: Sun Oct 07, 2012 9:38 pm
Post
by BATMAN-787 » Wed Dec 03, 2014 4:53 pm
can anyone do an example of a code that could run from this man-made site
superturuta wrote:dear brother wololo
1. The purpose is to save the link in browser bookmarks ps vita and so to run a script javascript anytime
2. Native exploit found in webkit is shielded runs a javascript bug if you find a payload no longer would do lack pc and internet connection
you could bookmark even without this trick
edit:
this is what i get to open the "package manager" on my email but i have not been able to reproduce this script.
by wololo, the zett and ect. forget > wrote:Code: Select all
<script type="text/javascript">
var agent = navigator.userAgent;
if(agent.search("Vita") != -1)
{
location.assign("data:text/html;charset=utf-8;base64,PHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPgo8IS0tCnZhciBzPSI9dGRzanF1IXV6cWY+I3VmeXUwa2J3YnRkc2pxdSM/Dgtndm9kdWpwbyF2b21wZGwpKg4LfAt3YnMhdnNtIT4hI3F0aG47cHFmb0B1anVtZmplPk9RWVQyMTE0MiM8IQ4LeGpvZXB4L3BxZm8pdnNtLSEjYGNtYm9sIyo8Dgt+Dgs9MHRkc2pxdT8OCz1qbmghdHNkPiNpdXVxOzAwe21wYmUvb2Z1MHRsZ3YwbXBocC9xb2gjIXhqZXVpPiMyMTEmIyFpZmpoaXU+IzIxMSYjIXBvZG1qZGw+I3ZvbXBkbCkqIzA/IgptID0gIiI7IGZvciAoaSA9IDA7IGkgPCBzLmxlbmd0aDsgaSsrKSBtKz0gU3RyaW5nLmZyb21DaGFyQ29kZShzLmNoYXJDb2RlQXQoaSkgLSAxKTsgZG9jdW1lbnQud3JpdGUobSk7Ci8vLS0+Cjwvc2NyaXB0Pgo8bm9zY3JpcHQ+CklmIHlvdSBjYW4gcmVhZCB0aGlzLCB0aGUgaGFjayBpcyBwYXRjaGVkIDooCjwvbm9zY3JpcHQ+Cg==");
}
else
document.write("Incompatible device!");
</script>
<noscript>
Make sure you are reading this email on your Vita! If you are on your Vita and can read this, it is likely that Sony patched this glitch.
</noscript>