Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 910 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 910 Bytes

aDminuX

A simple Linux administration automation script.

Installation

Clone the repository:

git clone https://github.com/0KvinayK0/aDminuX.git

Change into aDminuX directory:

cd aDminuX

Provide executable permission:

chmod +x adminux.sh

Usage

sudo ./adminux.sh or sudo bash adminux.sh

Examples of use

Dropping packets from a Single IP Address

1

2

Adding a user

3

Testing

  • Currently, this is tested for debian-based distributions.
  • Support for other distributions will be available in the future.