{"id":13842732,"url":"https://github.com/BlackHole1/WebRtcXSS","last_synced_at":"2025-07-11T15:32:58.993Z","repository":{"id":89751836,"uuid":"59808092","full_name":"BlackHole1/WebRtcXSS","owner":"BlackHole1","description":"利用XSS入侵内网(Use XSS automation Invade intranet)","archived":true,"fork":false,"pushed_at":"2019-06-21T05:33:45.000Z","size":2010,"stargazers_count":197,"open_issues_count":1,"forks_count":68,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-08-05T17:33:07.548Z","etag":null,"topics":["webrtc","xss"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlackHole1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-05-27T06:00:20.000Z","updated_at":"2024-06-12T18:17:58.000Z","dependencies_parsed_at":"2024-01-31T03:55:47.584Z","dependency_job_id":"f82f9e2c-ddb0-4af1-abe1-785c8b063bb2","html_url":"https://github.com/BlackHole1/WebRtcXSS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackHole1%2FWebRtcXSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackHole1%2FWebRtcXSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackHole1%2FWebRtcXSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackHole1%2FWebRtcXSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlackHole1","download_url":"https://codeload.github.com/BlackHole1/WebRtcXSS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225737077,"owners_count":17516282,"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":["webrtc","xss"],"created_at":"2024-08-04T17:01:44.917Z","updated_at":"2024-11-21T13:31:04.068Z","avatar_url":"https://github.com/BlackHole1.png","language":"PHP","funding_links":[],"categories":["PHP","PHP (184)"],"sub_categories":[],"readme":"# WebRtcXSS\n\n### 所有代码是基于ThinkPHP框架开发的\n\u003e 项目教程：[http://www.freebuf.com/articles/web/103097.html](http://www.freebuf.com/articles/web/103097.html)\n\n\u003e 项目视频：[http://open.freebuf.com/live/774.html](http://open.freebuf.com/live/774.html)\n\n\u003e 作者：Black-Hole\n\n\u003e 邮箱：158099591@qq.com \u0026\u0026 158blackhole@gmail.com\n\n### 安装说明\n\n#### 修改数据库配置文件\n\n文件位置`/Application/Common/Conf/config.php`\n\n```php\n\u003c?php\nreturn array(\n\t'URL_MODEL' =\u003e 0,  //URL模式，不用动\n\t'DB_TYPE' =\u003e 'mysql',  //数据库类型，不要更改\n\t'DB_HOST' =\u003e 'localhost',  //数据库地址\n\t'DB_NAME' =\u003e 'webrtcxss',  //数据库名称\n\t'DB_USER' =\u003e 'root', //数据库管理员账号\n\t'DB_PWD' =\u003e 'root',  //数据库管理员密码\n\t'DB_PORT' =\u003e '3306', //连接数据库的端口\n\t'DB_PREFIX' =\u003e 'webrtc_',  //数据库前缀\n);\n```\n一般来说，你只需要更改DB_USER、DB_PWD就可以了。\n\n#### 导入sql数据库文件\n\n*MySQL命令行：*\n```sh\nmysql -uroot -proot \u003c sql.sql //-u后面跟上数据库账号，-p后面跟上数据库密码(没有空格)，sql.sql是sql文件的位置，在项目的根目录下，注意路径，无回显。\nmysql -uroot -proot //进入mysql命令行\n\u003e show databases; //查看是否存在webrtcxss数据库\n//如果你在“修改数据库配置文件”时，使用了其他的数据库名称(修改了DB_NAME信息)，切记在sql.sql文件里把“webrtcxss”字符串全部替换成“你修改的字符串”\n```\n\n#### docker\n\n`docker run -dit -p 8080:80 blackhole007/webrtcxss sh -c \"lnmp start \u0026\u0026 bash\"`\n\n#### 结束\n\n然后就没了，整个项目需要注意的地方，只有数据库方面。\n\n### 注意：\n\n* 如果出现`Undefined class constant ‘MYSQL_ATTR_INIT_COMMAND’`错误\n  \u003cp\u003e需要开启PDO扩展\u003c/p\u003e\n\n***\n\n# WebRtcXSS\n\n### All of the code is based on the framework for the development ThinkPHP\n\u003e Project Tutorial：[http://www.freebuf.com/articles/web/103097.html](http://www.freebuf.com/articles/web/103097.html)\n\n\u003e Project Video：[http://open.freebuf.com/live/774.html](http://open.freebuf.com/live/774.html)\n\n\u003e Author：Black-Hole\n\n\u003e Email：158099591@qq.com \u0026\u0026 158blackhole@gmail.com\n\n### Important：\n\n* if(Errot === `Undefined class constant ‘MYSQL_ATTR_INIT_COMMAND’`){\u003cbr /\u003e\n  You need to enable the PDO extension\n}\n\n#### docker\n\n`docker run -dit -p 8080:80 blackhole007/webrtcxss sh -c \"lnmp start \u0026\u0026 bash\"`\n\n\u003e Translation from Google\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlackHole1%2FWebRtcXSS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBlackHole1%2FWebRtcXSS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlackHole1%2FWebRtcXSS/lists"}