/Baityfiler-File-Date-Randomizer

Baityfiler randomizes file cration, access and modification dates to make tech scambaiting VMs look more realistic.

Primary LanguagePythonMIT LicenseMIT

Baityfiler-File-Date-Randomizer

Baityfiler randomizes file creation, access and modification dates to make tech scambaiting VMs look more realistic.

Where do I get the .exe?

You can download the .exe from the releases tab or generate it yourself using auto-py2-exe

How to use Baityfiler

Execute the listed comands in a powershell or cmd window in the directory your Baityfiler.exe is stored.

Changing the dates of a single file

This example sets the access, modification and creation dates of examplefile.txt to random dates between June 1, 1990 and December 31, 2000. Baityfiler.exe 1990-06-01 2000-12-31 examplefile.txt

Changing the dates of all files in a directory

This example changes the dates of all files and directories in the testdir directory and the dates of the directory itself. Anything contained in its subdirectories will stay unchanged. Baityfiler.exe 1984-06-01 2000-05-04 testdir\

Changing the dates of all files in a directory and it's subdirectories

This example changes the dates of all files and directories in the testdir directory and its subdirectories.The dates of the directory itself will also be changed. Baityfiler.exe 1984-06-01 2000-05-04 testdir\ -r

Getting help

Any comand ending with the -h flag will display the help, this includes Baityfiler.exe -h without the normally required parameters.

Known issues

  • Directories/files in some protected directories can't be modified (Program files for example). I will try to resolve this issue in the next version of the program.

What to do when you run into problems

If you have any issues with the program that aren't listed under known issues in this readme, please report them by creating an issue under the Issues tab.

Where to suggest changes/improvements

Please suggest changes/improvements under the Issues tab, just name your issue appropriately.