Quantcast
Channel: Simple Password – LeakedIn
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: #!/usr/bin/python import socket import time # Config network = 'irc.quakenet.org' port = 6667 nick = 'Blitzcrank' ident = 'Blitzcrank, a Python IRC bot' realname = 'Blitzcrank' channel = '#r/leagueoflegends' password = 'huehuehue' # Connect irc = socket.socket(socket.AF_INET, socket.SOCK_STREAM) irc.connect((network, port)) irc.send('USER ' + nick + ' ' + network + […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles