Temporary Advertisements:
Ad
Ad
Ad
DarkCorp Hack the Box Season 7 (Windows Insane)
by RedBlock - Saturday February 8, 2025 at 03:32 PM
>>> " maybe try rusthound? never had luck with bloodhound-python Undecided"

I can uncover all your mysteries behindĀ  proxychains + bloodhound-python (or impackets tooling)..
It's actually pretty simple shit...
There's a fileĀ  responsible for DNS resolution & LD_PRELOAD for proxychains :

cat /usr/lib/proxychains3/proxyresolv
#!/bin/sh
# This script is called by proxychains to resolve DNS names

# DNS server used to resolve names
DNS_SERVER=${PROXYRESOLV_DNS:-4.2.2.2}


if [ $# = 0 ] ; then
        echo "  usage:"
        echo "          proxyresolv <hostname> "
        exit
fi


export LD_PRELOAD=libproxychains.so.3
dig $1 @$DNS_SERVER +tcp | awk '/A.+[0-9]+\.[0-9]+\.[0-9]/{print $5;}'

You need to modify only one line in order to adapt to this local environment & local DNS resolutions:
# DNS server used to resolve names
DNS_SERVER=${PROXYRESOLV_DNS:-172.16.20.1}

No need to spread pain & all this fuckery with dnschief and another unnecessary complications.

I've seen even some well-renown "Gurus" is suffering with this & spread shit on their YouTube channels about fixes.
Always laughs when i see this again Big Grin
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [UPDATED] APT-Labs Prolabs Writeup z1ne99 41 5,923 2 hours ago
Last Post: morris
Heart [FREE] HackTheBox All Cheatsheets Tamarisk 61 6,064 3 hours ago
Last Post: NIhaogt
  [FREE] 300+ Writeups PDF HackTheBox/HTB premium retired Tamarisk 441 112,617 Yesterday, 05:51 PM
Last Post: evermore
  [FREE] HackTheBox Dante - complete writeup written by Tamarisk Tamarisk 621 105,928 Yesterday, 03:59 PM
Last Post: user65745747
  How to Hack WiFi password Using PMKID Apvu 9 4,392 Sep 19, 2026, 09:08 PM
Last Post: anonhawk437

Forum Jump:


 Users browsing this forum: 1 Guest(s)