Skip to content

Instantly share code, notes, and snippets.

View E1A's full-sized avatar

E1A

View GitHub Profile
@E1A
E1A / dutch-gov-domains.json
Last active March 22, 2024 12:49
HTTP response and host information in JSON format from all Dutch governments (sub)domains and services that are being run on it, automatically updated everyday. My script passively searches for subdomains from all Dutch government domains, sents them to me via an webhook and adds them to an list. This list is used to run HTTPX from ProjectDiscov…
This file has been truncated, but you can view the full file.
{
"timestamp": "2024-03-22T08:00:03.17791536Z",
"port": "443",
"url": "https://000ddb3sb2we4.europe.corp.niwo.nl",
"input": "000ddb3sb2we4.europe.corp.niwo.nl",
"title": "A=M",
"scheme": "https",
"webserver": "Apache",
"content_type": "text/html",
@E1A
E1A / dutch-gov-domains.json
Last active March 16, 2024 19:59
HTTP response and host information in JSON format from all Dutch governments (sub)domains and services that are being run on it, automatically updated everyday. My script passively searches for subdomains from all Dutch government domains, sents them to me via an webhook and adds them to an list. This list is used to run HTTPX from ProjectDiscov…
This file has been truncated, but you can view the full file.
{
"timestamp": "2024-03-16T16:06:54.405061752Z",
"asn": {
"as_number": "AS20857",
"as_name": "transip-as amsterdam, the netherlands",
"as_country": "NL",
"as_range": [
"85.10.128.0/20",
"85.10.144.0/21",
"85.10.152.0/22"
@E1A
E1A / Nuclei.md
Last active April 25, 2024 07:52
Full Nuclei cheatsheet and explanation

Intro

”Nuclei is used to send requests across targets based on a template, leading to zero false positives and providing fast scanning on a large number of hosts. Nuclei offers scanning for a variety of protocols, including TCP, DNS, HTTP, SSL, File, Whois, Websocket, Headless etc. With powerful and flexible templating, Nuclei can be used to model all kinds of security checks.”


FAQ

  • Q: What is nuclei?
  • A: Nuclei is a fast and customizable vulnerability scanner based on simple YAML-based templates.