..a different index page for the suite. It's very easy because the only thing you need to do is change the content of default.php. I don't want to create something like hello world or..
Discovers interesting locations, paths and data of a website
Modules: The plug and play kind of tools, you can remove or add any of them at any time. You can recognize them easily as they're always in the root folder named thc_[abbreviation].
benefits:
- easiest way to create something for the suite
- plug and play
cons:
- always stuck in the THC environment
- can't be used as a plug-in for other programs
Apps: Also an add-on but requires a bit more effort as you will have to add the application to the environment by using a native tool
benefits:
- not stuck in the THC environment
- no need to buffer output code and you just need to include the suite into your program
cons:
- you need to understand the structure of the hacksuite in order to make it work for you
Callbacks: Can only be used to extend THC_SS. Callbacks are a non essential part of the hacksuite, you don't need them but they can make a lot of tasks much easier for you to complete
Templates: You can change the look of the hacksuite with these code packs. The pack consists of templates, css, js and image files
Native: These can be found in the configuration section. Some native tools can be used to gather data from external resources (eg proxies), check paths, variable values and more