Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




fulldisclosure logo Full Disclosure mailing list archives

(no subject)
From: huw <trippz () overflow org>
Date: Wed, 21 May 2003 06:33:51 -0500 (EST)

# MISSING BITMAPZ!HAS BATTERIEZ!SEGMENTS
# CAN BE DIVIDED USING CARRIAGE RETURN (
# \r)DONT BE FOOLED!MURDERER WITH A GUN?
import sys
def k():
        buffer = ""
        size = 25000
        while 1:
                h = 0
                o = 0
                if len(buffer) + 1 >= size:
                        print "too big"
                        sys.stdout.write(buffer)
                        break
                k = raw_input("lame> ")
                if k == "print":
                        sys.stdout.write(buffer)
                        break
                elif k == "plain":
                        h = 1
                        k = raw_input("file> ")
                elif k == "string":
                        t = raw_input("string> ")
                        o = 1
                if o != 1:
                        g = open(k,"r")
                        t = g.read(-1) # REVOLUTIONARY WITH A CAUSE
                        g.close()
                for r in t:
                        if h == 1:
                                buffer += r
                        else:
                                z = ord(r)
                                z = "\\x%x" % z
                                buffer += z
k()
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html


  By Date           By Thread  

Current thread:
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]