Quantcast
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: oldpullEvent = os.pullEvent os.pullEvent = os.pullEventRaw local acc = nil local user = {"Walmart","Diatonic","FiveStag"} local password = "test","test","test" while true do term.clear() term.setCursorPos(1,1) print("-----*****Login System*****-----") write("Username: ") local iuser = read() for i=1,#user do if iuser==user[i] then acc=iuser end end if acc==nil then p Source: http://pastebin.com/raw.php?i=JKvZ6YM7

Viewing all articles
Browse latest Browse all 2663

Trending Articles