skyenet.tech

Artificial, but Intelligent

Trading with the Wyckoff Method

With the price action of Bitcoin entering a sorely needed cool down phase as of late, the Wyckoff Method has been getting a lot of attention…

Automated SNMPv3 Configuration

This blog post is about SNMPv3. As many Engineers familiar with SNMP will know, SNMP is a powerful protocol that can divulge a lot of…

Python Environments on Linux

Creating a virtual environment will limit anything you do to that environment only, and no dependency installations will escape onto your…

Regex in Cisco IOS

Regular expressions, or regex, are templates to match text patterns. They provide a way to describe and parse text, and provide a flexible…

A Vim crash course, of sorts...

This post will be a mixture of my own personal VIM cheatsheets, along with a high-level overview of the Vim text-editor. Text-Editors are a…

SkyeNet-Setup: My Personal Toolbox

Of late, I have found myself distro-hopping very frequently on my various personal machines (not to mention breaking my installs way too…

Fun with WiFi: Cracking WPA Keys

Securing a WiFi network is no easy feat, especially when the client authentication happens literally through the air. Several standards have…

Password Security 101

You use passwords? Yeah, they're important, ay. I have a few different ones on the go, a bunch of password managers and vaults, but we all…

Fun with WiFi: SSID-Overload!

For this post we will be looking at how the WiFi protocol (IEEE 802.11) allows alien devices to view network paramaters prior to connecting,…

Tarballs and Compression

TAR (Tape Archive) is used aggregate files and directories into a single file for easily backing up and moving. When unpacked, the files and…

The Linux Filesystem

The phrase "Everything is a file" has been used to desscribe Unix and Linux for a long time, and is profoundly characteristic of the…

Building a Reddit bot with PRAW

PRAW (Python Reddit API Wrapper) is, as the name suggests, a Python Wrapper for managing API access to Reddit. PRAW takes control over the…

VRF Introduction

VRF, or Virtual Routing and Forwarding, is an IP technology part of Cisco's MPLS/VPN suite used to virtualise logical Routing Tables on a…

Exploiting Cron-Jobs

In this post, I would like to run through another one of OverTheWire's hacking challenges. To preserve the integrity of the challenges, all…

Brute-Force Password Attacking

In this post, I would like to run through another one of OverTheWire's hacking challenges. To preserve the integrity of the challenges, all…

An Introduction to BGP

BGP is a Path-Vector Routing Protocol. Similar to RIP, BGP uses hop-count as it's primary metric for finding the best route, but BGP uses…

The Origin of IP

Internet Protocol, originally designed in 1977, is a Layer 3 protocol for packet-switched networks. IP is a connection-oriented…

An History of Linux

In 1969, a remote division of AT&T’s Bell Labs were hard at work developing a breakthrough in computer science; a time-sharing operating…

Bitcoin and Blockchain

Addresses Bitcoin implements the concept of Public/Private keys to secure your wallet. This idea is no different to a typical…

An Introduction to Bitcoin

Bitcoin is a culmination of technologies and idealogies, masterfully woven together by the mysterious creator "Satoshi Nakomoto". Rooted…

EIGRP

Overview EIGRP is a Cisco-proprietary routing protocol that combines the simplicity and low overhead of Distance Vector protocols with the…

OSPF

In the early days of TCP/IP Networking, there was RIP. Now at the time RIP was the perfect Protocol for small private Networks; it was easy…

A Brief History of BGP

The story of the Internet begins in the late 1960's, researchers at MIT have just succeeded in transferring data from one computer to…