โ€‹๐Ÿ‡ธโ€‹โ€‹๐Ÿ‡จโ€‹โ€‹๐Ÿ‡ญโ€‹โ€‹๐Ÿ‡ณโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ฌโ€‹โ€‹๐Ÿ‡ฌโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ชโ€‹

Results 22 comments of โ€‹๐Ÿ‡ธโ€‹โ€‹๐Ÿ‡จโ€‹โ€‹๐Ÿ‡ญโ€‹โ€‹๐Ÿ‡ณโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ฌโ€‹โ€‹๐Ÿ‡ฌโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ชโ€‹

I also needed this feature and did a fork. I added response_ip as config parameter, there you can set the IP address that is used by all DNS responses. And...

``` cat .env DNS=true HTTP=true BIND_ADDR=0.0.0.0 #BIND_ADDR=172.31.1.100 EXP_IP=88.999.125.999 CANARY_DOMAIN=redacted.de TLS_CRT=/etc/letsencrypt/live/dns.redacted.de/fullchain.pem TLS_KEY=/etc/letsencrypt/live/dns.redacted.de/privkey.pem SLACK_WEBHOOK=REDACTED DEBUG=true LOG_FILE=knary.log BLACKLIST_FILE=blacklist.txt BURP=true BURP_DOMAIN=burp.dns.redacted.de BURP_DNS_PORT=8053 BURP_HTTP_PORT=8080 BURP_HTTPS_PORT=8443 ```

Hi sorry for my delay. Just pulled the dev branch and compiled it. Now facing the following issue: ``` /home/burp/knary# ./knary __ | |--.-----.---.-.----.--.--. | 127.0.0.1:8053: bind: cannot assign requested...

Just saw you pushed a new release. I assume this issue here is still open, based on the changelog items or should I give it a try?

any progress here? I have never done a plugin, however I would be in ;)

@mjtechguy have you successfully conntected this docker image as connector? I tried the following config: ``` openvas: image: immauss/openvas environment: - "PASSWORD=admin" - "USERNAME=admin" - "GMP=9390" # to enable see...

Have received a couple of successful NS takeovers over the last week. So I would recommend setting the label back to vulnerable.

For me it is also not working. docker-compose.yml: ``` version: "3.8" services: dashy: # To build from source, replace 'image: lissy93/dashy' with 'build: .' # build: . image: lissy93/dashy container_name:...

For me the problem still exists. Tried all suggestions from above. Nothing solves it for me.