🔘Pynt for Go
Integrate Pynt with Go to enhance API security testing. Automate security scans within your Go test suites to detect and mitigate vulnerabilities effectively.
If your functional tests are written in Go, you can use pynt command to run API Security tests from these functional tests.
Here is an example: test_goat.go is a go based tester for goat (our vulnerable application) that we use to test the functionality of goat, here is how to run it:
Get test_goat.go
Get testify
go mod
Check that functional test works
Run Pynt on functional test
SSL Support
Automatic Self-signed certificates
Pynt can automatically set your go test to use self signed certificate. use the flag --self-signed
Last updated