{"id":13842238,"url":"https://github.com/Dc4ts/ChangeTower","last_synced_at":"2025-07-11T14:31:26.959Z","repository":{"id":57619560,"uuid":"389706574","full_name":"Dc4ts/ChangeTower","owner":"Dc4ts","description":"ChangeTower is intended to help you watch changes in webpages and get notified of any changes written in Go","archived":false,"fork":false,"pushed_at":"2021-08-06T20:29:40.000Z","size":34,"stargazers_count":39,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-05T17:30:56.045Z","etag":null,"topics":["bugbounty","bugbounty-tool","golang","red-team","webscanner"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Dc4ts.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeTower.go","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-26T16:55:26.000Z","updated_at":"2024-07-07T11:42:45.000Z","dependencies_parsed_at":"2022-09-18T03:41:35.180Z","dependency_job_id":null,"html_url":"https://github.com/Dc4ts/ChangeTower","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/Dc4ts%2FChangeTower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dc4ts%2FChangeTower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dc4ts%2FChangeTower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dc4ts%2FChangeTower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dc4ts","download_url":"https://codeload.github.com/Dc4ts/ChangeTower/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225729922,"owners_count":17515192,"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":["bugbounty","bugbounty-tool","golang","red-team","webscanner"],"created_at":"2024-08-04T17:01:30.065Z","updated_at":"2024-11-21T12:31:04.607Z","avatar_url":"https://github.com/Dc4ts.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e ChangeTower \u003c/h1\u003e\n\n![image](https://user-images.githubusercontent.com/86517035/128545450-d6eb6163-f698-43f2-af81-37b6a3a6dd5b.png)\n\n[![MIT License](https://img.shields.io/github/license/Dc4ts/ChangeTower?color=blue)](https://github.com/Dc4ts/ChangeTower/blob/main/LICENSE)\n![top language](https://img.shields.io/github/languages/top/dc4ts/ChangeTower?color=%23000000)\n[![GitHub issues](https://img.shields.io/github/issues/dc4ts/ChangeTower)](https://github.com/Dc4ts/ChangeTower/issues)\n\u003c/br\u003e\n\u003c/br\u003e\nChangeTower is intended to help you watch changes in web pages and get notified of any changes written in Go. This tool is good to know the web pages are updated something or not to work on the new site before others\n\n## Installation Instructions\n\nChangeTower requires go1.16+ to install successfully. Run the following command to get the repo\n```sh\ngo get -v github.com/Dc4ts/ChangeTower\n```\nIf you haven't got Go in your OS you can use the pre-build version by going to [release](https://github.com/Dc4ts/ChangeTower/releases)\n\n## Example commands\n\n\n+ To see help.\n```sh\n./ChangeTower -h\n```\n\n+ Print banner without color if your OS can't print the ASCII colors.\n```sh\ncat links.txt | ./ChangeTower -w\n```\n\n+ Show the results in silent mode to parse the final result into another tools.\n```sh\ncat links.txt | ./ChangeTower -s\n```\n\n+ Run ChangeTower without logging the results.\n```sh\necho \"https://example.com\" | ./ChangeTower -d\n```\n\n+ Show the results without any stuff.\n```sh\ncat links.txt | ./ChangeTower -s -l\n```\n\n## How to run automaticly (for linux users)\n\nHere is a sample wich use cronjob for run every 2 hours and [notify by ProjectDiscovery](https://github.com/projectdiscovery/notify) to send result in our telegram bot\n+ Make a bot in [botfather](https://t.me/BotFather) and get the API-KEY\n+ Send a message to [getidsbot](https://t.me/getidsbot) and get your CHAT-ID\n+ Get notify from [HERE](https://github.com/projectdiscovery/notify)\n+ Add your target links in a txt file (E.x. links.txt)\n+ Type this\n```\ncrontab -e\n```\n+ In the end, you can send ChangeTower results on every social media. In this example we send our results with the telegram bot. (Edit the command below and add your API-KEY, CHAT-ID and etc)\n```cron\n* */2 * * * cat ~/links.txt | ChangeTower -s | notify -telegram -telegram-api-key 18620*****:AA*******tu-7qDyQUy7VcQs******5ZAPE -telegram-chat-id 1234567890\n```\n+ Now every 2 hours its give to ChangeTower and run ChangeTower without a banner to don't send it by notify and notify will send all `cat ~/links.txt | ChangeTower -s` result in the telegram bot to the CHAT-ID is given.\n\n## Contributing\n\nContributions are always welcome!\nSee [contributing.md](https://github.com/Dc4ts/ChangeTower/blob/main/contributing.md) for ways to get started.\nPlease adhere to this project's [code of conduct](https://github.com/Dc4ts/ChangeTower/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nChangeTower is made with ♥️ by [Osb0rn3](https://t.me/Osb0rn3) \u0026 [Alins_ir](https://t.me/alins_ir) and it is released under the [MIT license](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDc4ts%2FChangeTower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDc4ts%2FChangeTower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDc4ts%2FChangeTower/lists"}