https://github.com/farinap5/yalbaf
YALBAF - Yet another (actually not) lexing based web app firewall
https://github.com/farinap5/yalbaf
Last synced: 28 days ago
JSON representation
YALBAF - Yet another (actually not) lexing based web app firewall
- Host: GitHub
- URL: https://github.com/farinap5/yalbaf
- Owner: farinap5
- Created: 2024-09-07T22:53:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T19:25:17.000Z (5 months ago)
- Last Synced: 2025-02-06T05:30:21.591Z (3 months ago)
- Language: Go
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Starting the server
The following path contains the starter for the server based on a configuration file. You must specify a config file like the example above the same folder for the parameter `-c`.
```
cmd/serverConf/main.go
```From the root:
```
go run cmd/serverConf/main.go -c cmd/serverConf/server.yml
```The other starters may be used for testing of features as an isolated way.
```
cmd/lexer/main.go
cmd/waf/main.go
cmd/parser/main.go
cmd/server/main.go
```