Python Code Syntax using Markdown

A short version of how to do code syntax for Python

more ...

Anti Debugging Detection & Prevention

Debugger Detection/Prevention slug: anti-debugging-methods

some source in [LordNoteworthy@github]. Most common/interesting ones:

  • IsDebuggerPresent(), CheckRemoteDebuggerPresent() etc. (quite silly, mostly as a kinda-decoy) OS calls are not 100% obfuscatable => using them (unless they’re actually inlines or macros) is a Bad Idea™ (Bad Example: [zer0fl4g@github]). IF using them – obfuscate …
more ...

Python Code Syntax Highlighter using RST format in Pelican

A short version of how to do code syntax for Python

more ...

Bind9 Keys

Keys Used in DNSSEC

more ...

DNSSEC Testing


Custom Home Router, Verizon

Ethernet via ONT

Your throughput is a bit higher using that Ethernet port on the ONT than letting an Verizon-provided broadband modem router bridge the MoAC cable into providing that Ethernet.

  • ActionTec Rev A/C/D MoCa has 100 Mbps throughput
  • ActionTec Rev E/F MoCa has 100 Mbps throughput …
more ...

Overview of Verizon FiOS Network

Overview

Components, as listed in network order from your PC to the Internet:

HFC network.png

Home Network

Your home network can be connected in one of three ways:

  • Ethernet by ONT direct Cat-5 (preferred)
  • Ethernet via Modem Router MoCA coaxial (common)
  • Ethernet via Set-Top Box’s MoCA coaxial (rare)

Ethernet via ONT …

more ...

Bind9 Directories

Directories used by ISC Bind9

more ...

nsupdate Troubleshooting

nsupdate

Protocol/Port

Network port/protocol used: 53/udp or 53/tcp (using -v option)

Note: rndc uses:

  • 953/udp with any key-file (defaults to rndc-key, or
  • named-generated file-based key in /var/lib/bind/session.key.

nsupdate commands

server

Using `server server-ip` will perform the following with unexpected result (if …

more ...

ISC Bind9 Environment Names

Environment Name Used by ISC Bind9

more ...