Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.08 KB

File metadata and controls

40 lines (36 loc) · 1.08 KB

c-icap-xss

My first C++ software.
c-icap is the best ICAP(RFC3507) server.
XSS is a Cross-Site-Scripting. one of the most famous attacking vector on Web applications.

Depends

Usage

apt-get install git gcc build-essential libicapapi-dev libre2-dev liburiparser-dev
git clone https://github.com/syakesaba/c-icap-xss.git
cd c-icap-xss
make all
ln -s libc-icap-xss.so /usr/local/c-icap/lib/c_icap/srv_xss.so
### c-icap.conf
# ...
# ServicesDir /usr/local/c-icap/lib/c_icap
# Service xss srv_xss.so
# ...
### squid.conf
# ...
# icap_service xss_req reqmod_precache bypass=0 icap://localhost:1344/xss
# icap_service xss_resp respmod_precache bypass=0 icap://localhost:1344/xss
# ...
###

Flow Image

c-icap-xss FLOW IMAGE

Author

SYA-KE