Boot to Gecko aims to create a complete, standalone operating system for the open web.
You can read more about B2G here:
follow us on twitter: @Boot2Gecko
#!/usr/bin/python | |
# Connects to servers vulnerable to CVE-2014-0160 and looks for cookies, specifically user sessions. | |
# Michael Davis ([email protected]) | |
# Based almost entirely on the quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected]) | |
# The author disclaims copyright to this source code. | |
import select |
Xft.autohint: 0 | |
Xft.dpi: 96 | |
Xft.antialias: true | |
Xft.rgba: rgb | |
Xft.hinting: true | |
Xft.hintstyle: hintslight | |
Xft.lcdfilter: lcddefault |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
target SharedLib: libandroid_runtime (/home/cmbaughman/pac/out/target/product/shooter/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/LINKED/libandroid_runtime.so) | |
frameworks/av/media/libstagefright/AwesomePlayer.cpp:1012: error: undefined reference to 'android::LPAPlayer::mObjectsAlive' | |
frameworks/av/media/libstagefright/AwesomePlayer.cpp:1084: error: undefined reference to 'android::LPAPlayer::LPAPlayer(android::sp<android::MediaPlayerBase::AudioSink> const&, bool&, android::AwesomePlayer*)' | |
frameworks/av/media/libstagefright/AwesomePlayer.cpp:1685: error: undefined reference to 'android::LPAPlayer::mObjectsAlive' | |
collect2: error: ld returned 1 exit status | |
make: *** [/home/cmbaughman/pac/out/target/product/shooter/obj/SHARED_LIBRARIES/libstagefright_intermediates/LINKED/libstagefright.so] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
Note: frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityEventCompat.java uses or overrides a deprecated API. | |
Note: Recompile with -Xlint:d |
cat <<EOF >/etc/sysconfig/modules/mydriver | |
#!/bin/bash | |
/sbin/modprobe -R psmouse >/dev/null 2>&1 | |
/sbin/modprobe psmouse proto=imps >/dev/null 2>&1 | |
EOF |
admin account info" filetype:log | |
!Host=*.* intext:enc_UserPassword=* ext:pcf | |
"# -FrontPage-" ext:pwd inurl:(service | authors | administrators | users) "# -FrontPage-" inurl:service.pwd | |
"AutoCreate=TRUE password=*" | |
"http://*:*@www” domainname | |
"index of/" "ws_ftp.ini" "parent directory" | |
"liveice configuration file" ext:cfg -site:sourceforge.net | |
"parent directory" +proftpdpasswd | |
Duclassified" -site:duware.com "DUware All Rights reserved" | |
duclassmate" -site:duware.com |
Boot to Gecko aims to create a complete, standalone operating system for the open web.
You can read more about B2G here:
follow us on twitter: @Boot2Gecko
So run off and install git on your Linux system using the package | |
manager you are comfortable with (personally, I use openSUSE, and a | |
simple 'zypper install git' does everything that is needed.) | |
Then start by cloning the main Linux kernel repository: | |
$ mkdir ~/linux | |
$ cd ~/linux | |
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git |
rundll32.exe keymgr.dll, KRShowKeyMgr |
Without CDMA Workshop or QPST: | |
http://androidforums.com/boost-mobile-warp-all-things-root/532142-guide-how-change-your-msl-prl-not-cdma-workshop.html#post4232529 | |
Using QPST: | |
(Change Sprint Banner in Firmware how to, including QPST set up) | |
1. Install HTC Sync if you haven't already. | |
2. Use the CDMA Method posted Here to get your MSL. Thanks techwerkz - Or Call Sprint. Another alternative would be to gain temp root and use MSL Reader from the market. | |
3. Download QPST: | |
http://www.x-drivers.com/catalog/flash/mobile_phones/companies/qualcomm/models/qpst/12051/download.html | |
4. Install QPST software |