docs: 📚 updated readme.md
This commit is contained in:
parent
e0f33c00cc
commit
5870b29714
1 changed files with 24 additions and 0 deletions
24
README.md
24
README.md
|
@ -118,6 +118,30 @@ const attackHandlers = {
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### FAQs ❓
|
||||||
|
|
||||||
|
> 1. What operating system does MMB support?
|
||||||
|
|
||||||
|
**Re:** **Windows**, **Linux**, **Mac** and **Android (untested)**
|
||||||
|
|
||||||
|
> 2. It crashes on startup, giving a "concurrently" error.
|
||||||
|
|
||||||
|
**Re:** Try running two terminals instead of one, in the first one use "npm run dev:client", and in the other one "npm run dev:server". (This happened to several people with Windows 11)
|
||||||
|
|
||||||
|
> 3. I go to "http://localhost:3000" and nothing appears.
|
||||||
|
|
||||||
|
**Re:** Port `3000` is the server port, to see the UI you must use port `5173` (http://localhost:5173)
|
||||||
|
|
||||||
|
> 4. Requests fail to be sent to the target server (Read timeout and variations)
|
||||||
|
**Re:** You must put the corresponding proxies in the file `data/proxies.txt`. On each line, put a different proxy that will be used to perform the attack. The format must be the following:
|
||||||
|
- `protocol://host:port`
|
||||||
|
- `host:port` (Uses http as default protocol)
|
||||||
|
- `host` (Uses 8080 as default port)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## License 📝
|
## License 📝
|
||||||
|
|
||||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||||
|
|
Loading…
Add table
Reference in a new issue