├── XSS ├── alert.js ├── swag-test.json ├── swagger-form-test.json └── swag-test.yaml ├── img ├── easyg.gif ├── security-headers.png ├── ssl-server-test.png ├── procmon-config-add.png ├── Screenshot_20221110_171255.png ├── Screenshot_20221110_172648.png ├── Screenshot_20221110_173028.png ├── Senza titolo-2024-12-02-0900.png ├── oauth-authorization-code-flow.jpg └── 19a65f817192c3cdc0cc7bc76d40f1a2.jpg ├── scripts └── config.yaml ├── resources └── README.md ├── cloud-hacking └── README.md ├── README.md ├── vulnerability-scanning └── README.md ├── passive-information-gathering-osint └── README.md ├── source-code-review └── README.md ├── networking └── README.md ├── LICENSE ├── content-discovery └── README.md ├── client-side-attacks └── README.md ├── check-lists └── README.md ├── server-side-attacks └── README.md ├── mobile └── README.md ├── thick-client-vulnerabilities └── README.md ├── active-information-gathering └── README.md ├── ai-llm-vulnerabilities └── README.md ├── linux └── README.md ├── useful-tips └── README.md └── tools └── README.md /XSS/alert.js: -------------------------------------------------------------------------------- 1 | alert(document.domain); -------------------------------------------------------------------------------- /img/easyg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seeu-inspace/easyg/HEAD/img/easyg.gif -------------------------------------------------------------------------------- /img/security-headers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seeu-inspace/easyg/HEAD/img/security-headers.png -------------------------------------------------------------------------------- /img/ssl-server-test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seeu-inspace/easyg/HEAD/img/ssl-server-test.png -------------------------------------------------------------------------------- /img/procmon-config-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seeu-inspace/easyg/HEAD/img/procmon-config-add.png -------------------------------------------------------------------------------- /img/Screenshot_20221110_171255.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seeu-inspace/easyg/HEAD/img/Screenshot_20221110_171255.png -------------------------------------------------------------------------------- /img/Screenshot_20221110_172648.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seeu-inspace/easyg/HEAD/img/Screenshot_20221110_172648.png -------------------------------------------------------------------------------- /img/Screenshot_20221110_173028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seeu-inspace/easyg/HEAD/img/Screenshot_20221110_173028.png -------------------------------------------------------------------------------- /img/Senza titolo-2024-12-02-0900.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seeu-inspace/easyg/HEAD/img/Senza titolo-2024-12-02-0900.png -------------------------------------------------------------------------------- /img/oauth-authorization-code-flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seeu-inspace/easyg/HEAD/img/oauth-authorization-code-flow.jpg -------------------------------------------------------------------------------- /img/19a65f817192c3cdc0cc7bc76d40f1a2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seeu-inspace/easyg/HEAD/img/19a65f817192c3cdc0cc7bc76d40f1a2.jpg -------------------------------------------------------------------------------- /XSS/swag-test.json: -------------------------------------------------------------------------------- 1 | swagger: '2.0' 2 | info: 3 | title: Injected swagger.json 4 | description: | 5 |