Desofuscando endereços de email protegidos pela Cloudflare, muito interessante.
https://blog.jse.li/posts/cloudflare-scrape-shield/
https://blog.jse.li/posts/cloudflare-scrape-shield/
blog.jse.li
An Analysis of Cloudflare's Email Address Obfuscation | Jesse Li
It's a hex encoded string where the first byte (the key), is XORed against each subsequent byte to decrypt the email address. This is not a vulnerability.
The best articles from /r/oscp
https://libredd.it/r/oscp/comments/owfcl3/i_passed_oscp_and_here_is_how_you_shouldnt_do_it/
https://libredd.it/r/oscp/comments/ng6k5t/from_35_point_fail_to_100_point_pass_how_to_avoid/
https://libredd.it/r/oscp/comments/rs38pm/a_different_kind_of_root_how_a_dentist_passed_the/
https://libredd.it/r/oscp/comments/owfcl3/i_passed_oscp_and_here_is_how_you_shouldnt_do_it/
https://libredd.it/r/oscp/comments/ng6k5t/from_35_point_fail_to_100_point_pass_how_to_avoid/
https://libredd.it/r/oscp/comments/rs38pm/a_different_kind_of_root_how_a_dentist_passed_the/
Discussão sobre redes monitoradas e possíveis formas de silenciosamente bypassar a Intrusion Detection System:
https://security.stackexchange.com/questions/193109/websocket-vpn-and-mitm-gateways
https://security.stackexchange.com/questions/193109/websocket-vpn-and-mitm-gateways
Information Security Stack Exchange
Websocket VPN and MitM Gateways
A number of solutions are available for tunnelling IP over
Websockets to masquerade a VPN as browser traffic. How well
are these connections isolated though? Specifically, if the
browser happens to...
Websockets to masquerade a VPN as browser traffic. How well
are these connections isolated though? Specifically, if the
browser happens to...
See how many IP addresses your fail2ban banned:
sudo zgrep 'Ban' /var/log/fail2ban.log*
encrypted reverse shell com openssl lol
https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shell%20Cheatsheet.md#openssl
https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shell%20Cheatsheet.md#openssl
GitHub
PayloadsAllTheThings/Methodology and Resources/Reverse Shell Cheatsheet.md at master · swisskyrepo/PayloadsAllTheThings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF - swisskyrepo/PayloadsAllTheThings
script powershell que limpa todos os logs de evento do windows
Get-EventLog -List | % { Clear-EventLog $_.Log }; Get-WinEvent -ListLog * -Force | % { WEvtUtil cl $_.LogName }Test your knowledge to be an attractive modern slave.
https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes
https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes
GitHub
GitHub - Ebazhanov/linkedin-skill-assessments-quizzes: Full reference of LinkedIn answers 2024 for skill assessments (aws-lambda…
Full reference of LinkedIn answers 2024 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel t...
🤩1
"It's not a vulnerability, it's a feature." - <three letter agency>
https://yewtu.be/watch?v=j5YMRZol1yE
https://yewtu.be/watch?v=j5YMRZol1yE
Invidious
Millions of Smart Phones Are Vulnerable to Remote Attacks
A stack overflow vulnerability discovered in the UNISOC chipset on many budget smartphones could lead to a denial of service attack on the phone, or remote code execution. UNISOC has updated their firmware, but the patch will not be rolling out to android…
Checklist for privilege escalation:
https://github.com/netbiosX/Checklists/blob/master/Linux-Privilege-Escalation.md
https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Linux%20-%20Privilege%20Escalation.md
https://sushant747.gitbooks.io/total-oscp-guide/privilege_escalation_-_linux.html
https://payatu.com/guide-linux-privilege-escalation
https://github.com/netbiosX/Checklists/blob/master/Linux-Privilege-Escalation.md
https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Linux%20-%20Privilege%20Escalation.md
https://sushant747.gitbooks.io/total-oscp-guide/privilege_escalation_-_linux.html
https://payatu.com/guide-linux-privilege-escalation
GitHub
Checklists/Linux-Privilege-Escalation.md at master · netbiosX/Checklists
Red Teaming & Pentesting checklists for various engagements - netbiosX/Checklists