Log Parsing Script for Shell Shock
The released script will take a given log directory, normally your website log directory, and search it for attempts to exploit the server using the recently released GNU Bourne Again Shell (bash)...
View ArticleFindMyHash Output Capture Script Hash Brown
FindMyHash is a great utility for checking hashes across various sites for pre-determined hash values, accepting both single hashes and hash files with support for a large variety of hash types (MD4,...
View ArticleCheck if Linux Needs a Reboot
One of the best parts of a Linux OS is that you can often patch on the fly without a need for reboot afterwards. The only thing that does definitively need a reboot is after a kernel patch. Sometimes,...
View ArticleLocate PHP Web Shells on a Linux Web Server
A while ago I had put together a quick script to check files in a web directory for possible web shells. I was in a training class and looking for my information on this last week and it seems I've...
View ArticleHow To Run A Second Browser in Kali Linux 2.0
In working through some activities inside Kali 2.0 I came up with a bit of a problem. I really needed to have a second browser in addition to the default Iceweasel installation. I searched around the...
View ArticleVNC Tunnel to Kali Linux with mRemoteNG
To say that this is a bit of a pain is somewhat understating the problem (though, no worse than formatting a WordPress article). The latest versions of Kali (including the just released kali-rolling)...
View ArticleLVM Duplicate of PV exists on unknown device
If you’re arriving at this post, clearly, things are not going well. You’ve booted up your system and wound up with some odd LVM errors (if you’ve determined that they are LVM I suppose). There’s very...
View ArticleDebian non-LVM Disk Partition Expansion No Reboot
Anyone who runs Linux servers for an extended time is bound to run into the need to expand disk space once in a while. LVM is a great tool to help with this, but, it’s the new kid on the block for...
View ArticleELK Stack Parsing Apache Log Files
Anyone looking at log management for various reasons has probably heard the name ELK thrown around whenever the conversation turns to open source solutions. This stack is composed of three different...
View ArticleVMware Mounting Shared Folder in Linux Guest
Anyone who’s used VMware at a desktop level for a while has likely run into the need to share a file from the guest operating system back to the host operating system. This post will cover options for...
View ArticleList Files With Found Contents in Linux
There are so many ways to slice, dice, parse, and of course search through files in Linux. This is but one of those ways. What makes this method fancy is that it we go from finding and printing...
View ArticleResolving Kali (udev/systemd) Boot Failure (part 1)
27 JAN 19 – 13:30 UPDATE: Before going down this road, please consider part duex as a starting point. It is much simpler (in comparison) and will likely work for non LVM encrypted volumes. LVM...
View ArticleResolving Kali (udev/systemd) Boot Failure (part duex), Easiest Method
After several more hours of searching for, and work on, solutions for this problem I’ve found one that seems to work fairly consistently. This mess of a dumpster fire is burning slightly lower this...
View ArticleALFA AWUS036ACH External WiFi Adapter on Kali
Getting wireless units that work properly in Kali with modern feature sets seems to be a continuous challenge. I’ve had mixed results over the years with shoddy support for anything outside of vanilla...
View ArticleUbuntu Linux Unable to Install Packages
There are many different reasons that packages may not install. Perhaps you are out of space, inodes, have permission problems, have network connectivity problems, and so on. An additional challenge...
View ArticleForward Connection to Docker in Linux
Every now and then it is necessary to set up a connection forwarding from external to inside the system perhaps to a docker instance where the internal IP for the docker is a completely separate...
View ArticleLinux Script Error: Bad Substitution (change shell from dash to bash)
This is a simple problem in the end that cost me serious troubleshooting time. Hopefully you found this article and it can save you some of what I lost. You may encounter a problem when running a...
View ArticleLinux Disable Interface with Netplan (or not)
So, based on everything I’ve found, you can’t. In my opinion this is a shortcoming of using netplan versus the old way of simply using ifupand ifdown. This is in many ways super frustrating as it’s...
View Article