{"id":13840341,"url":"https://github.com/gwen001/bugbountytips","last_synced_at":"2025-05-09T01:24:16.542Z","repository":{"id":96950036,"uuid":"271788454","full_name":"gwen001/bugbountytips","owner":"gwen001","description":"Webapp to search tips on Twitter through #bugbountytips","archived":false,"fork":false,"pushed_at":"2022-12-02T08:46:41.000Z","size":2704,"stargazers_count":71,"open_issues_count":0,"forks_count":19,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T20:12:11.892Z","etag":null,"topics":["bugbounty","bugbountytips","hashtag","pentesting","php","security","twitter"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/gwen001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":["gwen001"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-06-12T12:05:17.000Z","updated_at":"2025-03-11T10:45:34.000Z","dependencies_parsed_at":"2024-01-23T12:23:16.453Z","dependency_job_id":"d3c77cb2-8f75-49f6-b9e2-96d1f6944a69","html_url":"https://github.com/gwen001/bugbountytips","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/gwen001%2Fbugbountytips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fbugbountytips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fbugbountytips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fbugbountytips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwen001","download_url":"https://codeload.github.com/gwen001/bugbountytips/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253172485,"owners_count":21865523,"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","bugbountytips","hashtag","pentesting","php","security","twitter"],"created_at":"2024-08-04T17:00:46.155Z","updated_at":"2025-05-09T01:24:16.502Z","avatar_url":"https://github.com/gwen001.png","language":"CSS","funding_links":["https://github.com/sponsors/gwen001"],"categories":["CSS","CSS (66)"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ebugbountytips\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eSingle page webapp to perform regexp search over GitHub search.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/php-%3E=7.2.5-blue\" alt=\"php badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"MIT license badge\"\u003e\n    \u003ca href=\"https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fbugbountytips%2f\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fbugbountytips\" alt=\"twitter badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/gwen001/bugbountytips?style=social\" alt=\"github stars badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/watchers/gwen001/bugbountytips?style=social\" alt=\"github watchers badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/gwen001/bugbountytips?style=social\" alt=\"github forks badge\"\u003e\n\u003c/p\u003e --\u003e\n\n---\n\n## Description\n\n[#bugbountytips](http://bugbountytips.me) is a single page website made with love, by hackers for hackers.\nIt's supposed to help to find useful tips on Twitter trought the hashtag [#bugbountytips](https://twitter.com/search?q=%23bugbountytips\u0026src=typed_query\u0026f=live).\nThis webservice is my contribution to the security industry, if you like it, you can support my work.\n\n## Install\n\n```\ngit clone https://github.com/gwen001/bugbountytips\ncd bugbountytips\ncomposer update \u0026\u0026 composer install\n```\n\nEdit `.env` file:\n```\nAPP_NAME=bugbountytips\nAPP_ENV=local\nAPP_KEY=base64:HMpa3cPt6HTJKRuV5asjrD/vj2P1w8mE71i7LPPG/TI=\nAPP_DEBUG=true\nAPP_URL=http://xxx.example.com\n\nAPP_ADMIN_LOGIN=admin\nAPP_ADMIN_PASS=admin\n\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=bugbountytips\nDB_USERNAME=root\nDB_PASSWORD=root\n\n# from twitter developers platform\nTWITTER_CONSUMER_KEY=\nTWITTER_CONSUMER_SECRET=\nTWITTER_ACCESS_TOKEN=\nTWITTER_ACCESS_TOKEN_SECRET=\n```\n\nMigrate database:\n```\nphp artisan migrate:install\nphp artisan db:seed\n```\n\nRun the app:\n```\nnpm install\nnpm run dev\n```\n\n## Note\n\nSince the hashtag has been spammed with so many shit, the project has been abandoned.  \n\n---\n\n\u003cimg src=\"https://raw.githubusercontent.com/gwen001/bugbountytips/master/preview.png\"\u003e\n\n---\n\nFeel free to [open an issue](/../../issues/) if you have any problem with the script.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fbugbountytips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwen001%2Fbugbountytips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fbugbountytips/lists"}