[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-83806":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":12,"contributorsCount":12,"subscribersCount":12,"size":12,"stars1d":12,"stars7d":12,"stars30d":12,"stars90d":12,"forks30d":12,"starsTrendScore":12,"compositeScore":14,"rankGlobal":9,"rankLanguage":9,"license":15,"archived":16,"fork":16,"defaultBranch":17,"hasWiki":18,"hasPages":16,"topics":19,"createdAt":9,"pushedAt":9,"updatedAt":20,"readmeContent":21,"aiSummary":9,"trendingCount":12,"starSnapshotCount":12,"syncStatus":22,"lastSyncTime":23,"discoverSource":24},83806,"take-over","realrenatto\u002Ftake-over","realrenatto","Take-Over is a Go-based tool designed to detect subdomain takeover vulnerabilities across different Cloud Service Providers (CSPs).",null,"Go",16,0,54,40,"MIT License",false,"main",true,[],"2026-06-12 04:01:42","# Take-Over\nTake-Over is a Go-based tool designed to detect subdomain takeover vulnerabilities across different Cloud Service Providers (CSPs).\n\n## Installation\n\n```bash\nhttps:\u002F\u002Fgithub.com\u002Frealrenatto\u002Ftake-over.git\ncd take-over\n```\n\nLinux\u002FmacOS:\n```bash\ngo mod tidy\ngo build -o take-over .\n```\n\nWindows:\n```bash\ngo mod tidy\ngo build -o take-over.exe .\n```\n\n## Options\n\n| Flag | Description |\n|------|-------------|\n| `-u`, `--url` | Target URL\u002Fhost to scan. |\n| `-l`, `--list` | Path to file containing a list of target URLs\u002Fhosts to scan (one per line). |\n| `-c`, `--concurrency` | Maximum number of targets to be executed in parallel (default 10). |\n| `-o`, `--output` | Output file to write found issues\u002Fvulnerabilities. |\n| `-v`, `--verbose` | Show both vulnerable and non-vulnerable subdomains. |\n| `-h`, `--help` | Show help. |\n\nYou must specify at least one of the following flags:\n\n`-u`, `--url` — Target URL\u002Fhost to scan.\n\n`-l`, `--list` — Path to a file containing a list of target URLs\u002Fhosts to scan (one per line).\n\n## Usage\n\n### Target Specification\n\n#### Scan a Single Target\n\n```bash\ntake-over -u example.example.com\n```\n\n#### Scan Multiple Targets from a File\n\n```bash\ntake-over -l list.txt\n```\n\nThe file must contain one target per line:\n\n```text\nhttp:\u002F\u002Fexample.example.com\nm.facebook.com\nhttps:\u002F\u002Fishouldnotexist.wordpress.com\n```\n\n### Output Control\n\nBy default, Take-Over displays only vulnerable subdomains.\n\nTo display both vulnerable and non-vulnerable results, use the verbose flag:\n\n```bash\ntake-over -l list.txt -v\n```",2,"2026-06-11 04:11:31","CREATED_QUERY"]