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\-_\!\$]+["']‘: os.pullEvent = os.pullEventRaw password = "test" while true do term.clear() term.setCursorPos(1,1) print("Please Enter Password: ") pass = read() if pass == password then term.clear() term.setCursorPos(1,1) break else print("Incorrect Password") sleep(2) end end Source: http://pastebin.com/raw.php?i=a2Q96aCy

Viewing all articles
Browse latest Browse all 2663

Trending Articles