How I Cracked a Keylogger and Ended Up in Someone's Inbox
71–80 of 108 posts
Re: How I Cracked a Keylogger and Ended Up in Someone's Inbox
#72Earlier quoted context omitted.
This bookmarklet was well received last time I mentioned it, so I'll link it again: https://alisdair.mcdiarmid.org/kill-sticky-headers/ Finds anything with position:fixed and deletes it. Reload the page to get the elements back if needed.
A more sensible solution would be to convert all fixed elements into "position: absolute" ones. That is less prone to cause errors and avoids impeding navigation.
However, the sites that do the overkill of a sticky header tend to also have poorly thought out site navigation and user experiences.
Let's say on a normal site, killing any absolute nav would result in a 5%* decrease in UX.
On a site like this, killing any absolute nav might result in a 5% increase in UX.
Re: How I Cracked a Keylogger and Ended Up in Someone's Inbox
#73Earlier quoted context omitted.
I'd just be afraid I'd have rotten luck and wind up on the wrong person's computer (government, big business, etc) because they happened to be part of a bot net. (I'm not ready to move to Moscow quite yet)
> I'm not ready to move to Moscow quite yet Me neither, it's damn expensive
Re: How I Cracked a Keylogger and Ended Up in Someone's Inbox
#74Re: How I Cracked a Keylogger and Ended Up in Someone's Inbox
#75Earlier quoted context omitted.
> I'm not ready to move to Moscow quite yet Me neither, it's damn expensive
Well I'm sure they'll let you vacation for free... In the Siberian Gulags :)
Re: How I Cracked a Keylogger and Ended Up in Someone's Inbox
#76Earlier quoted context omitted.
Well I'm sure they'll let you vacation for free... In the Siberian Gulags :)
Watch out. You laugh at this as if it's some Marvel Universe pop culture thing. In fact, some of the readers here have families that were sent to Siberia during or shortly after WW2. You wouldn't joke about concentration camps. I hope.
Re: How I Cracked a Keylogger and Ended Up in Someone's Inbox
#77Earlier quoted context omitted.
I'd also like to know the answer to this question! :)
Sure, I used Maltego (commercial version + commercial domaintools access): https://en.wikipedia.org/wiki/Maltego (although Maltego also has a free version). I love domaintools as it allows to find anything by anything. Like domains (current and historical) by email, or even by fragment of registrant information, such as by phone number or by zip code.
Re: How I Cracked a Keylogger and Ended Up in Someone's Inbox
#78Earlier quoted context omitted.
Well I'm sure they'll let you vacation for free... In the Siberian Gulags :)
Watch out. You laugh at this as if it's some Marvel Universe pop culture thing. In fact, some of the readers here have families that were sent to Siberia during or shortly after WW2. You wouldn't joke about concentration camps. I hope.
Re: How I Cracked a Keylogger and Ended Up in Someone's Inbox
#79Earlier quoted context omitted.
This bookmarklet was well received last time I mentioned it, so I'll link it again: https://alisdair.mcdiarmid.org/kill-sticky-headers/ Finds anything with position:fixed and deletes it. Reload the page to get the elements back if needed.
A more sensible solution would be to convert all fixed elements into "position: absolute" ones. That is less prone to cause errors and avoids impeding navigation.
Re: How I Cracked a Keylogger and Ended Up in Someone's Inbox
#80Earlier quoted context omitted.
This bookmarklet was well received last time I mentioned it, so I'll link it again: https://alisdair.mcdiarmid.org/kill-sticky-headers/ Finds anything with position:fixed and deletes it. Reload the page to get the elements back if needed.
A more sensible solution would be to convert all fixed elements into "position: absolute" ones. That is less prone to cause errors and avoids impeding navigation.