├── 403.lua ├── aes.lua ├── b64.lua ├── config.lua ├── fileio.lua ├── init.lua ├── log.lua ├── nginx ├── nginx.conf └── zE48AHvK │ ├── crypto-js.min.js │ ├── index.html │ ├── info.html │ ├── info.js │ ├── jump.js │ └── webdriver.js ├── node └── js_confuse.js ├── randomStr.lua ├── readme.md ├── req.lua ├── rsp_body.lua ├── rsp_header.lua ├── tableXstring.lua ├── tu └── ainrm@20220211170151.webp └── whiteList.lua /403.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/403.lua -------------------------------------------------------------------------------- /aes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/aes.lua -------------------------------------------------------------------------------- /b64.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/b64.lua -------------------------------------------------------------------------------- /config.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/config.lua -------------------------------------------------------------------------------- /fileio.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/fileio.lua -------------------------------------------------------------------------------- /init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/init.lua -------------------------------------------------------------------------------- /log.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/log.lua -------------------------------------------------------------------------------- /nginx/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/nginx/nginx.conf -------------------------------------------------------------------------------- /nginx/zE48AHvK/crypto-js.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/nginx/zE48AHvK/crypto-js.min.js -------------------------------------------------------------------------------- /nginx/zE48AHvK/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/nginx/zE48AHvK/index.html -------------------------------------------------------------------------------- /nginx/zE48AHvK/info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/nginx/zE48AHvK/info.html -------------------------------------------------------------------------------- /nginx/zE48AHvK/info.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/nginx/zE48AHvK/info.js -------------------------------------------------------------------------------- /nginx/zE48AHvK/jump.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/nginx/zE48AHvK/jump.js -------------------------------------------------------------------------------- /nginx/zE48AHvK/webdriver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/nginx/zE48AHvK/webdriver.js -------------------------------------------------------------------------------- /node/js_confuse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/node/js_confuse.js -------------------------------------------------------------------------------- /randomStr.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/randomStr.lua -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/readme.md -------------------------------------------------------------------------------- /req.lua: -------------------------------------------------------------------------------- 1 | toolsInfoSpider() 2 | reqCookieParse() 3 | jsExtDetect() -------------------------------------------------------------------------------- /rsp_body.lua: -------------------------------------------------------------------------------- 1 | jsConfuse() 2 | dateReplace() -------------------------------------------------------------------------------- /rsp_header.lua: -------------------------------------------------------------------------------- 1 | ngx.header.content_length = nil 2 | respCookieEncrypt() 3 | -------------------------------------------------------------------------------- /tableXstring.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/tableXstring.lua -------------------------------------------------------------------------------- /tu/ainrm@20220211170151.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/tu/ainrm@20220211170151.webp -------------------------------------------------------------------------------- /whiteList.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ainrm/safeGate/HEAD/whiteList.lua --------------------------------------------------------------------------------