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

Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': m/search. user = ENV['USER'] config.vm.box = "ubuntu/trusty64" config.vm.provision :shell, :path => "bootstrap.sh", :args => user if VAGRANT_COMMAND != "up" && VAGRANT_COMMAND != "halt" config.ssh.username = user config.ssh.password = "changeme" end config.vm.synced_folder "~/src/", "/home/" + user + "/src" config.vm.provision "file", source: "~/.gitconfig", destination: "/home/" + user + "/.gitconfig" config.vm.provision "file", source: […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles