Anhydrite

Results 4 issues of Anhydrite

**Is your feature request related to a problem? Please describe.** I want to setup a shell and a socks5 proxy from a session but i cannot because i need a...

enhancement

![image](https://github.com/Cyb3rWard0g/log4jshell-lab/assets/49342114/c6ec6041-dd3d-4d21-b924-6c5df3ae501b) At this point, the folder path in the docker-compose file is not correct. I just removed the parent folder that is not existing.

Hey, Fixed a bug where the custom fields of a custom section were skipped during the parsing. Line. 923, we check if the section has a "text" attribute, if not...

Hello ! It appears the is_type method does not support the pipe separated Union from Python 3.10+. ```python3 # Legacy syntax User: TypeAlias = Union[Administrator, Standard, Guest] std_u = Standard()...