Why nmap does not work in one network while it works properly in a different network

I wanted to scan two different networks such that one is my own local network in my house and the other is the local network of the library of my university. My aim was to find IP addresses of living hosts, and use these IPs to make a nmap… Continue reading Why nmap does not work in one network while it works properly in a different network

Web application discovery: Can there be virtual hosts configured even when there is a response without host header?

I’m currently learning how to discover web applications running on a machine using port scanning, vhost bruteforcing and directory fuzzing. When it comes to port scanning, there is one thing I can’t wrap my head around.
Let’s say I have sc… Continue reading Web application discovery: Can there be virtual hosts configured even when there is a response without host header?

How to find a network in order to run network scans for research [closed]

For my university cybersecurity project, I need to run some scanners, such as Nessus scanners or others, on some targeted network (unknown network structure). In the end, I will examine the scan results to build a map of the network.
My pr… Continue reading How to find a network in order to run network scans for research [closed]

How to enumerate PGP keyring e-mails related to a specific ccTLD

I would like to enumerate all possible PGP e-mails related to North Korean top-level domain .kp
Few years ago I would have used theHarvester but I recently discovered that this useful tool doesn’t support PGP keyring search any more 🙁
If … Continue reading How to enumerate PGP keyring e-mails related to a specific ccTLD

How do you get a secure bastion host if your IP address is constantly changing?

I am setting up AWS stuff and wondering how to setup a secure bastion host. They all say to only allow access to your IP address, but how can I do that if my IP address is changing every few hours or days (just in my house wifi, or going t… Continue reading How do you get a secure bastion host if your IP address is constantly changing?