Changes for page Application_Webkit

Last modified by Nicolas Gregoire on 2012/01/14 17:48

From version Icon 10.1 Icon
edited by Nicolas Gregoire
on 2012/01/14 00:31
Change comment: There is no comment for this version
To version Icon 13.1 Icon
edited by Nicolas Gregoire
on 2012/01/14 00:35
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -30,9 +30,11 @@
30 30  
31 31  [[image:macos-tmp-owned.png||style="display: block; margin-left: auto; margin-right: auto"]]
32 32  
33 +
34 +
33 33  [[image:ipad-tmp-owned.png||style="display: block; margin-left: auto; margin-right: auto"]]
34 34  
35 -== Meatsploit ==
37 +== Metasploit ==
36 36  
37 37  Two modules are included in Metasploit :
38 38  
... ... @@ -43,5 +43,5 @@
43 43  
44 44  An exploit for HP webOS 3.x was developed. This exploit drops a backdoor which is later executed with root privileges at boot time. The exploit is composed of two files :
45 45  
46 -* [[webos-root-backdoor.xml>>attach:webos-root-backdoor.xml]] contains the configurable data (name and content of the destination file) and a processing instruction trigger the XSLT code
48 +* [[webos-root-backdoor.xml>>attach:webos-root-backdoor.xml]] contains the configurable data (name and content of the destination file) and a processing instruction triggering the XSLT code
47 47  * [[webos-root-backdoor.xsl>>attach:webos-root-backdoor.xsl]] reads the XML file and create the requested file on disk. This version overwrites a script located in /etc/default/ with a version including a reverse-shell based on netcat