Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ): continue break Netmask='255.255.255.0' #CONFIGURE SSID, PASSWORD, ETC. SSID=raw_input('Enter SSID [joe_ssid] :') if SSID=='': SSID='joe_ssid' password=raw_input('Enter 10 digit password [1234567890] :') if password=='': password='1234567890' f = open('run.dat','r') lout=[] for line in f.readlines(): lout.append(line.replace('<SSID>',SSID).replace('<PASS>',password)) f.close() f = open('run.conf','w') f.writelines(lout) f.close() print 'created hostap Source: http://pastebin.com/raw.php?i=s3beWi7E

Viewing all articles
Browse latest Browse all 2834

Trending Articles