The Blog of Josh Lospinoso: [WayBack] gargoyle, a memory scanning evasion technique
[WayBack] gargoyle, a memory scanning evasion technique – Joe C. Hecht – Google+
Source: gargoyle, a memory scanning evasion technique
–jeroen
Posted by jpluimers on 2017/03/07
The Blog of Josh Lospinoso: [WayBack] gargoyle, a memory scanning evasion technique
[WayBack] gargoyle, a memory scanning evasion technique – Joe C. Hecht – Google+
Source: gargoyle, a memory scanning evasion technique
–jeroen
Posted in Development, Security, Software Development | Leave a Comment »
Posted by jpluimers on 2017/03/06
In case you manually want to configure or have a web-server that’s not supported by certbot for letsencrypt (yet): Generate Mozilla Security Recommended Web Server Configuration Files.
At the time of writing, these were supported by the generator (* were not supported by certbot for letsencrypt yet):
–jeroen
via: Feature request: admin web interface over HTTPS · Issue #630 · pi-hole/pi-hole
Posted in *nix, *nix-tools, Apache2, Encryption, Let's Encrypt (letsencrypt/certbot), Power User, Security | Leave a Comment »
Posted by jpluimers on 2017/03/06
I needed the current IP-addresses of the gmail MX server (don’t ask the details; but it has to do with the brain-dead TP-LINK ER5120 configuration possibilities).
This is the command I finally used:
dig @8.8.8.8 +short MX gmail.com | sed "s/^[0-9]* //g" | sed "s/.$//" | xargs -I {} dig @8.8.8.8 +short {} | uniq | sort
Basically it’s a three stage sequence which had to work on OS X as well as Linux using a bash shell:
The basics of the above are about using dig to get short (or terse) answers with as little (but still to the point) information as possible.
Read the rest of this entry »
Posted in *nix, *nix-tools, DNS, Power User | 1 Comment »
Posted by jpluimers on 2017/03/06
DNS traffic within corporate networks should also be considered a channel that an attacker can use to implement a fully functional, bidirectional C2 infrastructure.
Source: [WayBack] Cisco’s Talos Intelligence Group Blog: Covert Channels and Poor Decisions: The Tale of DNSMessenger
–jeroen
Posted in DNS, Internet, Power User, Security | Leave a Comment »
Posted by jpluimers on 2017/03/03
I wonder if this applies to Europe as well as the USA: [WayBack] The Best Time to Buy Anything During the Year 2017 – Lifehacker
–jeroen
Posted in LifeHacker, Power User | Leave a Comment »
Posted by jpluimers on 2017/03/03
Because the battery was getting very bad:
Note the battery adhesive was so strong that one of my plastic opening tools broke.
–jeroen
Posted in Google, Power User | Leave a Comment »
Posted by jpluimers on 2017/03/03
A while ago, my model A1469 3rd generation Apple TV had a slowly blinking white light but nothing displayed over HDMI any more, so I searched for Apple TV slow blinking white and
Reading Restoring your Apple TV (when its white light is flashing) | Comics and gadgets, I opted for the first option: a soft-restart of the Apple TV. To do that you have to press menu+down on the Apple Remote at the same time for 5+ seconds, then wait for the Apple TV to restart. That initially did show an image over HDMI which later disappeared. I didn’t get the image at first as I thought it was looking for iTunes media over USB (like from an iPhone or iPad), so I waited for a time-out to occur.
After a while that image disappeared and the Apple TV white LED started rapidly flashing. Not good.
Later I found the image was portraying a USB cable not having a connection to an iTunes logo and some dark grey text on a black background pointing to support.apple.com/appletv/restore.
I didn’t see that at first as the room was a bit brightly lit since we had a lot of sun that day so this non-descriptive image with grey on black UX worked really well.
Conclusion: I had to restore the Apple TV which I thought would be straight-forward as it had been connected to my iCloud account.
Posted in Apple, Apple TV, iOS, Keyboards and Keyboard Shortcuts, Power User | Leave a Comment »
Posted by jpluimers on 2017/03/02
Anybody of my followers who can provide a good comparison between [WayBack] Ammyy Admin – Remote Desktop Sharing and TeamViewer?
–jeroen
Posted in LifeHacker, Power User | 3 Comments »
Posted by jpluimers on 2017/03/02
Just in case it’s not enabled yet: How to enable JavaScript in your browser and why
It even has some html to redirect to it, which I’ve replaced with the wayback machine (and put into a gist as WordPress kills noscript tag blocks and everything they contain.
| <noscript> | |
| For full functionality of this site it is necessary to enable JavaScript. | |
| Here are the <a href="http://web.archive.org/web/20160402005258/http://www.enable-javascript.com/" target="_blank"> | |
| instructions how to enable JavaScript in your web browser</a>. | |
| </noscript> |
I needed it as at a client site, one of the embedded devices would show the message “Javascript is required to use this web portal” in various web browsers so I had to check the JavaScript status in each browser.
–jeroen
Posted in Chrome, Chrome, Development, Firefox, Google, Internet Explorer, JavaScript/ECMAScript, Opera, Power User, Safari, Scripting, Software Development, Web Browsers | Leave a Comment »
Posted by jpluimers on 2017/02/28
Great tip from Nelis Willers:
230 V safety on the work bench.Put your power supply in an old tablet container. The high voltage is safely encapsulated and will not accidentally touch something. Of course don’t do this for a kW supply, only where low heat is generated, otherwise you might set a fire!
Source: 230 V safety on the work bench. Put your power supply in an old tablet container…
Posted in Development, Hardware Development, LifeHacker, Power User | Leave a Comment »