{"id":21184569,"url":"https://github.com/skreweverything/web-tracker","last_synced_at":"2026-03-03T19:03:17.590Z","repository":{"id":95354649,"uuid":"107197622","full_name":"SkrewEverything/Web-Tracker","owner":"SkrewEverything","description":"Stand alone program that Tracks/Logs all the opened websites in the Chrome Browser. Even incognito! *No need to install anything in browser*","archived":false,"fork":false,"pushed_at":"2017-10-17T23:08:48.000Z","size":35,"stargazers_count":35,"open_issues_count":1,"forks_count":3,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-05-16T01:02:13.933Z","etag":null,"topics":["applescript","chrome","chrome-browser","hack","hacking","hacking-tool","logger","logging","scriptingbridge","sniffer","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/SkrewEverything.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}},"created_at":"2017-10-17T00:27:02.000Z","updated_at":"2023-12-17T18:15:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0254b3b-2204-458f-9b70-88fafb6c8038","html_url":"https://github.com/SkrewEverything/Web-Tracker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkrewEverything%2FWeb-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkrewEverything%2FWeb-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkrewEverything%2FWeb-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkrewEverything%2FWeb-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkrewEverything","download_url":"https://codeload.github.com/SkrewEverything/Web-Tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225606570,"owners_count":17495551,"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":["applescript","chrome","chrome-browser","hack","hacking","hacking-tool","logger","logging","scriptingbridge","sniffer","swift"],"created_at":"2024-11-20T18:09:22.758Z","updated_at":"2026-03-03T19:03:17.541Z","avatar_url":"https://github.com/SkrewEverything.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Tracker 🔍\n\n\nIt scans and logs the currently opened websites in Chrome Browser. It can even log incognito windows.\n\nAnd the best thing is, **It doesn't require any permissions to run**🔥.\n\n\n## Usage\n\nClone the repository, open the project in Xcode, build the project and run the executable.\n\nBy default, it logs every `5 secs` and creates the database file `web-tracker.db` in the home directory.\n\n**To provide custom time and file name**:\n\nThe executable can take multiple arguments\n\n**1)** Both time and file name. The order doesn't matter.\n\n**Example**:\n```sh\n$ Web\\ Tracker 2.5 \"./Desktop/tracker.db\"\n```\n*or*\n```sh\n$ Web\\ Tracker \"./Desktop/tracker.db\" 2.5\n```\n\n**2)** Either time or file name\n\n**Example**:\n```sh\n$ Web\\ Tracker 2.5\n```\n*or*\n```sh\n$ Web\\ Tracker \"./Desktop/tracker.db\"\n```\n\n### To run it in the background\n\nTo be able to close the Terminal when Web Tracker is running, use this command while running the executable.\n\n```sh\n$ nohup ./Web\\ Tracker \u0026\n```\nAnd you can quit the Terminal.\n\n### To quit/stop the Web Tracker\n\nTo quit the Web Tracker, first find its PID using `ps` and use `kill` to stop the Web Tracker.\n\n```sh\n$ ps -e | grep \"Web Tracker\"\n$ kill -9 pid_of_webtracker_from_above_command\n```\n\n**The database has these columns**:\n\n- Table name: `Data`\n\n| Column Name | Data Type |\n|:-----------:|:---------:|\n|     url     |  varchar  |\n|    title    |  varchar  |\n|  incognito  |    int    |\n|     time    |  varchar  |\n|     date    |  varchar  |\n\n**For incognito**: `0` means normal window, `1` means incognito window.\n\n\n\n## Disclaimer\nIf the use of this product causes the death of your firstborn or anyone, I'm not responsible ( no warranty, no liability, etc.)\n\n**For technical people**: It is only for educational purpose.\n\n## Contributing\n\nFeel free to fork the project and submit a pull request with your changes!\n\n##### Not experienced or lazy to fork and submit a pull request ?\nOpen an issue for adding new features, enhancement, bugs etc. I might take a look into it.\n\nLicense\n----\n\nMIT\n\n\n**Free Software, Hell Yeah!**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskreweverything%2Fweb-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskreweverything%2Fweb-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskreweverything%2Fweb-tracker/lists"}