Skip to content

Nediusman/boo-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bOO Tools - Detection and Decryption

This zip archive contains two C programs:

  1. moo_decrypt.c

  • Decrypts a file that was encrypted using the MOO XOR encryption scheme.
  • Compile: gcc boo_decrypt.c -o moo_decrypt
  • Usage: ./boo_decrypt encrypted_file output_file
  1. boo_detect.c

  • Detects files likely encrypted by the MOO algorithm and moves them to a quarantine folder.
  • Compile: gcc boo_detect.c -o boo_detect
  • Usage: ./boo_detect file_to_check quarantine_folder

Instructions:

  1. Compile the programs using gcc as shown above.
  2. Use boo_detect to find and isolate suspicious files.
  3. Use boo_decrypt to recover original contents from encrypted files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages