LeakedIn Logo
Stories About Data Leaks and Related Stuff

Posts Tagged ‘Simple Password’

Potential leak of data: Simple Password

0 votedvote

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘:

rednet.open("left")

local password = "test"
local opentime = 5

while true do
  write("Password Please: ")
  txt = Read()
if txt == password then
  term.clear()
  rednet.send(10, "open")
  print("Correct")
  sleep(opentime)
else
  term.clear()
  print("Wrong Password")
end
end

Source: http://pastebin.com/raw.php?i=qsuzaz5L

Potential leak of data: Simple Password

0 votedvote

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘:

term.clear()
term.setCursorPos(1,1)

password = "Penis"  --Sets the password
debug = "applesareyummm" --Sets debugging password
write("Bitte Passwort eingeben: ")
input = read()  --Input the password

term.clear()  --Clearing the terminal, and...
term.setCursorPos(1,1)  --...THEN setting the cursor posit

Source: http://pastebin.com/raw.php?i=BpDWCAKW

Potential leak of data: Simple Password

0 votedvote

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘:

ublishers>
  <xmllogger logDir="C:BuildsrcLibraryTestLibraryBuildLogs" />
  <artifactcleanup cleanUpMethod="KeepLastXBuilds" cleanUpValue="5" />
  <email from="sbssatch@test.com" mailhost="mail.corp.test.com" mailport="25" mailhostUsername="batch" mailhostPassword="password" includeDetails="TRUE" useSSL="FALSE">
    <users>
      <user name="Eric Schrama" group="buildmaster" address="eschrama@mail.com"/>
    </users>
    <groups>
      <group name="buildmaster" notifications="always"/>
    </groups>
  </email>
</publishers>

Source: http://pastebin.com/raw.php?i=LKVSjwH2

Potential leak of data: Simple Password

0 votedvote

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘:

    rules: {
            fname: 'required',
            lname: 'required',
            websitename: 'required',
            address: 'required',
            city: 'required',
            state: 'required',
            zip: { required: true, digits: true },
            password: 'required',
            passwordconf: 'required',
            email: { required: true, email: true }
        },
        messages: {
            fname: 'Your first name is required.',
            lname: 'Your last name is required.',
            email: { required: 'Y

Source: http://pastebin.com/raw.php?i=YwPctYa1

Potential leak of data: Simple Password

0 votedvote

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘:

Delicious.Connection.Username = "e-mail";
Delicious.Connection.Password = "password";

Delicious.Post.Add (url, description, extended, tags, date, replace, shared);

Source: http://pastebin.com/raw.php?i=PJm2z1Tq