Skip to content

Latest commit

 

History

History

zaproxy-systemd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

OWASP Zed Attack Proxy (ZAP) as a Systemd user service for BlackArch Linux

Automate OWASP ZAP start-up with this systemd unit


CONTENTS

  • PKGBUILD

    • An Arch Linux PKGBUILD script file for OWASP ZAP Systemd service
  • zaproxy.service

    • Systemd unit service file to start OWASP ZAP as a user service

HOW-TO

  1. Download these files

  2. Run updpkgsums && makepkg on Arch Linux

  3. (a) Start OWASP ZAP automatically during boot by issuing:

sudo systemctl enable [email protected]

  1. (b) Start OWASP ZAP manually:

sudo systemctl start [email protected]

where myuser is your username (non-root)