hakip2host uses a few different techniques to find hostnames associated with an IP address. It works en masse - great for discovering hostnames of a company with dedicated public IP ranges.
hakoriginfinder bypasses WAFs by making use of the Levenshtein algorithm to uncover origin hosts. I only released this a few days ago, but have plans to extend the tool to also suggest likely IP addresses based on ASN/historical DNS/Shodan, etc.
hakcheckurl is a simple tool that takes a list of URLs, visits them, and shows you the response code. Unlike httpx this works with URLs, not hostnames, which has been handy on occasion!
hakfindinternaldomains takes a list of hostnames and tells you which ones resolve to internal IP addresses. Sometimes useful for exploiting SSRFs or just mapping an internal network from an external perspective.
haklistgen takes any junk data as input and turns it into a list that is usable for brute forcing. There are some good examples of how it might be used on the readme.
This tool is designed to bypass WAFs by discovering the origin web server IP. I'm sure someone has come up with this technique before, but I haven't seen it...
First it makes a HTTP request to the hostname that you provide and stores the response, then it makes a request to a list of IP addresses that you provide via HTTP (80) and HTTPS (443), with the Host header set to the original host. π§΅π
Each HTTP response is then compared to the original using the Levenshtein algorithm to determine similarity. If the response is similar, it will be deemed a match.
The "similarity" is important here because direct matches will often return false negatives. π§΅π
I got hacked really badly once π¬. Here's the story.
I was a musician, and I was on tour, staying in a motel somewhere in the middle of nowhere, in NSW, Australia.
I got back to the motel late at night after a performance and parked my car in the Motel parking lot. ππ§΅
I left a backpack in the car which had some music-related stuff in it, along with my iPad. I used an iPad for all of my sheet music on stage because it was easier than carrying paper around, and owning a printer. ππ§΅
It was important that the iPad never turned the screen off automatically, and also that I could quickly turn it on and off by pressing the power button. There's nothing worse then when you are halfway through a song in a performance and the screen turns off. ππ§΅
I want to keep track of the latest cybersecurity news.
I also don't want to spend all my time on Twitter.
Here are 5 great cybersecurity news outlets that I rely on!
π§΅π
I find /r/netsec to be the most informative cybersecurity news stream, if anything big is going on in cybersecurity it's typically within the top few posts on this subreddit. reddit.com/r/netsec