fab

Results 33 comments of fab

While my Nextcloud web UI is working under Cloudflare zero-trust the mobile/desktop apps received a 403 when trying to accessing the Nextcloud server even if the account has been already...

Hi @splorp , I wanna contribute to this project in a more, "contributing", way. I can programmatically powerup several WP instances as honeypots without any expense (ofc docker managed) and...

- **[DevGPT](https://chat.openai.com/g/g-eN7HtAqXW-devgpt)** - [Contribute](https://github.com/fabriziosalmi/DevGPT) or | OpenAI URL | Github URL | |---|---| | **[DevGPT](https://chat.openai.com/g/g-eN7HtAqXW-devgpt)** | [Contribute](https://github.com/fabriziosalmi/DevGPT) |

@pulse00 TY for this snippet, this solved problems in the Nginx + Symfony 4.1.x CORS context for me. I used this snippet inside a specific Nginx location to avoid 405...

Checking a domain against Google's Safe Browsing API or similar services requires an API key and adhering to the service's API rate limits and terms of service. Here's an example...

``` import requests import whois from datetime import datetime import socket import ssl class DomainScorer: def __init__(self, malicious_domains_url): self.malicious_domains_url = malicious_domains_url print("Initializing DomainScorer...") self.malicious_domains = self.load_malicious_domains() def load_malicious_domains(self): print(f"Loading malicious...

**required**: ip_addresses.txt (combined and sanitized from selected sources) **output**: ip2fqdn.txt, dns_errors.txt --- ip2fqdn.yml ``` name: DNS Resolution on: push: branches: - main jobs: resolve_dns: runs-on: ubuntu-latest steps: - name: Checkout...

Here’s an enhanced version of the script with progress reporting and further improvements: ### Enhanced Python Script ```python import asyncio import concurrent.futures import dns.resolver import dns.reversename import logging from tqdm...

DOH servers not in scope but can be discussed of course :) U welcome

Best candidate seems to be https://github.com/dibdot/DoH-IP-blocklists/blob/master/doh-domains.txt