Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Cli-WafController

A cli for controlling mod security in progress. This project is part of waf-interface. <This is on dev ver 0.01> Updating from Executable to Lib(dll or so) for using it so we removed the main.cpp.

For compiling into dll or .so for linux please run this commends after installing modsec:

g++ -fPIC -c waf-ghm.cpp -I/usr/local/include/modsecurity

g++ -shared -o waf-ghm.so waf-ghm.o -lmodsecurity -L/usr/local/lib

then you can verify for your client with this commend:

nm -C waf-ghm.so | grep initialize

000000000000f6b8 T WafGhm::initialize()

About

A cli for controlling mod security in progress.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages