Explore >> Select a destination


You are here

blog.andlabs.org
| | www.michalspacek.com
6.9 parsecs away

Travel
| | Stealing session ids from phpinfo() output has been a known technique for some time, and is used to bypass the HttpOnly attribute, which prohibits JavaScript from accessing a cookie marked as such (e.g. PHPSESSID). Ijust now thought of a solution that allows you to keep your phpinfo(): we'll simply censor the sensitive data, making phpinfo() lose some of its value to the attacker.
| | thehackernews.com
7.5 parsecs away

Travel
| | Millions of malicious "imageless" containers have been planted on Docker Hub over the past 5 years in multiple cybercriminal campaigns.
| | blogs.juniper.net
6.3 parsecs away

Travel
| | A Control Web Panel vulnerability is being used to compromise SSH servers by injecting code via dynamic library preloading.
| | bartlomiejmika.com
24.6 parsecs away

Travel
| How do you write a Golang server using gRPC from scratch? Heres how to do it.