#breaching-ad

1 messages · Page 2 of 1

plucky walrus
#

└─$ nslookup za.tryhackme.com
;; communications error to 10.200.92.101#53: timed out
;; communications error to 10.200.92.101#53: timed out
;; communications error to 10.200.92.101#53: timed out
Server: 127.0.0.53
Address: 127.0.0.53#53

Name: za.tryhackme.com
Address: 10.200.89.101
;; communications error to 10.200.92.101#53: timed out
;; communications error to 10.200.92.101#53: timed out
;; communications error to 10.200.92.101#53: timed out

#

plz guide me

wooden minnow
#

Are you connected to the breaching VPN?

plucky walrus
#

not breachingAD VPN, connected to Machine VPN

wooden minnow
#

You're in the attackbox?

plucky walrus
#

iam trying from my own kali machine

wooden minnow
#

Ok, you need to be connected to the BreachingAD VPN

#

Click Networks

plucky walrus
#

breachingAD VPN is not connecting due to cipher issue. So i tried thm-troubleshoot. It automatically connected to Machine VPN

wooden minnow
#

It's not the cipher.

#

Open your Breachad VPN file and change line 2

from dev breachad
to dev tun

plucky walrus
#

failed to negotiate cipher with server. Add the server's cipher ('AES-256-CBC') to --data-ciphers (currently 'BF-CBC') if you want to connect to this server.
2023-04-06 12:55:16 ERROR: Failed to apply push options
2023-04-06 12:55:16 Failed to open tun/tap interface

#

2023-04-06 13:01:32 OPTIONS ERROR: failed to negotiate cipher with server. Add the server's cipher ('AES-256-CBC') to --data-ciphers (currently 'AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305') if you want to connect to this server.
2023-04-06 13:01:32 ERROR: Failed to apply push options
2023-04-06 13:01:32 Failed to open tun/tap interface
2023-04-06 13:01:32 SIGUSR1[soft,process-push-msg-failed] received, process restarting
2023-04-06 13:01:32 Restart pause, 16 second(s)

#

client
dev tun
proto udp
sndbuf 0
rcvbuf 0

#

even after changing dev to tun, error is same

#

in hackthebox, i didnt face this type of problem

plucky walrus
#

after 4 hours of troubleshooting, i have successfully connected to vpn

plucky walrus
#

let it be, i am able to ssh with ip address.

junior junco
#

i am getting this error when connecting to Network VPN Server and i cannot fix that. Can someone from help me out with this?

plucky walrus
#

in 63xxxx.ovpn, added "data-ciphers AES-256-CBC:AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305"

junior junco
#

where should i add this line in the file, data-ciphers AES-256-CBC:AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305?

plucky walrus
#

also run thm-troubuleshoot

plucky walrus
junior junco
#

it worked, thank you for the help!

plucky walrus
#

WC

#

guys anyone faced tftp file copying problem like me ?

junior junco
#

after connecting to network vpn server i am getting this error while doing nslookup. anyone know what i am missing here?

junior junco
#

yes

plucky walrus
#

go to network manager, IPv4, add DNS IP

junior junco
#

which IP i have to add there ?

plucky walrus
#

Hope you have THMDC IP add as 10.200.92.101, plz add that IP

junior junco
#

i use dnsmasq and already added that dns ip but still unable to nslookup

#

tried adding that to network manager

#

i dont know what i am missing now :/

plucky walrus
#

it should work

#

i have added in /etc/resolv.conf also but it is deleting automatically after service restart or reboot.

junior junco
#

this method works for /etc/resolv.conf file

#

but its not working for me lol

#

it worked, i forget to restart the network service

#

i am stupid

#

thank you for the help!

plucky walrus
#

👍

plucky walrus
#

anyone got error opening database file "sqlitebrowser ma.db" ?

junior junco
#

I am trying to fix this DNS thing from past 3,4 hours but couldnt fix it. Decided to use the attackbox and when running this command for dns , systemd-resolve --interface breachad --set-dns 10.200.92.101 --set-domain za.tryhackme.comit throws Unknown interface breached: No such device this error. Any help would be appreciated!

#

i cant figure out what i am missing

#

please do @ me if anyone going to reply.

plucky walrus
#

your interface is not breachad

#

sudo mkdir -p /etc/resolvconf/resolv.conf.d
sudo nano /etc/resolvconf/resolv.conf.d/tail
nameserver 10.200.92.101
nameserver 8.8.8.8
sudo apt install resolvconf
sudo resolvconf -u

wooden minnow
junior junco
#

attachbox

junior junco
#

whats my interface on my attackbox?

wooden minnow
#

Can you do

ip addr show

junior junco
#

on my attackbox?

wooden minnow
#

Yes, and which interface has a 10.200 ?

#

Or 10.50

junior junco
#
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: ens5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9001 qdisc mq state UP group default qlen 1000
    link/ether 02:09:1a:72:bf:91 brd ff:ff:ff:ff:ff:ff
    inet 10.10.227.221/16 brd 10.10.255.255 scope global dynamic ens5
       valid_lft 1937sec preferred_lft 1937sec
    inet6 fe80::9:1aff:fe72:bf91/64 scope link 
       valid_lft forever preferred_lft forever
3: persistad: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 100
    link/none 
    inet 10.50.59.145/24 brd 10.50.59.255 scope global persistad
       valid_lft forever preferred_lft forever
    inet6 fe80::8ec0:761:9ea6:66d9/64 scope link stable-privacy 
       valid_lft forever preferred_lft forever
4: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default 
    link/ether 02:42:f8:59:7c:d3 brd ff:ff:ff:ff:ff:ff
    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
       valid_lft forever preferred_lft forever
    inet6 fe80::42:f8ff:fe59:7cd3/64 scope link 
       valid_lft forever preferred_lft forever
6: veth6e80c29@if5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP group default 
    link/ether 1a:30:26:85:be:7c brd ff:ff:ff:ff:ff:ff link-netnsid 1
    inet6 fe80::1830:26ff:fe85:be7c/64 scope link 
       valid_lft forever preferred_lft forever
8: veth5507147@if7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP group default 
    link/ether 22:39:0f:bc:99:53 brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet6 fe80::2039:fff:febc:9953/64 scope link 
       valid_lft forever preferred_lft forever
root@ip-10-10-227-221:~# 
wooden minnow
#

persistad I think.

plucky walrus
#

sqlitebrowser ma.db

qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.

zsh: IOT instruction sqlitebrowser ma.db

#

any solution ? I uninstalled sqlitebrowser and install again. Updated pacakges but still same error

junior junco
# wooden minnow `persistad` I think.

i tried persisted instead of persistad before asking for help here, i am clearly blind. The command works but nslookup for thmdc.za.tryhackme.com isnt working

#

attackbox meant to be easier

junior junco
wooden minnow
junior junco
#

@plucky walrus everything work for you ?

wooden minnow
plucky walrus
wooden minnow
#

I had to start mine.

plucky walrus
#

for me sqlitebrowser is unable to open mcafee database.

junior junco
#

yeap its running

#

i bought tryhackme to learn some ad before buying crtp labs but it looks like i should go for crtp labs directly

plucky walrus
#

CRTP lab is too costly. If can complete within 1 or 2 months within time, then CRTP lab is good.

junior junco
#

nope, using kali as a primary os

wooden minnow
#

Wow.

You're brave.

Why don't don't you do this on kali?

junior junco
#

because its not working on kali either

#

dns is always hard t configure

wooden minnow
#

You don't need to do dms.

#

Dms

#

Dns

#

Just put it on mameserve

junior junco
#

its not working for some reasons which i cant figure out

#

i will try again after crying

junior junco
#

nslookup is working as seen in the ss but i am unable to access the url in the web browser

#

@charred sandal sorry for the ping but i cant fix the issue can you help me with it?

verbal hearth
#

I have the same Problem with the same network...

somber ledge
sand egret
#

Hi guys, need some help to fix this, error message when try to do nslookup to thmdc.za.tryhackme.com:

;; connection timed out; no server could be reached.

I have added the DC ip and I am connected to the VPN. any advice?

wooden minnow
#

Are you using the correct VPN?

sand egret
wooden minnow
sand egret
wooden minnow
#

Hm, strange.

junior junco
#

Hey @somber ledge , I ran this command on my attackbox systemd-resolve --interface persistad --set-dns 10.200.92.101 --set-domain za.tryhackme.com and after that the nslookup showing ;; connection timed out; no server could be reached. error.

Secondly, on my local machine i added thmdc ip in my /etc/resolve.conf and after that nslookup working on my local machines but the websites are not reachable in the browser.

#

i couldnt figure out whats wrong so can you please help me with that.

gaunt shell
# junior junco

So what room are you actually doing, the breaching AD room or the persisting AD room ?

junior junco
#

breaching ad

gaunt shell
junior junco
#

ahh

gaunt shell
# junior junco

Might have to restart the attackbox, as if you joined the room after starting the attackbox, you might not have the interface yet

junior junco
#

let me try that

#

not working!

gaunt shell
junior junco
#

its giving me same error as before for breachad interface

gaunt shell
junior junco
#

it worked, thank you so much!

prisma thorn
#

I had the same issue with the interface, thanks a lot as well 👍

random token
#

Ok, so I have been trying this for the past 2 days. Task 5 in the room "Breaching Active Directory" has to be broken, right? I am not getting any hashes in responder in both my local vm or the attackbox even after resetting the network twice.

wooden minnow
#

What was the error?

random token
#

I have waited on each try for atleast 20 minutes.

random token
wooden minnow
#

That one?

random token
#

That's because slapd is running but that doesn't matter as I am waiting for a SMB event.

wooden minnow
#

iI'll need to do it.

random token
#

I haven't had any issues with the other rooms or it was just my dumbass who was the problem. With this one, I am pretty conviced that something is broken.

wooden minnow
#

can someone reset the .32.101 subnet please.

#

Nevermind.

random token
#

huh

wooden minnow
#

I've obfuscated the Username, and gave you part of the hash as proof.

random token
wooden minnow
random token
#

How long did you wait?

wooden minnow
#

About 5 min(s)

random token
#

I don't have to trigger anything, right? The server will just send a request at some point.

wooden minnow
#

Nope, I started it, then started watching general chat.

random token
#

I am just booting up the attackbox, as I am in another room with my lab vm. I will try again right now.

wooden minnow
#

I stopped it, then re run responder, and I got this message.

#

And that took 6 min(s) and 36 sec(s).

random token
#

I am running a stopwatch aswell, will report in a few minutes.

#

Super weird though, as I am using the attackbox, to make sure there isn't any interference from my lab environment.

random token
wooden minnow
#

No.

random token
#

Or does that only clear my answers?

wooden minnow
#

Yup.

random token
#

Ok

random token
#

Brand new attackbox booted up, network started and issued the responder command.

#

Do you mind hopping in a VC? I can share my screen and show you what I am doing.

wooden minnow
#

I'm just heading out.

One thing I can suggest is opening a new terminal and doing the sudo tcpdump -SC -i tun0 tcp port 139

Whilst you're waiting for the responder.

random token
random token
wooden minnow
#

do ip a s and what is the interface that has 10.50 ?

random token
#

tun0

wooden minnow
#

change breachad to tun0

random token
#

actually they are both in 10.50.0.0

wooden minnow
#

you can use that commandthen.

random token
#

yeah, did that...

#

Just wanted to clarify on this

#

tcpdump also doesn't throw anything

wooden minnow
#

You need to keep testing the printer settings for that work.

#

but I had it running whilst I waited for the hash.

random token
#

noooooo

#

wait

#

Do I have to press test settings or something in order to get a hash?

wooden minnow
#

No

forest cloud
#

In my kali machine its showing systemd-resolve command not found

#

and why I try to download it saying unable to locate the package can someone help me plzz

whole cedar
#

Hello all! I'm working this network on my own Kali machine, got connected and DNS is configured. I'm trying to do the password spray attack (all files downloaded to my Kali machine), but I keep getting this error message

/usr/share/offsec-awae-wheels/pyOpenSSL-19.1.0-py2.py3-none-any.whl/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.

Traceback (most recent call last):
  File "ntlm_passwordspray.py", line 4, in <module>
    from requests_ntlm import HttpNtlmAuth
ImportError: No module named requests_ntlm```

Can anyone help with resolving this? I unzipped the task files to my Kali machine, like I said, so I'm not sure what else I need.
dense cedar
whole cedar
#

I just ran it with python3 and it still giving the same error

#
  File "/home/kali/ntlm_passwordspray.py", line 4, in <module>
    from requests_ntlm import HttpNtlmAuth
ModuleNotFoundError: No module named 'requests_ntlm'```
dense cedar
whole cedar
#

this worked! Thanks! So to understand, my kali was missing a p3 module that allows the sprayer to run?

dense cedar
whole cedar
#

Good to know, thanks for that tip!

whole cedar
#

Hello! Back again, about to finish the "Configuration Files" section. I'm trying to run the mcafee pwd decrypt.py program, but I'm getting an error message similar to the last one
No module named Crypto.Cipher
I did the 'pip3 install Crypto.Cipher, but it still doesn't work after installing the module. Any help with this?

undone knoll
#

@whole cedar I had a lot of issues at that part, this is ultimately what I did

slate swanBOT
#

Gave +1 Rep to @undone knoll

safe hound
mellow shadow
mellow shadow
celest jackal
#

Hi, I can't connect to the vpn. I already succeeded without any problem last week, then I tried again this morning and impossible I still have this error when running openvpn breacad.opcn : "2023-04-27 10:22:34 Using peer cipher 'AES-256-CBC'
2023-04-27 10:22:34 Error: problem with tun vs. tap setting
2023-04-27 10:22:34 Exiting due to fatal error
". I launched the thm-troubleshoot which did not solve my problem so I come to ask for help here : "[+] Stable internet connection
[+] OpenVPN is installed
[-] tun0 interface does not exist
Would you like the script to attempt a connection automatically (Y/n)? Y
[+] Connecting....
[Warning!] Connection process is taking longer than expected to complete
[-] Failed to connect
Failure to connect to the VPN can usually be solved by one of the following options:
-Regenerating your OpenVPN config on the TryHackMe access page (https://tryhackme.com/access)
-Switching servers, then regenerating your OpenVPN config
-Checking your system time. If your system time is incorrect then this can cause issues with the authentication process
If none of these methods work, please ask for further assistance in the TryHackMe Discord server, subreddit or forums.
[-] Exiting
"
Thank you

undone knoll
slate swanBOT
#

Gave +1 Rep to @undone knoll

celest jackal
undone knoll
#

Great 🙂

mild needle
#
┌──(kali㉿kali)-[~]
└─$ nslookup printer.za.tryhackme.com
Server:         10.200.27.101
Address:        10.200.27.101#53

Name:   printer.za.tryhackme.com
Address: 10.200.27.201

                                                                                                                     
┌──(kali㉿kali)-[~]
└─$ curl http://printer.za.tryhackme.com/settings.aspx
curl: (52) Empty reply from server
#

printer.za.tryhackme.com seems to be unresponsive when I do the LDAP Pass-back Attacks exercise in Breaching Active Directory

dark perch
#

Hey everyone! I'm trying to connect to the Breaching AD network. It's running, the VPN is going and I have an internal IP... but I keep getting a DNS error when I try to connect to http://ntlmauth.za.tryhackme.com/ or http://za.tryhackme.com/... Could someone help? I use Kali (not on a VM) and the systemd-resolve command it tells you to execute won't work. I've tried installing systemd-resolved but that just (1) ruins DNS on my computer and (2) still doesn't work because resolvectl has different syntax than systemd-resolve, which is now deprecated...

#

If anyone could help that would be appreciated!

wooden minnow
dark perch
slate swanBOT
#

Gave +1 Rep to @wooden minnow

wooden minnow
#

Happy Hacking.

dark perch
wooden minnow
#

Did you restart the sytemcl?

dark perch
#

NetworkManager?

dark perch
#

Yeah... the THMDC IP addr. is in /etc/resolv.conf but now NONE of the domains are working...

dense cedar
dark perch
slate swanBOT
#

Gave +1 Rep to @dense cedar

dark perch
# dense cedar Have you followed the pinned message for debugging? If so, can you share that ou...

Okay, so as I said earlier, the initial DNS steps involving systemd-resolve don't work for me. I followed @wooden minnow's advice about putting the THMDC IP address into /etc/resolv.conf which is now

nameserver 8.8.8.8``` and that worked temporarily. I'm now connected to the VPN and can ping THMDC (in my case 10.200.4.101). However, `nslookup tryhackme.com 10.200.4.101` (step 3) fails with a timeout. Step 4 (`nslookup tryhackme.com`) does work fine though.
wooden minnow
#

nslookup can be buggy.

#

Can you access the website?

dark perch
#

Wait-

dense cedar
dark perch
#

It started to work

dark perch
#

I think the reason might've been that I had THMDC IP as the second entry in /etc/resolv.conf? I don't know how that would change anything but reverting it to the first entry now fixes the issue

dense cedar
dark perch
slate swanBOT
#

Gave +1 Rep to @dense cedar

dark perch
#

I guess that's not how it works though 😅

dense cedar
dark perch
dense cedar
grave dune
#

Hello guys
Im currently blocked on BreachingAD because a connection
i do all the step , i have ping to the ip , when i execute nslookup thmdc.za.tryhackme.com it's work
but when i try access to http://ntlmauth.za.tryhackme.com/ on firefox it's give me this error :
Hmm. We’re having trouble finding that site
if someone have the solution it's can be helpful
thank you 🙂

dark perch
grave dune
languid mulch
#

tftp -i 10.200.32.202 GET "\Tmp\x64{11576AEB-86
2C-43B3-8BC8-BC99BFEC579C}.bcd" conf.bcd
Connect request failed

#

why is there an issue in connection ?

vivid jetty
# undone knoll Try editing the ovpn file and changing `dev breachad` to `dev tun`

It worked for me! Thank you!

Here are the steps I used while connecting from my own kali VM

  1. Generate and download the breachingad openvpn config file from the "Access" page
  2. Change the line from "dev breachingad" to "dev tun" in the breachingad.ovpn file
  3. Add the $THMDCIP as the DNS server address (follow the kali steps from the breachingad page)
  4. sudo openvpn breachingad.ovpn
  5. sudo resolvectl status => Check the tun0 interface number. (Say, 3)
  6. sudo resovectl dns 3 $THMDCIP
  7. nslookup za.tryhackme.com
slate swanBOT
#

Gave +1 Rep to @undone knoll

undone knoll
#

Great 🙂

quasi rose
#

I'm trying to follow task 1 for breachingad with the attack box.

#

Does anyone know what I've done wrong here?

#

I see other network intnerfaces

#

but not breachad

karmic jackal
#

cmdlet not existing? any idea?

dense cedar
karmic jackal
karmic jackal
slate swanBOT
#

Gave +1 Rep to @dense cedar

karmic jackal
#

anyway, i mounted the image and grep "Password" in every file 😄

coral yew
#

Hello I'm new and was told I can get help here I can't get my kali VM to connect to the network i've already tried following the steps in the room

wooden minnow
#

Can you verify and share screenshots it will make it easier

#

!docs verify

outer timberBOT
coral yew
wooden minnow
#

See my previous message above.

coral yew
stable ledge
#

please help

dense cedar
prisma thorn
#

Hi! I'm in the Breaching AD room and I'm using the attack box. I don't have the breachad interface or any other interface with another IP than the one assigned to the attack box. What can I do?

worldly timber
#

Same here

#

I think it needs to be resetted. Yesterday it worked for me

prisma thorn
worldly timber
#

Just tried it too and it doesn't work. Really weird

wooden minnow
#

ip a s would confirm this.

verbal cipher
#

Hello. I downloaded my vpn configuration file for Breachingad network, but when I try to execute "sudo openvpn breachingad.ovpn" I keep getting an error "Options error: Unrecognized option or missing or extra parameter(s) in breachingad.ovpn:14: data-ciphers (2.4.7)". How to solve this?

dense cedar
#

Change that to cipher

verbal cipher
#

Yeah, I already solved it by replacing breachad to tuv and data-ciphers to cipher

verbal cipher
#

I have an interface
ens5: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 9001 inet 10.10.201.163 netmask 255.255.0.0 broadcast 10.10.255.255 inet6 fe80::37:62ff:fe9f:2659 prefixlen 64 scopeid 0x20<link> ether 02:37:62:9f:26:59 txqueuelen 1000 (Ethernet) RX packets 91820 bytes 7200391 (7.2 MB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 59295 bytes 73881197 (73.8 MB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
which seems to correspond to my internal IP, but when I try to
systemd-resolve --interface ens5 --set-dns 10.200.97.101 --set-domain za.tryhackme.com
I get
The specified interface ens5 is managed by systemd-networkd. Operation refused. Please configure DNS settings for systemd-networkd managed interfaces directly in their .network files.
(In AttackBox)

verbal cipher
#

3. Run nslookup tryhackme.com <THM DC IP> - This will verify that the THM Name server is active. If the PING worked but this does not, time to contact support here since something is wrong. I'd also suggest hitting the network reset button.

`nslookup tryhackme.com 10.200.97.101
Server: 10.200.97.101
Address: 10.200.97.101#53

** server can't find tryhackme.com: SERVFAIL`

I already reset the network and I still getting the same error

wooden minnow
#

Did you set the THMDC in resolve.config?

verbal cipher
#

How to do this?

wooden minnow
#

sudo nano /etc/resolve.conf

Put the nameserver on top.

verbal cipher
#

I set the DNS throug Network Manager.

#

`sudo cat /etc/resolv.conf

Generated by NetworkManager

search za.tryhackme.com
nameserver 10.200.97.101
nameserver 127.0.0.53
Previously I didn't havenameserver 10.200.97.101, now I've added it, but the error didn't gonslookup tryhackme.com 10.200.97.101
Server: 10.200.97.101
Address: 10.200.97.101#53

** server can't find tryhackme.com: SERVFAIL`

nslookup tryhackme.com 10.200.97.101 ;; connection timed out; no servers could be reached

verbal cipher
#

`python3 ntlm_passwordspray.py -u usernames.txt -f za.tryhackme.com -p Changeme123 -a http://ntlmauth.za.tryhackme.com/

Traceback (most recent call last):
File "/home/kali/ntlm_passwordspray.py", line 4, in <module>
from requests_ntlm import HttpNtlmAuth
ModuleNotFoundError: No module named 'requests_ntlm'`
😕

#

pip install requests Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: requests in /usr/lib/python3/dist-packages (2.28.1)

#

Does anyone know how to fix this?

limber grove
verbal cipher
worldly timber
#

I'm still having problems with the breachad interface...

#

The problem is, that it doesn't exist in the attackbox network

wooden minnow
hardy tulip
#

Task 6 : I'm having issues with the tftp command to get the bcd files :
Any clues to what I'm missing ?

hardy tulip
#

Solved : new .bcd files have been generated after restarting the network, and these can be downloaded via tftp

dreamy hamlet
#

i am not unable to connect to breachad.vpn

#

anyone know this issue?

undone knoll
dreamy hamlet
#

WORKED❤

#

Thanks @undone knoll

slate swanBOT
#

Gave +1 Rep to @undone knoll

undone knoll
#

You're welcome 🙂

cunning thorn
#

what is the solution?

woeful grove
#

I came here specifically to look for answers for the same question @dreamy hamlet ! Thank you @undone knoll !

slate swanBOT
#

Gave +1 Rep to @dreamy hamlet

fringe lagoon
#

sometimes I wonder what the point of teaching about outdated tools with no real world usage is 😅

undone knoll
fringe lagoon
#

yeah of course, I'm just saying since there's been a lot of instances of outdated content that I've seen, could've just put the updated version in the room

undone knoll
#

It's honestly very hard to keep up with new tools and what gets updated

#

Pretty sure the updated tool isn't by the same person even

fringe lagoon
#

hence the note

undone knoll
#

Yeah, I'm just also not sure the updated tool was out at the time

#

If something is outdated, try to find out whether there's a current version on GitHub, and sometimes you have to work with multiple versions because of compatibility issues

jolly fiber
#

Anybody setup this up with the Kali attack box?

#

The DNS is giving me a challenge

prisma thorn
#

one mistake I made with the DNS resolving is I was using the wrong IP address

#

systemd-resolve --interface breachad --set-dns $THMDCIP --set-domain za.tryhackme.com

#

in the above $THMDCIP should be the IP right below the THMDC computer in the network diagram

#

(from the kali attack box)

prisma thorn
#

need help

#

i have setup everything still throwing this error ERROR The requested URL could not be retrieved

#

why

#

!help

prisma thorn
#

changing the browser then it got fix

wild lake
#

I've been struggling for 2 hours, I tried it on 2 different computers and I still can't access this goddamn AD, it's complete bullshit, I'll stop trying.

daring musk
#

should I contact support? I'm able to ping the DC IP but not able to run nslookup with tryhackme.com in front.

undone knoll
#

Everything seems to be working fine, why are you trying to lookup tryhackme?

daring musk
daring musk
#

I'm on my own Kali installation, if that helps

#

Ok, so I ended up just adding the line
10.200.97.201 ntlmauth.za.tryhackme.com
to my /etc/hosts file, which is ridiculous considering the room doesn't even mention this.

wooden minnow
shadow viper
#

Hi! I facing some issue after i click join room, i cannot find start button under the diagram for start the lab, how can i solve it's. (try using chrome and firefox same issue).

wooden minnow
prisma thorn
#

so not sure where to go from here

#

probably just gonna try the attackbox

prisma thorn
#

jfc gonna just do HTB's Active Directory room lol

undone knoll
prisma thorn
#

I resolve issues when I can. I did everything I could, even used the solutions found in here and nothing worked. Went to the attackbox and it's barely working over there as well. Sure, researching is an important skill, but it's also a cop out for anyone who's responsible for creating something and just allows it to deteriorate

"just research bro"

#

I've spent hours on HTB having to research for a solution. I've never had to find my own solutions for a problem that isn't my responsibility

undone knoll
#

I did actually have the most issues with Breaching AD for some reason, the rest of the network rooms work fine. This is where I learned the most about active directory so far.

I'm trying to look around, I may have missed it, but if you've shared what you've tried so far, someone here might be able to help. It's just my personal opinion that bashing the platform isn't conducive to anything productive.

prisma thorn
#

how is offering a little bit of harsh, yet deserved, criticism bashing? is everyone supposed to only say nice things and ignore the parts of the platform that are subpar? If so then I apologize and I won't say anything mean anymore

olive lichen
#

Sorry, nano /etc/resolv.conf and add on top "nameserver 10.200.32.101" with the THMDC adress in the top ot the diagram. The other nameserver must be below
Kill openvpn and restart it
nslookup ntlmauth.za.tryhackme.com
Server: 10.200.32.101
Address: 10.200.32.101#53

Name: ntlmauth.za.tryhackme.com
Address: 10.200.32.201
You can add on /etc/hosts: 10.200.32.101 za.tryhackme.com

crisp geode
#

Please I need help, I have been able to connect to the breachingad VPN network and I have edited the DNS but I get the following error when I run the command. nslookup thmdc.za.tryhackme.com
;; communications error to 10.200.54.101#53: timed out
;; communications error to 10.200.54.101#53: timed out
;; communications error to 10.200.54.101#53: timed out
Server: 8.8.8.8
Address: 8.8.8.8#53

** server can't find thmdc.za.tryhackme.com: NXDOMAIN

olive lichen
#

Look at my post

wooden minnow
#

!docs verify

outer timberBOT
prisma thorn
#

yes

void trail
#

Can someone guide me how to connect to the breaching ad?

wooden minnow
#

VM or attackbox?

void trail
#

From VM

void trail
wooden minnow
#

you migh tneed to nano your VPN file and change dev breachad to dev tun

void trail
#

I did, before this change the vpn file did not work

#

And I can ping the THMDC but I can not nslookup on them

wooden minnow
wooden minnow
#

?

#

I edit /etc/resolv.conf and put the THMDC in first.

void trail
void trail
void trail
wooden minnow
#

can you cat /etc/resolv.conf

void trail
#

I didn't add anything here

void trail
wooden minnow
#

Whatever ip you have here

#

Place it at the top

void trail
wooden minnow
#

the URL?

wooden minnow
#

THMDC is the Domain Controller

void trail
wooden minnow
# void trail No, is not working

That's fine, that's all you need to access, you'll interact with the DC when you use the python script to bruteofrce the password.

#

Just work thorugh the materials and tasks and you'll be done.

void trail
#

Ok thank you!blobheart

#

And what happens when the number of days of access are left?

wooden minnow
#

You'll be kicked out, if this happens and you're not done you just re-join.

#

You have x days so that in active users can be kicked, as the network rooms run 24/7 and it would be wasted resources.

void trail
#

I understand

void trail
wooden minnow
void trail
wooden minnow
#

oops!

void trail
#

😂 no problem

void trail
wooden minnow
#

Right no, I'm in the middle of setting up a new VM.

void trail
#

Who should I contact for a little help? I posted on site-support and nobody answer😢

wooden minnow
#

They would just direct you here.

void trail
#

I tried also from the Attack Box and is worse, the THMDC is not reachable and the systemd-resolve command is not working...

wooden minnow
#

@long mural

What issue are you having?

long mural
#

done the changes in openvpn file from dev brachad to dev tun
vpn file connect, after that i add the nameserver of domain
but still not working i try to do via nslookup

wooden minnow
#

Can you verify your account please.

#

!docs verify

outer timberBOT
long mural
#

sure let do it first

wooden minnow
#

Now, can you send me a screenshot of

cat /etc/conf.resolv

long mural
#

sure

wooden minnow
#

Can you try nslook up in sudo?

long mural
#

nslookup <domain name here>?

wooden minnow
#

yeah, but chuck sudo in front

long mural
#

i think its working fine right?

wooden minnow
#

It's still using 192...

#

Oh!

#

Look at your syntax.

#

namserver 10.200.92.101

#

You've missed out an e.

long mural
#

sure let me change it quickly

#

Now is it working fine?

wooden minnow
#

That's progress.

#

Is your network running?

long mural
#

let me check first

#

yes runing

#

running

#

Now it did show any progress error

wooden minnow
#

That worked. 😄

long mural
#

thankyou so much for your valuable time

wooden minnow
#

Can you access <http://ntlmauth.za.tryhackme.com/> ?

long mural
#

sure let me check

#

can we become good friends?kekw

wooden minnow
#

kekw

I'll accept your friend request.

(I question DM's because people have asked me about unethical black hat stuff. OR because I'm im a room tester they mistake me for THM staff)

wooden minnow
long mural
void trail
#

What I see different is that I can not access /etc/resolv.conf without sudo and is a symlink, is looking like this:

void trail
wooden minnow
#

You need sudo to edit it.

void trail
wooden minnow
void trail
indigo garden
#

No matter what I do for task 7, when I try to scp the ma.db file I get a "./ma.db: Broken pipe" error.

half jetty
#

Hi guys,

If anyone have problem using burp suite with NTLM authentication, I'll share a solution

  1. Setup NTLM auth credentials
  2. Enable use of HTTP/1.1
void trail
# long mural sure let me check

Can you please explain me what steps did you follow to make the connection? I can't find the solution and the support is answering very hard

half jetty
#

This room is so struggling

#

Wasted a lot of time fixing weird issues

zenith sparrow
#

hey guys, I can't setup my Kali host for this room, I tried editing my IPV4 settings in the gui, also tried /etc/resolv.conf and it's not working

wooden minnow
#

Can you show a screenshot?

zenith sparrow
#
# Generated by NetworkManager
search za.tryhackme.com
nameserver 10.200.xx.101
nameserver 192.168.1.1
nameserver MYPERSONALIPV6
wooden minnow
#

Yes

zenith sparrow
#

maybe it is because my network is ipv6?

zenith sparrow
void trail
void trail
zenith sparrow
#

10.200.24.101

zenith sparrow
#

@void trail did it finally work for you?

#

mine's still not working

void trail
#

The problem is that the Attack Box is also not working for me :))

zenith sparrow
#

oh you paid for it and it's not working?

#

I got the room for free with the 7-days streak

#

do other AD rooms like enumerate AD work for you? Or is it the same problem?

restive furnace
#

does any one have issue regading breaching-ad machine

wooden minnow
#

Connecting:

If you're having an issue connecting to the room via OpenVPN.

  1. Download your VPN.
  2. Connect to it as normal (probably best you turn off the normal or VIP THM VPN)
  3. When connected use the command sudo nano /etc/resolv.conf, your conf should look at the attached screenshot, the ip will come from 10.200.xxx.101, the x's will be your subnet, this can be obtained from the THMDC.
  4. place the nameserver at the top, above all others, only then nslookup will work.

Attackbox

Steps are the exact same, Open the Attackbox inside the BreachAd room

#

Troubleshooting:

  1. If the communication cut out, just after you've started the server, wait 5-10 min(s)

  2. Website not working? Double check your using HTTP, the website won't work if you're trying to do HTTPS, if Firefox is making https the default, turn it off.

restive furnace
restive furnace
wooden minnow
#

Attackbox screenshot

restive furnace
restive furnace
outer timberBOT
wooden minnow
#

Can you verify your account?

restive furnace
wooden minnow
restive furnace
wooden minnow
wooden minnow
restive furnace
wooden minnow
wooden minnow
restive furnace
wooden minnow
restive furnace
wooden minnow
#
nameserver 10.200.20.101
search localdomain
etc```
restive furnace
#

here is the changes config and result.

wooden minnow
restive furnace
void trail
wooden minnow
restive furnace
#

no sir it had place me in same subnet.

wooden minnow
restive furnace
wooden minnow
restive furnace
void trail
#

You can nslookup but you can not acces the web server, right?

wooden minnow
#

They can't nslookup.

wooden minnow
void trail
#

Is about the first login pannel

wooden minnow
#

You never seen this?

void trail
#

No, and is not working also from the Attack Box

restive furnace
slate swanBOT
#

Gave +1 Rep to @wooden minnow

void trail
wooden minnow
zenith sparrow
zenith sparrow
#

Yes but I'll try to change the search line because I don't have exactly the same one

wooden minnow
#

Can you show a screenshot of what you do have?

zenith sparrow
#
# Generated by NetworkManager
search localdomain
nameserver 10.200.25.101
nameserver 192.168.0.10
nameserver fd0f:ee:b0::1
#

I can nslookup but can't access http://ntlmauth.za.tryhackme.com/

#

oh actually it's working with firefox

#

not with Chrome

wooden minnow
#

🙂 There we go.

void trail
#

Now I have a hope for me also😂

wooden minnow
#

There's been a few people not being able to connect to the breached room, @somber ledge

Are you able to pin this?

#breaching-ad message

void trail
#

@wooden minnow I am not sure if I have /etc/resolve.conf. I see your screenshots, on the first line I must have "Generated by NetworkManager". I don't have this.

#

I have this file instead

wooden minnow
void trail
#

Is that ok?

wooden minnow
#

Yeah

void trail
#

And what should I do now? Is the same problem, I can nslookup, but I can't reach the page

wooden minnow
#

Can you show a screenshot of the page.

void trail
#

This should be added in /etc/hosts?

wooden minnow
#

No, it doesn't need to be

wooden minnow
void trail
#

Yes, is http

#

I tried with Chronium also

wooden minnow
void trail
#

Ok

#

Join and wait 5 minutes, or wait 5 minutes and join?

wooden minnow
#

Wait 5 mins then join

void trail
wooden minnow
void trail
#

No, the ip is the same

#

The network did not restart

wooden minnow
#

Use the cog and leave again, lol

void trail
#

What is cog?

wooden minnow
#

You'll find it top right

void trail
#

I already did that...

wooden minnow
#

If you wait slightly longe,r it could put you in a new subnet.

void trail
#

I also added the ntlmauth in resolv.conf, is that ok?

#

I mean, in the instructions they mentioned that you need to nslookup on THMDC and then you can access ntlmauth

wooden minnow
#

Is it working now?

void trail
#

Oh wait, the network was stopped, let me check

void trail
wooden minnow
void trail
wooden minnow
void trail
#

Is http if this is why are you asking

wooden minnow
#

Just double checking, Firefox can be annoying and stick in https

#

Can you try a different browser?

void trail
#

This is Chronium, still not working

#

I appreciate your help, but I think the source of the problem is not this one

wooden minnow
#

Is that the website?

#

Try that one

void trail
#

Nope, didnt work

#

We can try with Attack Box if you want

ashen dock
#

I am not able to intercept NetNTLM challange using responder. I try more than 3 times and wait for more than 30 mins. Can someone Please help me

safe hound
#

guys ?

neon osprey
#

Everything is running. Network responds to pings. Responder NO LONGER WORKS. In my opinion, someone needs to go in and test and likely re-write the scheduled task.

#

I have tried it both on the attack box and my kali an left it running for more than 45 minutes...nothing. Also this is the second day I have tried to accomplish this.

#

@wooden minnow please let me know your ideas regarding responder. Thanks in advance.

slate swanBOT
#

Gave +1 Rep to @wooden minnow

wooden minnow
#

How long did you wait?

neon osprey
#

45 minutes on 3 different occasions...

#

That's great that it worked for you. I wonder what the difference is...

wooden minnow
#

Are you doing it now?

neon osprey
#

I moved on to EnumeratingAD

#

hmm... I'll try it again tomorrow morning. All I can think of is that I had two services that did not start on port 80 and 53, that is not pictured in you screen print...but I don't see how that would matter. Did you use the attackbox?

#

I already made sure my responder was up to date...yeah I'm at a loss.

wooden minnow
#

No, I used my VM.

neon osprey
#

Are you remoting in with the vpn package or are you already in the internal network?

#

I guess my fear is that my responder is not working...I've successfully used it quite a few times. I am even repeating this exercise in preparation for OSCP. Last time I had no trouble.

#

I'll have to test responder on another exercise, I guess.

#

Also, thanks for checking it out for me.

neon osprey
#

Okay, well all the boxes are checked. That's all I can think of. Thanks again. If I find the difference and get it to work for me, I'll report back

finite thicket
#

didnt realise this was a channel

finite thicket
#

ok I think it wasnt workign cos I didnt change my IP address in the $THMIP section lmao

wooden minnow
#

That will do it.

#

😄

#

If in doubt, check the pins.

neon osprey
#

I started this all over again in the AttackBox. I'm going to walk the dog and come back. Fingers crossed.

neon osprey
#

Nothing. Knowing when to move on will be my biggest challenge with the OSCP. So, moving on...

chrome iron
#

Whenever I try to download the OVPN config to connect to the Breachingad network it throws a 404. Also, when I launch an AttackBox I can't ping the THMDC IP as documented. Am I missing some part of the process?

wooden minnow
chrome iron
slate swanBOT
#

Gave +1 Rep to @wooden minnow

next sand
#

I am having the same issues with never getting anything with Responder. I have tried both with my own VM and with AttackBox. Waiting over an hour yields nothing.

grizzled glacier
#

you could try deleting the responder.db file and retry

ashen dock
#

I'M not able to connect to Breaching AD I am coonected to Ovpn and set the DNS server of THMDC also

grizzled glacier
#

I had to comment out my 192.168 address in my resolv.conf file or else I got recursion errors.

wooden minnow
next sand
slate swanBOT
#

Gave +1 Rep to @grizzled glacier

mystic berry
#

Hello I have problem to connect by breachindag.opvn from my kali machine...

wooden minnow
mystic berry
wooden minnow
#

Which file?

mystic berry
#

.opvn from THM

mystic berry
wooden minnow
mystic berry
wooden minnow
#

Or verify and submit a screenshot?

#

!docs verify

outer timberBOT
mystic berry
wooden minnow
mystic berry
ruby palm
#

hello there

#

someone experience or know why the nslookup wont work but Ping works when i try to ping the domain IP

trim mica
ruby palm
#

when i ping the IP it gives a response, but nslookup says not found

trim mica
#

also known as pinned messages in here

ruby palm
#

thx man

#

i have a look

#

sorry for disturbance

#

just bounced my head all night and day

trim mica
#

no problem and good luck

ruby palm
#

for this thing...

trim mica
#

worst case that subnet needs a reset

ruby palm
#

i have a look, if you dont hear from me again, it could be my moms spinache or i fixed it with your and the others help!

#

i hope it will be the 2cond

#

wtf bruh.. it works ?

#

i feel like i created frankenstein

final fjord
#

Hi All, do i need to update the configuration of the attack box to be able to connect to this website http://ntlmauth.za.tryhackme.com/. I just start the network and attack box but I am not able to get any information about this URL. Do I need to update any file or DNS related records, if yes, could you please share the steps with me?

ruby palm
#

someon experience with the ldap pass attacking task, where is gives the message "invalid credentials" the moment you have set up the slapd rogue access point

#

LDAP Connection failed: The supplied credential is invalid.

#

this is the exact respond i get

tough barn
#

Ive been looking for hours now so I guess I’ll break down and ask. So I installed slapd ldap-utils and sudo depkg-reconfigure and all of that. Made the olcSaslSecProps.ldif file and when I run ldapmodify command , I keep getting no mechanisms available , security flags do not match required, error. Sometimes it works but then I don’t get any mechanisms showing after ldap search. Just a dn: with a lot of emptiness . Anyone got a fix .

wooden minnow
tough barn
tough barn
#

I figured out the problem.

wooden minnow
#

What was it?

obtuse oriole
#

Hello! Several days I can't configure the DNS on this room: is it normal that I can't ping THMDC?

#

PING 10.200.24.201 (10.200.24.201) 56(84) bytes of data.
From 10.50.22.1 icmp_seq=1 Destination Host Unreachable
From 10.50.22.1 icmp_seq=2 Destination Host Unreachable
From 10.50.22.1 icmp_seq=3 Destination Host Unreachable

#

I already checked the pinned content

obtuse oriole
#

Already checked 2 times, reset 3 times.

obtuse oriole
#

Already tried the brick thing, I'll retry again

obtuse oriole
#

Do you confirm that even if the DNS setup is not set, we should be able to ping the IP of THMDC? I have the same problem on the Attackbox while applying the steps

obtuse oriole
#

I waited the end of the network timer and redid Start

wooden minnow
#

Try leaving the room, and waiting for a peroid and re-joining.

obtuse oriole
slate swanBOT
#

Gave +1 Rep to @wooden minnow

dense cedar
#

The patch for this issue is in a pull request today. So hopefully soon this is a problem of the past

obtuse oriole
slate swanBOT
#

Gave +1 Rep to @dense cedar

obtuse oriole
#

Hello! On the responder task, I waited 1h and no hash captured. I retried after deleting responder.db, but it's 20 mn I'm waiting and no hash captured. The command used is sudo responder -I tun0 , the interface matches with the one displayed by ip addr, and the VPN is activated for both tun0 and breachad

#

Am I doing something wrong? Is the scheduled task online?

quasi dome
obtuse oriole
quasi dome
obtuse oriole
obtuse oriole
#

I killed the 2 openvpn connections and only used the breachad one. ip addr lists the interface breachad but not tun0

#

Shouldn't I use the breachad interface instead of tun0?

#

For responder I mean

#

I'm testing it

obtuse oriole
#

Nothing in 22 minutes

#

Haha the network was stopped! Restarting it. I'm confident it will work (if the scheduled task is here)

obtuse oriole
#

It worked 🙂

#

Thanks @quasi dome for the tips

slate swanBOT
#

Gave +1 Rep to @quasi dome

thick crest
thick crest
wooden minnow
#

Yes.

undone knoll
#

Yes, it's a prerequisite for the room if you're not a paying subscriber

thick crest
#

ok

#

I'll make it these days 🙂

coral bay
#

Hey can anyone tell me the steps to connect

#

To the network

wooden minnow
coral bay
#

I tried, but i don't know where m missing

#

Thanks bro , m checking em..

west pine
#

Hey doing lie, the pin command but

#

Its not working

#

Any idea ?

#

Got this problem since few days ago ...

wooden minnow
wooden minnow
#

it's resolv.conf not resolve

west pine
#

I mean...

#

x)))

#

in your pin comment ^^

wooden minnow
west pine
#

You already helped a lot

#

maybe just edit it as nobody else get in thr trap 😉

wooden minnow
#

Already fixed 😉

west pine
#

Ill take a look if it will work like this

west pine
#

Working fine !!

lone osprey
#

I am currently unable to access the http://pxeboot.za.tryhackme.com website, as it displays a "server not found" error. Additionally, I'm unable to establish an SSH session using "ssh thm@THMJMP1.za.tryhackme.com" while using Microsoft Deployment Toolkit. I would greatly appreciate any expert suggestions or assistance to resolve these issues. Thank you in advance for your help.

west pine
#

And now its my VPN who is causing troubles x)

#

I cant connect to the VPN 😢

#

ANy idea ?

wooden minnow
#

Regen.

west pine
#

Already done

wooden minnow
#

Still not working?

#

Did you delete the old one?

west pine
#

Working now

#

Guess i just had to wait ^^

#

Arf

#

Tryes w/ python 3 and 2.7

#

And everything have been downloaded

#

Idk if its the machine,or m

wooden minnow
#

what is the error output?

west pine
#

None

#

Like

#

Nothing

#

It just do that x)

wooden minnow
#

It doesn't look like it's running at all

west pine
#

but im doing it with python

#

Thats strange

#

So no answers ?

wooden minnow
#

Can you cat the python file?

west pine
#

The python file is exactly the one given

muted kernel
#

Hi folks, I've been facing issues with the breaching AD room. I'm using my own machine to connect to the breachAD network. The site then asks me to change my DNS settings using the follwoing command systemd-resolve --interface breachad --set-dns $THMDCIP --set-domain za.tryhackme.com , but the kali linux throws an error systemd-resolve: command not found .

I googled about this and someone said that the systemd-resolve has been replaced by resolvectl. Can someone please help me with this!!!

#

pls dm or mention me if you have an answer with regards to this

undone knoll
slate swanBOT
#

Gave +1 Rep to @undone knoll

muted kernel
#

Ok so I have been trying to access the AD Breaching room for the past couple of days. I am using a Kali VM in VirtualBox. I edited the resolv.conf file and added the nameserver to the top of the list. This helped me with the nsloookup thmdc.za.tryhackme.com and the domain got resolved properly on the terminal. But whenever I enter the same domain in the browser it throws an error that we're having trouble finding that site. I even reset the network, but nothing seems to be working. Any help or channels where I can let the moderators/admins know about this??

#

ok so entering the site manually in /etc/hosts did solve my probleme but I don't think this is the intended method

wooden minnow
#

Which subnet are you in?

muted kernel
#

10.200.92.101

muted kernel
#

What do you recon could be the reason @wooden minnow ??

wooden minnow
#

Could be a dead subnet.

muted kernel
#

@wooden minnow

#

@dense cedar can you help me trace the problem ?

muted kernel
wooden minnow
#

Which task are you on?

muted kernel
#

pxe one

#

Task 6

wooden minnow
#

Did you check pins

#

@cosmic kite

#

I meant pins

#

In this channel

spice prawn
#

anyone know how to hack roblox accounts?

cosmic kite
slate swanBOT
#

Gave +1 Rep to @wooden minnow

wooden minnow
#

state your subnet, other people might reset it for you, or vote yourself every 30 min(s)

slate swanBOT
#

Gave +1 Rep to @wooden minnow

prisma thorn
#

Hey Guys I am stuck in BreachingAD on Task5 because there is no more diskspace left. What can I do?

wooden minnow
#

Are you on the attackbox?

prisma thorn
#

Its Task6 sorry 😄

wooden minnow
#

Is this on your VM?

prisma thorn
#

No, you need to ssh into the machine THMJMP1.za.tryhackme.com and make a new direcotry with your user and download from the PXE server. Currently I cant even make a new direcotry cause no more space

dense cedar
# prisma thorn

This might require a network reset, too many users have then extract the PXE image. You could also just look to use the image that another user downloaded in their directory

prisma thorn
#

Yes that was my intention but then I got this:

#

It cant even write a history txt file

dense cedar
# prisma thorn Yes that was my intention but then I got this:

Mmm, I think it is then going to need a reset sadly since it is even too full to read files. There is a script that should flush the entries every 60 minutes, but it can fail. You can send me your remote IP (in your OVPN file) and I can try to take a look for you

prisma thorn
#

I managed to execute the powershell and find the location of the wim file. I am not gonna download anything and using the resources that are downloaded already. Can I come back to you if I get stuck again? 😄

prisma thorn
#

Thanks for the help! @dense cedar

slate swanBOT
#

Gave +1 Rep to @dense cedar

prisma thorn
#

For anyone stuck at the same part atm I used the "Wally" folder there are all the files you need. And you dont have to download anything.

mossy stump
#

Task5 I set the dns and wait with responder on tun0 but no capture ever appears

wooden minnow
#

Is the with responder ?

mossy stump
#

sudo responder -I tun0 is the command. And it says I should receive a SMBv2 Connection in up to 30 minutes

wooden minnow
#

Should be faster than that.

Usually is.

#

Might need to reset the network

prisma thorn
#

Breaching ad network is very slow for me and sometimes it is not reachable at all

exotic vessel
#

@wooden minnow I tried the exact steps from the pinned message, but still not able to configure properly. I am getting the message saying "server can't find thmdc.za.tryhackme.com: NXDOMAIN
"

wooden minnow
#

!docs verify

outer timberBOT
wooden minnow
exotic vessel
slate swanBOT
#

Gave +1 Rep to @wooden minnow

peak dove
#

hi guys im having issue connecting using kali attackbox

#

┌──(root㉿kali)-[~]
└─# nano /etc/resolv.conf

┌──(root㉿kali)-[~]
└─# cat /etc/resolv.conf

Generated by NetworkManager

search localdomain
nameserver 10.200.55.101
nameserver 8.8.8.8

┌──(root㉿kali)-[~]
└─# systemctl restart NetworkManager

┌──(root㉿kali)-[~]
└─# nslookup thmdc.za.tryhackme.com
;; communications error to 10.200.55.101#53: timed out
;; communications error to 10.200.55.101#53: timed out
;; communications error to 10.200.55.101#53: timed out
Server: 8.8.8.8
Address: 8.8.8.8#53

** server can't find thmdc.za.tryhackme.com: NXDOMAIN

viscid tundra
#

Hey guys! Anyone here done the room and uses Arch? I have followed Arch wiki for setting up an openldap server, but I could not downgrade the suite to utilise the 'PLAIN,LOGIN'. Any LDAP gurus here?

#

Also, I am experiencing TFTP problem with "breachingAD" room, Task6.

I managed too pull the BCD file, but I am unable to GET the .wim file, I get 'Connect Request Failed' . Now I can't even pull the bcd file, as I get the same error.

Quick google tells me that this is server side TFTP problem.
Anything I can do, other than vote to reset the network and wait some 5 hours...?

untold vale
#

hi guys

#

I'm trying to crack the NTLMv2 hash that I got from responder and no matter what I do it always output "Exhausted"

wooden minnow
#

Are you doing the full hash?

untold vale
#

I'm using the passwordlist.txt file

wooden minnow
#

Or chopping a part off?

untold vale
#

yes the whole row

#

with the username and all

#

Can I post here the whole hash ?

wooden minnow
#

Yes, include spoilers please.

untold vale
#

How do I do it ?

#

the spolier part

wooden minnow
#

Yeah, that's the hash.

#

What syntax are you using for the hashcat?

untold vale
#

the same as mentioned: hashcat -m 5600 lsntlmv2_svcFileCopy2.txt ~/Downloads/passwordlist.txt --force

wooden minnow
#

strange..

Mine justr worked.

#

Your hash is different from mine...

untold vale
#

hmmm so thats the problem

#

but how

#

if its the same user

wooden minnow
#

Ah, I have an idea.

#

check your hash, do you have any spaces?

#

Because I copied your to try, and when I copied and pasted, you had line breaks

untold vale
#

Thanks you were right

#

instead of the previous one

wooden minnow
#

🙂

You get it now?

untold vale
#

yes thank you 😄

wooden minnow
#

🙂 Excellent, can you please delete your two previous please, so we don't spoil it for others. 🙂

untold vale
#

Done, thank you 😄

wooden minnow
slate swanBOT
#

Gave +1 Rep to @untold vale

untold vale
#

Hi

#

Im doing Task 6 and I cant connect to the server

#

to download the PXE image via tftp

#

||tftp -i 10.200.55.201 GET "\Tmp\x64{C9AB627F-9759-435F-8229-5C4B3F8688FF}.bcd" px eboot.wim Connect request failed||

hearty sequoia
#

Someone can please vote for Reset only one more vote required

trim mica
hearty sequoia
#

Oh sorry it is 92

trim mica
slate swanBOT
#

Gave +1 Rep to @hearty sequoia

hearty sequoia
hearty sequoia
#

I waited for network to get stopped and I started it again and now luckily it is working.

bright nimbus
#

does anyone have time to help me connected to the network? been trying for 1 hour and cant get it to work

wooden minnow
bright nimbus
#

just did, everything look correct if im not missunderstand anything

wooden minnow
#

!docs verify

outer timberBOT
wooden minnow
#

can you verify asnd provide screensdhots?

bright nimbus
wooden minnow
#

Are you running the breachad VPN?

bright nimbus
#

yes and connected

wooden minnow
#

Can you do ip a s please.

bright nimbus
wooden minnow
#

Can you visit the link In the task?

Nslookup can be a bum.

bright nimbus
#

no, this one right http://ntlmauth.za.tryhackme.com?

#

btw im on a kali, not the attackbox

wooden minnow
#

That won't matter. 🙂

#

But yes, that website

bright nimbus
#

have a new error now
not sure that better

wooden minnow
#

You don't need to do that part.

bright nimbus
#

no

wooden minnow
#

which subnet are you on?

#

You'll get it there.

bright nimbus
#

10.50.24.29/26

wooden minnow
#

Nah, that's your own.

I'm interested in the THMDC.

#

Is the network state running?

bright nimbus
#

yes

wooden minnow
#

Ok, let's try leaving the room

Press the cog and leave the room for 5 min(s)

bright nimbus
#

will do

wooden minnow
#

@bright nimbus How are you getting on now?

bright nimbus
#

took a dinner break, will try again now, let you know how it goes

#

ey it works, thanks for the help @wooden minnow

slate swanBOT
#

Gave +1 Rep to @wooden minnow

wooden minnow
weak yoke
#

Hi Guys, need some support, regrading an issue I have been facing for a while now, I started learning active directory after covering the basics I tried to join the "Breaching AD" room, whenever I try to join, it redirects to "My Rooms" of my profile whithout letting me join the room. Any advice?

dense cedar
weak yoke
polar mango
#

Hi, am I the only one misunderstanding the "DNS debug" part in the first task of Breaching AD ? Or is it outdated ?

It's quite treacherous and confusing to say "use nslookup tryhackme.com" and you're supposed getting the same answer than "nslookup tryhackme.com [DC IP]", I have literally taken several hours debugging my DNS config before finally understanding that everything was just fine : you can't get the same result by using the BreachAD network DC and not, your resolver doesn't look at the same domain name...

It would have been better saying "use nslookup za.tryhackme.com [DC IP]" and next "use nslookup za.tryhackme.com" OR "use nslookup tryhackme.com 1.1.1.1 or other public dns server" and "nslookup tryhackme.com"

Anyway, positive point : you understand more how DNS works after being mad about this 😅

open anvil
#

(I had access a few minutes ago)

open anvil
#

if you have solution tell me

night totem
#

can you ping it?

open anvil
#

yes

night totem
#

what does nmap say about it?

open anvil
#

wait, what do you want me to ping ?*

#

the website ? or dc

#

this is my configuration btw about what i already saw

open anvil
night totem
#

that says thmdc?

#

different from ntlm auth?

open anvil
night totem
#

that's what that says it is

#

soooo where is ntlmauth?

open anvil
#

sorry, but what do you mean, i don't understand

dense cedar
#

Hi all, the Breaching AD network has received updates. These will help improve overall stability of the network and allow us to closer monitor each subnet. Updates will be applied to the hosts in your subnet once it resets. You can vote reset to have these changes applied.

weak yoke
# open anvil sorry, but what do you mean, i don't understand

since you are using kali, there is an issue, I solved it after few googling around : you have to edit the following file sudo nano '/etc/systemd/resolved.conf' and then try changing the '#DNS=' line to 'DNS={thmdc ip}' in '/etc/systemd/resolved.conf' . thmdc is the dns ip that we are meant to use.

#

also use firefox incognito mode to visit the site, chrome does not work

wooden minnow
#

Chrome works for me.

weak yoke
#

@old plinth please pin my message as well, for those who are using kali, it will help them, since /etc/resolv.conf resets the nameserver

wooden minnow
weak yoke
#

anyone else loosing connection while doing MSDT section of the room while connected via ssh?

wooden minnow
#

sudo ip link set dev tun0 mtu 1200

Try that command in a new terminal.

weak yoke
slate swanBOT
#

Gave +1 Rep to @wooden minnow

wooden minnow
weak yoke
#

completed the room, it was fun to learn. There is sooo much to learn about active directory

woven shadow
#

For some reason I cant join the Breach AD room; it redirects me to /rooms directory when I click on Join Room and it stays unjoined

sage knot
woven shadow
sage knot
woven shadow
sage knot
#

Ah yeah, don't think it shows up on the room search area

#

Can be a bit confusing

woven shadow
#

It should not show the join button, anyways, the image you shared helps. Thanks

sage knot
#

np

weak yoke
#

I had the same issue

orchid plover
#

Hi Guys, I am stuck with Task 4 (LDAP Bind Credentials) of this room. I can not see the password of the printer. I think that the ldap server still considers the domain name as the default one of the hosted rogue ldap server (eu-west...) which i changed during configuration to "za.tryhackme.com" for sure as tcpdump shows this in the end of the IPs of the printer and the breachad interface. Anyone who had the same issue?

eager grail
#

Hello everyone,
Little problem on the room, I'm on task number 6, where we have to download the ".bcd" via TFTP, but the program replies as follows:

What should I do to solve the problem?
Thanks 🙂

wooden minnow
#

That could take a reset to fix,

Maybe @dense cedar can advise.

dense cedar
wooden minnow
#

I'll take a note of that too so I don't ping you for it 🙂

steady gull
#

Question: Doing "Intercepting NetNTLM Challenge" what VPN do I have to use the "breachad" or the other one?

exotic moth
#

hi, i need help

#

i cant access this site

#

ok i solved it😁

#

YOU MUST CHECK YOU THMDC IP in the configurations

#

you will see the old ip for the THMDC in the NetworkManger in your virtal machine
so you MUST change it

steady gull
#

Is the server runniing?

#

I can't get an IP

wooden minnow
#

Hello, can you please tell me your subnet.

#

And I can have a look.

steady gull
#

50

wooden minnow
#

Ok, bare with me.

#

Yup, everything on your network is running good.

steady gull
#

I got "2023-09-18 13:47:15 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
2023-09-18 13:47:15 TLS Error: TLS handshake failed
2023-09-18 13:47:15 SIGUSR1[soft,tls-error] received, process restarting
2023-09-18 13:47:15 Restart pause, 8 second(s)
"
but not IP

#

It's a loop

wooden minnow
#

That looks like your end.

steady gull
#

what do you mean?

wooden minnow
#

TLS handshake error is a problem on your network, not THM's.

steady gull
#

I'll check out

steady gull
#

thx

#

BTW Now I don't have tunX adapter

wooden minnow
#

You should have a breachad one instead.

steady gull
steady gull
#

task 5

wooden minnow
#

Just replace the tun0 with the interface you now have.

steady gull
#

I got "[!] Error starting TCP server on port 389, check permissions or other servers running."

wooden minnow
#

Do you have something else running?

steady gull
#

I don't think so. I've just reboot the machine

#

doesn't mind it works

wooden minnow
steady gull
#

👍

stray summit
#

I can ping the DC IP but there seems to be no DNS running on port 53 nor does nslookup resolve in anything besides a time out

wooden minnow
stray summit
#

Just recently reset the network will check in a few minutes

wooden minnow
#

I think that seems to be dead.

Can you use the cod up the top right and leave the room for 5 mins.

stray summit
#

Left the room. Will I need to regenerate a new VPN config in 5 minutes?

wooden minnow
#

No, you shouldn't need to.

stray summit
#

Still can't get the DNS working, a normal nmap on the DC does give no results however a thorough scan does result in a 53 port for DNS. I do not run Kali but I do use NetworkManager so I've set it up following the instructions. Maybe I'm doing something wrong but it is setup as primary DNS server which I definitely feel when browsing the internet. The pinging is working.

wooden minnow
#

Are you still in subnet 53?

steady gull
#

Hey, I'm having some trouble to run "Import-Module .\PowerPXE.ps1". Any help?