Reactions to story from GNUCITIZEN | Cutting-edge Think tank | Ethical Hacker Outfit

Reactions / posts that link to this post

  • Author unknown

    GNUCITIZEN: Agile Hacking - a homegrown telnet-based portscanner

    http://www.rootsecure.net/?p=link&l=21565
    4 days ago in Rootsecure.net · Authority: 34

    # New York Times: Stolen Laptop Helps Turn Tables on Suspects "It doesnt get much better than their bringing us a picture of the guy actually using the stolen property"

  • Author unknown

    IBM: Anatomy of Security-Enhanced Linux (SELinux)

    http://www.rootsecure.net/?p=link&l=21566
    4 days ago in Rootsecure.net · Authority: 33

    # GNUCITIZEN: Agile Hacking - a homegrown telnet-based portscanner Posted: 11 May 2008 11:44:29 # New York Times: Stolen Laptop Helps Turn Tables on Suspects "It doesnt get much better than their bringing us a picture of the guy actually using the stolen property" Posted: 11 May 2008 11:43:32 # Iron Geek: A Brief Intro To Cryptographic Hashes/MD5 Posted: 11 May 2008 02:46:22 # Page 2 [News in audio: Info | Podcast | PC Feed] Send a quick memo to Rootsecure.net Technews Links c|net News: How valuable are you on Twitter?

  • Author unknown

    Port Scanner con Perl

    http://www.wikipeando.com/index.php/archives/392

    Leyendo el sitio http://www.gnucitizen.org/blog/agile-hacking-a-homegrown-telnet-based-portscanner me encontre con un script realizado en perl el cual tiene objetivo mediante el uso del modulo "IO::Socket::INET" realizar un scan de ports tcp de una direccion ip. El resultado del mismo es muy elemental pero nos pueden sacar de muchos apuros. use strict; use IO::Socket; my ($target,$remote,$results,$port,@ports); unless (@ARGV> 0) { die "usage: $0 [ip]" [...]

  • Author unknown

    Information Security Bits for May 12th, 2008

    http://infosecramblings.wordpress.com/2008/05/12/information...

    First, I changed the title of these posts to be a little more clear. Maybe nobody else cares, but it was bothering me Anyway, on with the show. Jennifer posted on Friday about a new revision of 8.2.1x being put out. She points out some items that the new -REV is going to have included. Matthew Hinman has the first post of what will be a very interesting series on malware analysis and reverse engineering. Well worth the read. I look forward to the posts to come. Another great post by GNUCITIZEN on using plain old telnet and bash to perform portscans. Cool stuff. Ory’s blog at Watchfire has a pointer to Charles which is a nifty looking tool. It’s a proxy that, among other things, lets you simulate line speeds and act as a man-in-the middle https proxy enabling you to “debug” https sessions. A list of “hacker tools” is brought to us by Dark Visitor. We should probably be keeping any eye out for any of these tools showing up on our networks/systems. Have great day folks! Kevin