Skip to content

Keith Rose – Network Maestro, Developer, Entrepreneur

  • Home
  • Technology
    • Artificial Intelligence
    • Cybersecurity
    • Networking
    • Software Engineering
    • Sys/Admin
  • Consulting
  • About
    • Professional
Intrusio

Intrusio Project – The “Intro”

Posted on: August 27, 2024August 21, 2024

Hello everyone! I’m thrilled to introduce the Intrusio Firewall Project, an exciting new initiative that’s currently in development. Our goal with Intrusio is to provide an easy-to-use, cost-effective […]

From Warez to Torrents: A Journey Through the Shadows of the Internet
History / Technology

From Warez to Torrents: A Journey Through the Shadows of the Internet

Posted on: August 24, 2024August 24, 2024

There’s a certain nostalgia that comes with remembering the early days of the internet, especially if you were around during the wild west era of warez and torrents. […]

Python3 LAN host detection using Scapy
Cybersecurity / Networking / System Administration

Python3 LAN host detection using Scapy

Posted on: August 23, 2024August 23, 2024

This simple setup helps you keep track of devices on your network by running a background script that scans for new hosts every 30 seconds. If a new […]

Intrusio Updates: Day 1
Cybersecurity / Intrusio / Networking / Software Engineering / System Administration / Technology

Intrusio Updates: Day 1

Posted on: August 21, 2024August 21, 2024

Yesterday was a productive day as I managed to get Free Range Routing (FRR) integrated into the Intrusio build script. This means that Intrusio now has built-in support […]

Integrating BGP Tools & Shodan’s Internet DB
Cybersecurity / Networking / Software Engineering / Technology

Integrating BGP Tools & Shodan’s Internet DB

Posted on: August 20, 2024August 20, 2024

Overview This was a bit of experimenting using bgptools & shodan to try see if i could get a quick way of assessing a block of IP’s or […]

Sending Emails with Python and SendGrid: A Quick Guide
Software Engineering / Technology

Sending Emails with Python and SendGrid: A Quick Guide

Posted on: August 20, 2024August 20, 2024

Hey folks! 🖐 Ever wanted to send emails from your Python scripts but didn’t know where to start? I recently dove into this and thought I’d share a […]

Introduction to Mikrotik Router Configuration with Python
Networking / Software Engineering

Introduction to Mikrotik Router Configuration with Python

Posted on: August 20, 2024August 20, 2024

Mikrotik routers are powerful and versatile devices widely used in both home and enterprise environments. While the RouterOS interface is quite intuitive, automating configurations using Python can significantly […]

Exploring the Match Feature in Python 3.10
Software Engineering

Exploring the Match Feature in Python 3.10

Posted on: May 20, 2024August 20, 2024

Python 3.10 introduced several new features aimed at enhancing productivity and code readability. Among these, the match statement stands out as one of the most significant additions, offering a powerful […]

Python – Simple Nested Execution (Naughty)
Software Engineering

Python – Simple Nested Execution (Naughty)

Posted on: May 20, 2024August 20, 2024

Recently, i was exploring the use case of having python trigger a dynamic ‘python’ payload on the fly with no knowledge of what the payload might contain, other […]

Recent Posts

  • Intrusio Project – The “Intro”
  • From Warez to Torrents: A Journey Through the Shadows of the Internet
  • Python3 LAN host detection using Scapy
  • Intrusio Updates: Day 1
  • Integrating BGP Tools & Shodan’s Internet DB