{% extends "base.html" %} {% block title %}AUTARCH — Anti-Forensics{% endblock %} {% block content %}

Secure Delete File

Overwrite and delete a file so it cannot be recovered by forensic tools.


Secure Delete Directory

Recursively overwrite and delete all files in a directory.


Wipe Free Space

Overwrite all free space on a mount point to prevent recovery of previously deleted files.


View Timestamps

Accessed--
Modified--
Created--

Set Timestamps

Set a specific date/time for a file's access and modification timestamps.


Clone Timestamps

Copy timestamps from a source file to a target file.


Randomize Timestamps

Set random plausible timestamps on a file to confuse forensic timeline analysis.


System Logs

Log FileSizeWritableAction
Click Refresh to scan system log files.

Remove Matching Entries

Remove lines matching a regex pattern from a log file.


Quick Actions

Clear Shell History

Erase bash, zsh, and fish shell history for the current user.


        

Scrub Image Metadata

Remove EXIF, GPS, and other metadata from image files (JPEG, PNG, TIFF).


        

Scrub PDF Metadata

Remove author, creation date, and other metadata from PDF files.


        
{% endblock %}