Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Imunify360 Firewall CLI CSF Wrapper

Imunify360's CLI tools cover a lot of functionality, but they're not very concise. This wrapper script solves that problem by making IP bans, searches, ban removals closer to CSF's simpler syntax

Installation Instructions

  • Ensure you have Imunify360 installed
  • Via SSH, as root, run:
curl -o /usr/local/bin/imu https://raw.githubusercontent.com/websavers/Imunify360-Firewall-CLI-CSF-Wrapper/main/imu
chmod +x /usr/local/bin/imu
ln -s /usr/local/bin/imu /usr/bin/imu

The symlink ensures imu is available as a command by being in the $PATH var.

Example Usage

imu -d [ip] [description] -- denies an IP address imu -r [ip] -- remove IP from the deny list

Run imu -h for complete list of arguments

About

Imunify360's CLI tools cover a lot of functionality, but they're not very concise. This wrapper script solves that problem by making IP bans, searches, ban removals easier

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages