House of Hackers

V

V's Blog (12)

Matasano compromised - Unknown OpenSSH 0-day exploit ?

*umpf* Don't panic ... Let's switch to TELNET for a while ;D http://www.matasano.com/ Continue

Added by V on July 25, 2009 at 10:25am — 4 Comments

KON-BOOT

Kon-Boot is an prototype piece of software which allows to change contents of a linux kernel (and now Windows kernel also!!!) on the fly (while booting). In the current compilation state it allows to log into a linux system as 'root' user without typing the correct password or to elevate privileges from current user to root. For Windows systems it allows to enter any password protected profile without any knowledge of the password.… Continue

Added by V on July 1, 2009 at 9:30pm — 1 Comment

Conficker / W32.Downadup Scanner for Windows

SCS W32 Version Based on the work of Felix Leder and Tillmann Werner - University Bonn (Germany) http://www.bsk-consulting.de/download/scs-win.zip Continue

Added by V on March 30, 2009 at 3:03pm — No Comments

China attacks

Vast Spy System Loots Computers in 103 Countries Article - New York Times I'd like to put a big reverse Proxy between us and the biggest continent. Let Russia, Pakistan and China hack each other. Continue

Added by V on March 29, 2009 at 10:30pm — No Comments

Is it??

http://tinyurl.com/harmless-pdf Continue

Added by V on March 22, 2009 at 8:46pm — No Comments

Special Wordlist

This is a 44.000 password dictionary generated by extracting cracked passwords using the rainbowcrack function on plain-text.info. It is the first set of passwords transmitted by anonymous users. It is surely more useful than random brute-force methods and a lot more useful than simple dictionary attacks. Have fun. http://v.m5t.de/dicspec.txt Continue

Added by V on March 6, 2009 at 2:00pm — No Comments

Google Chrome

The Google web browser called "Chrome" is coming. One of the features to focus on is the integrated sandbox presented on page 26. Google Chrome Story Board Continue

Added by V on September 2, 2008 at 5:43pm — No Comments

Analysers for Malware and Viruses

============================== Multi-Virusscanners ============================== Virustotal http://www.virustotal.com (32 AV-Engines) VIRScan http://www.virscan.org (36 AV-Engines) ============================== Malware-Analysis ============================== Anubis http://anubis.iseclab.org Sunbelt http://research.sunbelt-software.com/Submit.aspx ThreatExpert http://www.threatexpert.com/submit.aspx Eureka! http://eureka.cyber-ta.org/ ============================== Link Scanner =======… Continue

Added by V on June 19, 2008 at 10:53am — No Comments

Exploiting the T-Com Internet Kiosk with Jython Shell

I love the Jython Shell provided by GNUCitizen in one of their blog posts. I retrieved the source from google code and pimped it a bit with own classes and functions to get the things done much faster. I composed the Jython Shell, a Python Reference Manual and other cheat sheets in a special webpage to have it all at one place and short URL. I know the video quality is very bad - due to the sunny weather here in Germany these days. But - what you may see is the T-Com Logo and a shell showing al… Continue

Added by V on May 27, 2008 at 3:00pm — No Comments

wget Portscanner with Banner-Grabbing

Use this code and have fun: HOST=192.168.178.88;for((port=1;port<=65535;++port));do echo -en "$port ";if wget -F -S -t 1 -T 1 -v -O banner.txt $HOST:$port 2>&1 | grep connected;then echo -en "\n\nport $port/tcp is open\n\n";cat banner.txt;fi;done Continue

Added by V on May 18, 2008 at 7:31am — 1 Comment

Surfin' in a Sandbox

Do you already know "Sandboxie"? http://www.sandboxie.com Continue

Added by V on May 6, 2008 at 3:29pm — No Comments

First of all ...

... hello to all. I recently heard about the XSS made with an application using "Morse code" so I thought about other ways upping "something" to a website that executes on client side while reflecting the anyhow translated code to the browser. What about upping a piece of bytes ... encoding an JPEG-Image ... Are they usable to perform an XSS? Yes they are - using OCR online software ...

Continue

Added by V on May 6, 2008 at 3:07pm — No Comments

About

pdp pdp created this Ning Network.

© 2009   Created by pdp on Ning.   Create a Ning Network!

Badges  |  Report an Issue  |  Privacy  |  Terms of Service

Sign in to chat!