Skip to main content

Posts

Featured

Fakenet-NG Errno 98 in REMnux v2021.15.2

Running FakeNet-NG from a freshly deployed Remnux may give out an Errno 98 message. For this writing, the issue was encountered in a REMnux v2021.15.2.  Hopefully, this would also be helpful with other version of REMnux. This issue is usually encountered because another program is binded to the DNS port (53). To fix this, we only need a few steps. FakeNet-NG requires a valid network route.   Check VM network settings And an IP address Problems with having an IP address may be resolved by renewing the dhcp with this command renew-dhcp (Optional) Check Internet connection Since the systemd-resolve is bound with the DNS port, we'll have to disable it first. sudo systemctl stop systemd-resolved sudo systemctl disable systemd-resolved Then we have two options to get DNS resolution (Option 1) Edit /etc/NetworkManager/NetworkManager.conf sudo nano /etc/NetworkManager/NetworkManager.conf Then add the following line under [main] dns=default (Option 2) Edit /et

Latest Posts

dd-wrt AP setup on tplink (wired connected routers)

Setting up IDA Pro to remote debug a Linux executable with GDB server

Compiling java for compatibility and JAR for other platforms

Ubuntu support for fingerprint scanner 138a:0090 138a:0097 and 06cb:009a

Converting img to vdi

Notes: Analyzing Delphi

How to run a service exe

enable features for old end-of-life office

How to pre-download symbols (PDB) before even debugging

Themida packed DLL unpacking (generic to other DLL packed files)