Professionalism in the cyber crime.
https://thehackernews.com/2022/05/experts-analyze-conti-and-hive.html
https://thehackernews.com/2022/05/experts-analyze-conti-and-hive.html
/archive/
Professionalism in the cyber crime. https://thehackernews.com/2022/05/experts-analyze-conti-and-hive.html
Como assim esse site não tem meta tag de preview
Forwarded from 0lab channel ™ (RSM-56)
CISO Advisor
Rede Tor fica mais veloz com controle de congestionamento
O Projeto Tor publicou detalhes sobre um sistema recém-introduzido chamado de Controle de Congestionamento que promete eliminar os limites de velocidade na rede. O novo sistema está funcionando na…
Curated list of Unix binaries that can be used to bypass local security restrictions in misconfigured systems.
https://gtfobins.github.io/
https://gtfobins.github.io/
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 }