Metadata-Version: 2.1
Name: enum4linux.py
Version: 0.0.0b0
Summary: Port for enum4linux perl script
Home-page: https://github.com/onlinejudge95/enum4linux.py
Author: onlinejudge95
Author-email: onlinejudge95@gmail.com
License: GNU GPLv2
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: setuptools (==51.0.0)
Requires-Dist: click (==7.1.2)

enum4linux.py
=============

[![pipeline Actions Status](https://github.com/onlinejudge95/enum4linux.py/workflows/pipeline/badge.svg)](https://github.com/onlinejudge95/enum4linux.py/actions)
[![DeepSource](https://static.deepsource.io/deepsource-badge-light-mini.svg)](https://deepsource.io/gh/onlinejudge95/enum4linux.py/?ref=repository-badge)

## Intro
This repository tries to port the `enum4linux` utility from it's native perl version to python.

Perl repo https://github.com/CiscoCXSecurity/enum4linux.

This is supposed to be a python module that you can install via `pip` and then later use as a CLI utility, just as how we use gunicorn, black etc.

## Usage
```
$ enum4linux --help
```
## Development
TBD

## Contributors
* [onlinejudge95](https://github.com/onlinejudge95)


