gitextract_8lk53koa/ ├── .gitattributes ├── .gitignore ├── .vscode/ │ └── settings.json ├── LICENSE ├── README.md ├── RELEASES.md ├── VERSION ├── modules/ │ ├── qq-encoding.zsh │ ├── qq-enum-dhcp.zsh │ ├── qq-enum-dns.zsh │ ├── qq-enum-ftp.zsh │ ├── qq-enum-host.zsh │ ├── qq-enum-kerb.zsh │ ├── qq-enum-ldap.zsh │ ├── qq-enum-mssql.zsh │ ├── qq-enum-mysql.zsh │ ├── qq-enum-network.zsh │ ├── qq-enum-nfs.zsh │ ├── qq-enum-oracle.zsh │ ├── qq-enum-pop3.zsh │ ├── qq-enum-rdp.zsh │ ├── qq-enum-smb.zsh │ ├── qq-enum-web-aws.zsh │ ├── qq-enum-web-dirs.zsh │ ├── qq-enum-web-eslastic.zsh │ ├── qq-enum-web-fuzz.zsh │ ├── qq-enum-web-js.zsh │ ├── qq-enum-web-php.zsh │ ├── qq-enum-web-ssl.zsh │ ├── qq-enum-web-vuln.zsh │ ├── qq-enum-web.zsh │ ├── qq-exploit.zsh │ ├── qq-install.zsh │ ├── qq-kali.zsh │ ├── qq-log.zsh │ ├── qq-notes.zsh │ ├── qq-pivot.zsh │ ├── qq-project-custom.zsh │ ├── qq-project.zsh │ ├── qq-recon-domains.zsh │ ├── qq-recon-github.zsh │ ├── qq-recon-networks.zsh │ ├── qq-recon-org.zsh │ ├── qq-recon-subs.zsh │ ├── qq-scripts.zsh │ ├── qq-shell-handlers-msf.zsh │ ├── qq-shell-handlers.zsh │ ├── qq-shell-tty.zsh │ ├── qq-srv.zsh │ ├── qq-vars-global.zsh │ ├── qq-vars.zsh │ └── qq.zsh ├── payloads/ │ ├── aka.ms.pem │ ├── aliases.rc │ ├── github-dorks-commits.txt │ ├── msf-windows-payloads.txt │ ├── recon-dorks-github.txt │ ├── recon-dorks-google.txt │ ├── resolvers.txt │ ├── secrets-content.json │ ├── secrets-files.json │ ├── tcp-ports.txt │ ├── user-agents.txt │ ├── web-file-upload-bypass-bytes.txt │ ├── web-file-upload-bypass.txt │ ├── wordlist-api.txt │ └── wordlists.txt ├── quiver.code-workspace ├── quiver.plugin.zsh ├── scripts/ │ ├── dns-reverse-brute.zsh │ ├── image-gen.js │ ├── recon.zsh │ ├── webrecon.zsh │ ├── wildcards.py │ └── wildcards.sh └── system/ └── hidpi.sh