Summary
One of the objectives of this chapter was to learn about the modules and tools that allow us to generate dictionaries we can use to execute brute-force attacks to get information from servers, websites, and ZIP files.
In the next chapter, we will explore programming packages and Python modules to implement cryptography with modules like pycryptodome
and cryptography
. Also, we will cover some Python modules to generate keys securely with the secrets
and hashlib
modules. Finally, we will cover Python tools for code obfuscation.