Skip to content

syakesaba/c-icap-xss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

c-icap service library defends Reflected XSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published