Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: os.pullEvent = os.pullEventRaw local standby = 10 local side = "top" local password = "drswag15" term.clear() term.setCursorPos(1,1) write("Password: ") local input = read("*") if input == password then term.clear() term.setCursorPos(1,1) print("Well done") rs.setOutput(side,true) sleep(Standby) rs.setOutput(side,false) os.reboot() else Source: http://pastebin.com/raw.php?i=YTe38zud
↧