-
![CleanShot 2021-01-27 at 16 13 28](https://user-images.githubusercontent.com/3260989/106072929-f4f95b00-60bd-11eb-9898-81ee66578814.gif)
-
# System information
- OS:ubuntu 16.04 LTS
- CPU:Intel i5 4720
- Wireless card and chipset (if relevant):
# Aircrack-ng version
- Version:1.6.
- Commit Revision hash: commit 5658c7524f5718…
-
I have this in my main bot file
```
const {CommandHandler} = require('advanced-command-handler');
CommandHandler.create({
commandsDir: 'commands',
eventsDir: 'events',
prefixes: ['.'],
})…
-
Thanks for opening ChopChop!
Looked at `chopchop.yml` and though « I'll gladly add some... », but wanted to do it like so:
```yaml
- uri: ["/db.sql", "/db.sql.gz", "/db.sqlite", "/db.sqlite.gz", …
-
Hello everyone, thanks for sharing ChopChop.
According to the [documentation](https://github.com/michelin/ChopChop#creating-a-new-check), there is no way to detect the lack of a HTTP header.
It …
S0obi updated
4 years ago
-
ChopChop attempts to save data to system32 folder, which runs into an error.
This happens every time I try to run `add`, `edit`, `list` commands and so on.
This meant that I could not see any other …
-
Can you please give more info on how to host the bot. I can't understand how to host the bot in Minecraft server please help.
My Discord - ChopChoP#0008
-
Currently, there is no automated Docker build nor a published image on Docker Hub (hub.docker.com).
It could be great to set up an automated Docker build to build & push the last Docker image to th…
-
Regarding this:
https://github.com/michelin/ChopChop/blob/8feacb57ff92b2ee9bbe3cac15a3aca6a1b770d5/chopchop.yml#L45-L50
I might be mistaken as I don't know what would be a "Azure installation by d…
-
It'd be useful to be able to specify a querystring as part of a check rather than having to include it in the URI.
I've been playing around with ChopChop by creating unit tests for some WAF rules, …