Hackers Toolkit Help

A lot of peope were saying that the extension is hard to use and didn't know what certain functions were meant for. I hope that this will help everyone who are having a hard time using my extension.

1 Encoders one-way

One-way encoders provide an encryption that can' only encypt but can't decrypt a string. These encryptions are commonly used for storing passwords. The only way to get an original string afterwards is using a bruteforce tools. The bruteforce success is not guaranteed.

2 Encoders

Encoders are oftenly used in programming when you don't want to send or store data in a plain text because of the certai characters. Encoders provide an encryption that can always encrypt and decrypt a string. I have made tools for the most commonly used encryptions.

3 Decoders

Decoders are oftenly used in programming when you want to retrieve a string that you previously encrypted for sending or storing data. I have made decryption tools for the most commonly used encryptions. Decoders will never fail to return the originaly encrypted string.

4 Bruteforcers

Bruteforcers provide a tool for trying to break an one-way encrypted string. They work in a way that you provide a hash and they look into the database for a matching unencrypted string that is exacly like a hash you provided after that that string is encrypted.

5 Converters

Converters provide a tool for converting a string from and to a most common display types. Ever type has it's usage(computers work in binary). The basic type that displays human-readable text is ASCII. ASCII to HEX is oftenly used for converting table name for SQL Injection.

6 String tools

String tools provide a bunch of usefull tools that will modify the string in a chosen way. These tools are used when you don't want to modify the string manualy and when you want to find out the string length(comonly used for figuring out the encryption type).

7 SQL Injection tools

SQL Injection tools provide a query that you can use when doing your SQLi. All you have to do is choose a query and replace all brackets {WHAT_TO_REPLACE} with data you retrieved. Column count generator is for generating column numbers for union statement, just provide a number. For mixed case bypass just paste your full SQLi URL and check afterwards if database, table and column names weren't changed.

8 Other hacking tools

Other hacking tools provide generators for standard queries for LFI an XSS. It also has one option for bypassing LFI WAF filter by encoding / chracter. If you succeed to bypass WAF this way, you can do use the same method for proc/self/environ bypassing.

? Have an idea?

If you have a suggestion, praise, criticism or you just want something to say, please feel free to contact me using the form on the this page. I will be very happy to hear everything you have to say. Thank you for using my extension and helping me on improving it.