Archive for the ‘Tools’ Category

Padding oracle attacks: in depth

Filed under: Conferences, Crypto, Hacking, Tools

This post is about padding oracle vulnerabilities and the tool for attacking them - "Poracle" I'm officially releasing right now. You can grab the Poracle tool on Github! At my previous job — Tenable Network Security — one of the first tasks I ever had was to write a vulnerability check for MS10-070 — a [...]

Read More
Permalink Comments (14) Ron Bowes Jan 2, 2013

Everything you need to know about hash length extension attacks

Filed under: Crypto, Hacking, Tools

You can grab the hash_extender tool on Github! (Administrative note: I'm no longer at Tenable! I left on good terms, and now I'm a consultant at Leviathan Security Group. Feel free to contact me if you need more information!) Awhile back, my friend @mogigoma and I were doing a capture-the-flag contest at https://stripe-ctf.com. One of [...]

Read More
Permalink Comments (15) Ron Bowes Sep 25, 2012

Using "Git Clone" to get Pwn3D

Filed under: Hacking, Nmap, Tools

Hey everybody! While I was doing a pentest last month, I discovered an attack I didn't previously know, and I thought I'd share it. This may be a Christopher Columbus moment - discovering something that millions of people already knew about - but I found it pretty cool so now you get to hear about [...]

Read More
Permalink Comments (10) Ron Bowes Aug 7, 2012

Hacking crappy password resets (part 2)

Filed under: Hacking, Passwords, Tools

Hey, In my last post, I showed how we could guess the output of a password-reset function with a million states. While doing research for that, I stumbled across some software that had a mere 16,000 states. I will show how to fully compromise this software package remotely using the password reset. The code First, [...]

Read More
Permalink Comments (5) Ron Bowes Mar 15, 2011

Hacking crappy password resets (part 1)

Filed under: Hacking, Passwords, Tools

Greetings, all! This is part one of a two-part blog on password resets. For anybody who saw my talk (or watched the video) from Winnipeg Code Camp, some of this will be old news (but hopefully still interesting!) For this first part, I'm going to take a closer look at some very common (and very [...]

Read More
Permalink Comments (11) Ron Bowes Mar 9, 2011

Watch out for exim!

Filed under: Hacking, Reverse Engineering, Tools

Hey everybody, Most of you have probably heard of the exim vulnerability this week. It has potential to be a nasty one, and my brain is stuffed with its inner workings right now so I want to post before I explode! First off, if you're concerned that you might have vulnerable hosts, I wrote a [...]

Read More
Permalink Comments (4) Ron Bowes Dec 15, 2010

Faking demos for fun and profit

Filed under: Conferences, DNS, Hacking, Nmap, Tools

This week Last week Earlier this month Last month Last year (if this intro doesn't work, I give up trying to post this :) ), I presented at B-Sides Ottawa, which was put on by Andrew Hay and others (and sorry I waited so long before posting this... I kept revising it and not publishing). [...]

Read More
Permalink Comments (1) Ron Bowes Nov 27, 2010

A call to arms! Web app fingerprints needed!

Filed under: Hacking, Nmap, Tools

Hey all, This is partly an overview of a new Nmap feature that I'm excited about, but is mostly a call to arms. I don't have access to enterprise apps anymore, and I'm hoping you can all help me out by submitting fingerprints! Read on for more. http-enum.nse I couldn't resist throwing in the full [...]

Read More
Permalink Comments (2) Ron Bowes Nov 3, 2010

Call for testers: nbtool-0.05 and dnscat-0.05

Filed under: DNS, Tools

Hey all, I just released the second alpha build of nbtool (0.05alpha2), and I'm hoping to get a few testers to give me some feedback before I release 0.05 proper. I'm pretty happy with the 0.05 release, but it's easy for me to miss things as the developer. I'm hoping for people to test: Through [...]

Read More
Permalink Comments (1) Ron Bowes Jul 7, 2010

Five Relays and a Patch

Filed under: Hacking, Tools

Hey all, We hired a new pair of co-op students recently. They're both in their last academic terms, and are looking for a good challenge and to learn a lot. So, for a challenge, I set up a scenario that forced them to use a series of netcat relays to compromise a target host and [...]

Read More
Permalink Comments (0) Ron Bowes May 26, 2010

Metasploit Express Beta - First Look

Filed under: Hacking, Tools

This post was written by Matt Gardenghi This is just initial impressions of a beta product. I've been playing with this for about a week now in an internal network.  I have a dedicated box running Ubuntu 10.04 and Metasploit Express.  I've noticed that Express loves CPU time but is much less caring about RAM.  [...]

Read More
Permalink Comments (0) Matt Gardenghi May 11, 2010

Stuffing Javascript into DNS names

Filed under: DNS, Hacking, Tools

Greetings! Today seemed like a fun day to write about a really cool vector for cross-site scripting I found. In my testing, this attack is pretty specific and, in some ways, useless, but I strongly suspect that, with resources I don't have access to, this can trigger stored cross-site scripting in some pretty nasty places. [...]

Read More
Permalink Comments (19) Ron Bowes Apr 20, 2010

Weaponizing dnscat with shellcode and Metasploit

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 [...]

Read More
Permalink Comments (14) Ron Bowes Mar 18, 2010

DNS Backdoors with dnscat

Filed under: DNS, Hacking, Tools

Hey all, I'm really excited to announce the first release of a tool I've put a lot of hard work into: dnscat. It's being released, along with a bunch of other tools that I'll be blogging about, as part of nbtool 0.04.

Read More
Permalink Comments (3) Ron Bowes Feb 23, 2010

MOVED: VM Stealing: The Nmap way (CVE-2009-3733 exploit)

Filed under: Hacking, Nmap, Tools

Sorry, through complete fault of my own, I posted a bad link. You are looking for: http://www.skullsecurity.org/blog/?p=436 document.location='http://www.skullsecurity.org/blog/?p=436'

Read More
Permalink Comments (0) Ron Bowes Feb 10, 2010

Pwning hotel guests

Filed under: Hacking, NetBIOS/SMB, Tools

Greetings everybody! I spent a good part of the past month traveling, which meant staying in several hotels, both planned and unplanned. There's nothing like having a canceled flight and spending a boring night in San Francisco! But hey, why be bored when you have a packet sniffer installed? :)

Read More
Permalink Comments (11) Ron Bowes Nov 19, 2009

Updated: Scanning for Microsoft FTP with Nmap

Filed under: Nmap, Tools

Hi all, I wrote a blog last week about scanning for Microsoft FTP with Nmap. In some situations the script I linked to wouldn't work, so I gave it an overhaul and it should work nicely now.

Read More
Permalink Comments (1) Ron Bowes Sep 17, 2009

Zombie Web servers: are you one?

Filed under: Malware, Nmap, Tools

Greetings! I found this excellent writeup of a Web-server botnet on Slashdot this weekend. Since it sounded like just the thing for Nmap to detect, I wrote a quick script!

Read More
Permalink Comments (3) Ron Bowes Sep 16, 2009

Scorched earth: Finding vulnerable SMBv2 systems with Nmap

Filed under: NetBIOS/SMB, Nmap, Tools

Hello once again! I just finished updating my smb-check-vulns.nse Nmap script to check for the recent SMBv2 vulnerability, which had a proof-of-concept posted on full-disclosure. WARNING: This script will cause vulnerable systems to bluescreen and restart. Do NOT run this in a production environment, unless you like angry phonecalls. You have been warned!

Read More
Permalink Comments (0) Ron Bowes Sep 14, 2009

Scanning for Microsoft FTP with Nmap

Filed under: Nmap, Tools

Hi all, It's been awhile since my last post, but don't worry! I have a few lined up, particularly about scanning HTTP servers with Nmap. More on that soon! In the meantime, I wanted to direct your attention to

Read More
Permalink Comments (9) Ron Bowes Sep 2, 2009
« Older Entries