摘要:
window查找文件: for /r c:\ %i in (frp*) do @echo %i #查找以frp开头的文件 for /r c:\ %i in (iisput*.txt) do @echo %i for /r d:\ %i in (banner-02*.jpg) do @echo %i 阅读全文
摘要:
XSS Without parentheses () This repo contains XSS payloads that doesn't require parentheses, collected from tweets, blogs... All the POC's are alert b 阅读全文