Skip to content

qaidjohar/Computer-Forensics-File-Tampering-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computer-Forensics-File-Tampering-Detection

The tool stores the md5 hash for all the files in the targeted directory and checks for tampering or modification of the files.

Status: Under Development ##Functionality Achieved:

Hash Dump Generation

  • Itereate through input directory recursively.
  • Generate MD5 hash of all the files in that directory.
  • Store all the hash and file name dictionary in user defined file.

Hash Dump Verification

  • Iterate through input directory recursively.
  • Take values from the user defined hashdump file.
  • verify the hash for all the files and print if tampered.

Further Work

  • Developing a GUI for the tool
  • Add filters for calculating and verifying values for particular file extension.

Contributions

  • Contributions are most welcome for making this tool more user-friendly and robust.

About

The tool stores the md5 hash for all the files in the targeted directory and checks for tampering or modification of the files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages