{"id":25228165,"url":"https://github.com/progsjessi/JS-Monitor","last_synced_at":"2025-04-05T13:41:02.696Z","repository":{"id":276685939,"uuid":"929971541","full_name":"progsjessi/JS-Monitor","owner":"progsjessi","description":"Track JavaScript changes websites. Website bot can detected new API endpoints \u0026 more!","archived":false,"fork":false,"pushed_at":"2025-02-14T20:25:48.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T11:08:05.055Z","etag":null,"topics":["api","api-change-log","bugbounty","hacking","javascript","js","js-monitor","monitor","osint","toolkit","tools","website"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/progsjessi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-09T20:15:32.000Z","updated_at":"2025-02-14T20:25:52.000Z","dependencies_parsed_at":"2025-02-17T01:20:02.545Z","dependency_job_id":"3c2c7a11-e4c1-4938-93b5-25acaba904e5","html_url":"https://github.com/progsjessi/JS-Monitor","commit_stats":null,"previous_names":["bypasswin/js-monitor","progsjessi/js-monitor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progsjessi%2FJS-Monitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progsjessi%2FJS-Monitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progsjessi%2FJS-Monitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progsjessi%2FJS-Monitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progsjessi","download_url":"https://codeload.github.com/progsjessi/JS-Monitor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345548,"owners_count":20924097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-change-log","bugbounty","hacking","javascript","js","js-monitor","monitor","osint","toolkit","tools","website"],"created_at":"2025-02-11T09:51:46.695Z","updated_at":"2025-04-05T13:41:02.689Z","avatar_url":"https://github.com/progsjessi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## JS-Monitor\n### Track JavaScript changes websites. Website bot can detected new API endpoints \u0026amp; more!\n\n**Code:**\n```python\nimport requests\nfrom bs4 import BeautifulSoup\nimport time\nURL = \"https://example-fintech.com\"\nCHECK_INTERVAL = 3600 # Check every hour\ndef fetch_js_urls():\n response = requests.get(URL)\n soup = BeautifulSoup(response.text, \"html.parser\")\n js_files = [script.get(\"src\") for script in soup.find_all(\"script\") if script.get(\"src\")]\n return js_files\nprevious_js_files = set(fetch_js_urls())\nwhile True:\n time.sleep(CHECK_INTERVAL)\n current_js_files = set(fetch_js_urls())\n new_files = current_js_files - previous_js_files\n if new_files:\n print(\"New JavaScript files detected:\", new_files)\n previous_js_files = current_js_files\n```\n\n\u003e [!Warning]\n\u003e This is only for educationally purposes! Always ensure proper permission before doing anything!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogsjessi%2FJS-Monitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogsjessi%2FJS-Monitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogsjessi%2FJS-Monitor/lists"}