Carnivore - Predator
Formerly known as THC HackSuite, Carnivore - Predator stands at the forefront of cutting-edge cybersecurity tools, redefining the landscape of penetration testing with unparalleled innovation. Designed to empower ethical hackers, security professionals, and enthusiasts alike, Carnivore - Predator is the ultimate Pentest CMS that puts you in command.
current version: 0.7.0 - PREDATOR
home > documentation > tools > Reset environment
In this article the reset environment tool will be discussed.
author: Remco Kouw
created: 16-Jun-2024
updated: 16-Jun-2024

Reset Environment Tool

In this documentation we will go through the functionality of the environment reset tool.

This tool was designed for me personally at first so I could release new versions without the hassle of going through loads of folders and files, change settings, delete result files etc.

Reset environment heavily relies on the data file involved.php which contains all instructions on what content will be modified. You can find this file in the Data folder in Carnivore's root folder. There's a lot of options for this tool:

There are multiple reset commands and most of them can or must be combined:

  1. empty: remove data from file
  2. replace: replace file data
  3. overwrite: overwrite variables and their values
  4. empty_dir: empty folder
  5. recurse_dir: recursively remove all content from a folder
  6. rec_except: when removing folder content recursively, these file(s) will be skipped
  7. clean_files: cleans multiple files, in this case the files specified by a rec_except array will be cleaned and the rest of the files will be removed from the folder

Expanding Reset Environment:

It's possible to create your own commands in the reset.php file which you can find in Carnivore's Native folder. There's probably no need, because you're able to perform all necessary actions already with the current commands.

Known Issues:

N/A

Created by Remco Kouw: 2008-2024