From 5159c860d1585508b37818a378d46b360b05cc7d Mon Sep 17 00:00:00 2001 From: David Stotijn Date: Sun, 27 Sep 2020 20:45:00 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d16a9ed..674a361 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ - [x] HTTP man-in-the-middle (MITM) proxy and GraphQL server. - [x] Web interface (Next.js) with proxy log viewer. -- [] Add scope support to the proxy. -- [] Full text search (with regex) in proxy log viewer. -- [] Project management. -- [] Sender module for sending manual HTTP requests, either from scratch or based +- [ ] Add scope support to the proxy. +- [ ] Full text search (with regex) in proxy log viewer. +- [ ] Project management. +- [ ] Sender module for sending manual HTTP requests, either from scratch or based off requests from the proxy log. -- [] Attacker module for automated sending of HTTP requests. Leverage the concurrency +- [ ] Attacker module for automated sending of HTTP requests. Leverage the concurrency features of Go and its `net/http` package to make it blazingly fast. ## Installation