Archive for March, 2010
Filed under: Default
So, I realized that the reCAPTCHA plugin for Wordpress sucks was marking a lot of comments as spam, when it was actually working and not getting timeout errors (thanks to my egress filtering). I decided to toss it out and go with a math-based CAPTCHA for posts, so you should once again be able to [...]
Read More
Permalink Comments (0) Ron Bowes Mar 28, 2010
Filed under: Malware, Nmap, Reverse Engineering
Now that we know what we need to send and receive, and how it's encoded, let's generate the actual packet. Then, once we're sure it's working, we'll convert it into an Nmap probe! In most of this section, I assume you're running Linux, Mac, or some other operating system with a built-in compiler and useful [...]
Read More
Permalink Comments (14) Ron Bowes Mar 25, 2010
Filed under: Malware, Nmap, Reverse Engineering
In Part 2: runtime analysis, we discovered some important addresses in the Energizer Trojan -- specifically, the addresses that make the call to recv() data. Be sure to read that section before reading this one.
Now that we have some starting addresses, we can move on to a disassembler and look at what the code's [...]
Read More
Permalink Comments (0) Ron Bowes Mar 25, 2010
Filed under: Malware, Nmap, Reverse Engineering
In Part 1: setup, we infected the system with the Trojan. It should still be running on the victim machine. If you haven't read that section, I strongly recommend you go back and read it.
Now that we've infected a test machine, the goal of this step is to experiment a little with the debugger [...]
Read More
Permalink Comments (0) Ron Bowes Mar 25, 2010
Filed under: Malware, Nmap, Reverse Engineering
Hey all,
As most of you know, a Trojan was recently discovered in the software for Energizer's USB battery charger. Following its release, I wrote an Nmap probe to detect the Trojan and HDMoore wrote a Metasploit module to exploit it.
I mentioned in my last post that it was a nice sample to study and learn [...]
Read More
Permalink Comments (0) Ron Bowes Mar 25, 2010
Filed under: Hacking
This is yet another guest post from our good friend Matt Gardenghi! If you enjoy this one, don't forget to check his last one: Trusting the Browser (a ckeditor short story).
------------------
Often, I hear arguments that go like this: real hackers write code and exploits; everyone else is a script-kiddie.
That is a dumb argument from all [...]
Read More
Permalink Comments (4) Matt Gardenghi Mar 23, 2010
Filed under: DNS, Hacking, Tools
Hey all,
I've been letting other projects slip these last couple weeks because I was excited about converting dnscat into shellcode (or "weaponizing dnscat", as I enjoy saying). Even though I got into the security field with reverse engineering and writing hacks for games, I have never written more than a couple lines of x86 at [...]
Read More
Permalink Comments (10) Ron Bowes Mar 18, 2010
Filed under: Passwords
This is going to be a fun post that's related to some of my password work. Some of the text may not be PG13, so parental discretion is advised.
As most of you know, I've been collecting password lists. In addition to normal password lists that are useful in bruteforcing, I have a (so far) [...]
Read More
Permalink Comments (2) Ron Bowes Mar 16, 2010
Filed under: Nmap, Passwords
Yes, I'm still working on making the ultimate password list. And I don't mean the 16gb one I made by taking pretty much every word or word-looking string on the Internet when I was a kid; that was called ultimater dictionary. No; I mean one that is streamlined, sorted, and will make Nmap the bruteforce [...]
Read More
Permalink Comments (8) Ron Bowes Mar 11, 2010
Filed under: Hacking
My name is Matt Gardenghi. Ron seems to think it important that this post be clearly attributed to someone else (this fact might worry me). I'm an occasional contributor here (see: Bypassing AV). I handle security at Bob Jones University and also perform pentests on the side. (So [...]
Read More
Permalink Comments (3) Matt Gardenghi Mar 9, 2010
Filed under: Malware, Nmap
Hey,
I don't usually write two posts in one day, but today is a special occasion! I was reading my news feeds (well, my co-op student (ie, intern) was -- I was doing paperwork), and noticed a story about a remote backdoor being included with the Energizer UsbCharger software. Too funny!
Read More
Permalink Comments (0) Ron Bowes Mar 8, 2010
Filed under: Passwords
Hey everybody!
As you probably know, I've been working hard on generating and evaluating passwords. My last post was all about Rockyou.com's passwords; next post will (probably) be about different groups of passwords from my just updated password dictionaries page. This will be a little different, though.
Read More
Permalink Comments (0) Ron Bowes Mar 6, 2010
Filed under: Hacking
Hey all,
As some of you know, I've been working on collecting leaked passwords/other dictionaries. I spent some time this week updating my wiki's password page. Check it out and let me know what I'm missing, and I'll go ahead and mirror it.
I've had a couple new developments in my password list, though. Besides having [...]
Read More
Permalink Comments (0) Ron Bowes Mar 4, 2010