Metadata-Version: 2.4
Name: sectools
Version: 1.5.0
Summary: A python library containing the base functions for security tools
Home-page: https://github.com/p0dalirius/sectools
Author: Podalirius
Author-email: Podalirius <podalirius@protonmail.com>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

![](./.github/banner.png)
</br></br>

# sectools - The Offensive Security Python Toolbox 

[![PyPI - License](https://img.shields.io/pypi/l/sectools?color=gree)](../LICENSE.md)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sectools)
![PyPI](https://img.shields.io/pypi/v/sectools)
[![Python pip build](https://github.com/p0dalirius/sectools/actions/workflows/python-pip-build.yml/badge.svg?branch=main)](https://github.com/p0dalirius/sectools/actions/workflows/python-pip-build.yml)

A Python native library containing lots of useful functions to write efficient scripts to hack stuff.

## Installation

```
python3 -m pip install sectools
```

## Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.

## References
 - https://pypi.org/project/sectools/
