text stringlengths 4 952 | start float64 0 9.37k | duration float64 0 0 | meta dict |
|---|---|---|---|
It does work. So, you can do it either way. Um, sometimes I just don't like putting the reverse shell payload in an argument because sometimes it is uh processed poorly. I thought I could just um like do it as a file and then make it a bit easier, but that doesn't work, right? Um and I'm sure if I did this also, it won... | 1,147.679 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
Yeah, because what that does, it just passes in the temporary location of it because what it's doing is running this command and then creating a fake file for it. Um, at the end of the video, I think I can show this. I'm actually surprised this didn't work, but um, yeah, I don't know. So, we do get a shell. Hopefully, ... | 1,183.679 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
If you try to put everything in one payload, like that whole bash command, you don't know if the uh firewall blocked you. You don't know if you have bad characters in your payload. It just introduces a lot of unknowns, right? So that's why I like just breaking up into multiple parts because if it fails, I know, oh, it ... | 1,233.84 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
username is enzo so if we can't etsy pass wd um we don't really see the Enzo user because we're in the container. Um, I'm going to check if Enzo exists on the box, right? We did have Nuclear tell us passwords could log in and we have a password. So, let's do planning.htb accept that. Put in the password and we get logg... | 1,286.559 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
So, the first thing I always like doing is just checking the pseudo because I have the password for this Enzo user. I can't find any or I can't run anything with pseudo. So, let's do a find. And we have a user.ext. So, we could get the flag from here. Uh, there is a history file of less. And I think that may just be be... | 1,313.12 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
we can only see um what our user has access to. So let's see. I like also looking at the ports open on the box. So, let's see. We have 80, which is the web server. We knew that there's a port 8,000 and 3000. Normally, I'd look at the PS output command and see if I can figure out what process is using what port, but we ... | 1,369.84 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
And we see graphana is in the engine x directory pointed there. Right? You could also just do curls. So if we do a curl- i um 127001 3000, this is going to show us the headers. Uh we find a 302 found it redirects us to /lo. Um if we remembered from our box, that's what Graphfana did, but we could follow it. So, if we j... | 1,403.76 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
And I know it's not using engine X because um I would have seen that in like the engine X config, right? When we did the GP for 3000, it found it in um sites enabled and this default there was a 3000 here, but nothing's passing us to 8,000. So let's go ver dubdubdubdub. Uh we have web. Uh we could let's see look at ind... | 1,448.4 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
what else do we have? Another place that's common to run websites is the opt directory. And we have an opt cron tabs. | 1,534.64 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
So if I look at cron tabs, we do have a cron tab db. If I just cat this um we have some entries, right? Uh graphana backup user bin docka uh docker. Let's see. Maybe it's just easy if I copy this. V cron tabs.json because this looks like JSON data. Cat this jq dot. There we go. easier to view. So we can see two crrons ... | 1,542.08 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
year. We also have this cron tab UI of February 28th. So, this is probably going to be related to that cron tab file, right? Um, we can't read this file, but I'm guessing inside of this file is going to be listened on port 8000, and it probably has some type of credentials or something, right? Uh, so let's see. If we l... | 1,608.799 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
I'm going to do is if the first thing on a line you type um is squiggly C, it should drop you in this interactive prompt. And I'm going to listen on port uh we'll do 801 because my web server is already listening on port 8000 and we're forward to 127001 8000. So anything on my box on port 800001 is going to forward it ... | 1,674.64 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
And I'm going to say shell and the command I'll do um bash- c- i dev tcp 101048 90001 and one like that. Um, let's make sure we are listening on 9,0001. Save this. I'm going to click run now. | 1,729.36 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
Yes to run the crown. And did I typo something? B- c- i devtcp1010480. Okay, there we go. We have a shell. I guess it just took a second. So if I do cdroot, we can get root.ext. | 1,752 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
Um, one thing I don't like is manly trying a bunch of usernames for a login, right? | 1,771.76 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
And a lot of tools just do the um login brute force like Hydra makes this really easy. It's a pretty old tool, not really updated anymore, but I figured this is a good thing to um show the fuff in coders, right? Because we could do this ourself. Um and I think it's a good learning opportunity. So, let's just say uh we ... | 1,778 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
And let's make sure we are intercepting. Sign in. And we have the login form here. So, HTTP authentication, it does basic. And then this is B 64 encoded. We can see decoded. It puts the username colon the password. So, I'm going to do is copy this request to a file. And I'm going to call this login.request. And then we... | 1,848.32 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
We want to say the protocol is HTTP because it defaults to HTTPS. And then the word list. Um, let's create a custom word list. So we do v um users.ext. We'll say IPSAC admin Enzo root please subscribe um encoders for the win. Sure, that's fine. So if we say users.ext and then I think that's all we need. Um, login. | 1,889.2 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
Let's see. Request request proto. I kind of expected to see lines. Um, let's see. Match all responses. | 1,927.6 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
Let's see. Match code. So, we can say MC all. Is that going to show me everything? Uh, status 401. | 1,949.679 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
I was kind of hoping. | 1,962.72 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
Is it fuzz? Okay. Fuzz, not fuff. There we go. Um, we see it attempting each one of these, right? So, what we have to do is part our username colon the password and B 64 encode it. So, I'm going to um use that thing we showed earlier in the video. So, I'm going to do this. And what this is going to do is create a tempo... | 1,970.559 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
Not that. Um, let's go back. | 2,009.279 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
Uh, where is it? Uh, right here. Right. User.ext. | 2,014.399 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
So said search for line break and then replace it with colon and the password. | 2,021.679 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
Um, we saw that here, right? I was in op catron tab cron tab db. Okay. So we do this and end uh we need to specify the file users.ext. | 2,030.64 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
There we go. So what we have done is put a username colon the password for every line. Right? If you don't know exactly how this works, again, it runs this command, creates a temporary file. So when something reads that temporary file, um, it does that, right? I can kind of show that if we do echo this, it's dev file d... | 2,053.44 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
So what we want to do now is use the encoder. So we have um fuff has encoders. So we could like URL encode something. We can base 64 encode. We want a B 64 encode. So we'll doc and then we specify what our um replacement character is, right? And then login.reest replacement is fuzz. | 2,084.8 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
So I'm going to do encoder fuzz and then colon b 64 encode. So that's going to say is every word this is B 64 encoded after you do the word list replacement. | 2,112.32 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
And there we have it. We have this and we see 401 401 401200. | 2,124.24 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
So we could have also done a filter code 401. So it hides all that. And then we only get this as the result. And then if we echo this B 64 decode it, we get the username. So, that's how you could do a username brute force with FUF. It's probably much easier just to use Hydra. | 2,129.68 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
Um, but if you wanted to go the hard way and just use Fuff because you know Fuff well, that's how you could do it. So, um, hopefully I didn't really confuse you going, um, crazy and doing things this way. Um, yeah. So take care and I will see you all next | 2,150.079 | 0 | {
"video_id": "eS176ucdzhY",
"title": "HackTheBox - Planning",
"url": "https://www.youtube.com/watch?v=eS176ucdzhY"
} |
What's going on YouTube? This is IPSC and we're doing puppy from hack the box which is a box I really enjoy primarily because I think many people overlook pillaging dappy protected files within user directories and that is a thing at the end of this box. Anyways, it starts off with a set of credentials because it's an ... | 0.16 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
backup that has Steph's credential, and Steph also has a domain admin account. Logging into the low privilege account, we can see she has credentials stored with the Papy. Since we have her password, we can decrypt the Dappy blob, which gains us access to the credential of domain admin. So with that being said, let's j... | 42.16 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
active directory. And we have the domain aspy.htb. And I'm surprised we don't have like the box name anywhere. Uh, so let's just go ahead and add this real quick. So, I'm going to do a pseudo vty host. And then we can add 10 10 1170 puppy.htb. Save that. And let's see. Do we get the machine name anywhere? It doesn't lo... | 87.52 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Kerberos, um, NFS, and Active Directory. So, let's go ahead and let's see what do we want to start with. Um, I'm going to get the host name of the box with just net exec. | 141.28 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
So, we can do net exec SMB 1010170. And I actually think SMB is after the IP address. Uh, does that look right? No, I had it right the first time. So, net exec SMB IP. And this is going to make an SMB connection. And we can see the name is DC. Uh version one's disabled, null authentication is true, and signing is enabl... | 153.2 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
And then I'm going to take a look at NFS first because that is the unique thing about this box. It is also an assumed breach box. So, we start out with credentials, but I'm just going to do a show mount and we'll do dash e for show exports on 1010 1170. And it just hangs. We could let this finish, but I'm going to kill... | 197.84 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
does. So let's go ton zero. Run this request again. And here we go. We see the port map. And then down here we just have um failure to connect. It's sending a reject message to us. And if I look at this, the destination port is zero. If I look at like the port map, this is the server talking back to us. Um it looks lik... | 250.159 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
know how to pronounce that name, but Levy James and then put this password in. So, I'm just going to cat this and we can say net exec SMB 1010 1170 user password is going to be king of I have it on my clipboard actually. There we go. And whenever it has a special character, I like putting it in single quotes just so it... | 306.479 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
So, what can we do here? we can like look at the file shares. So if we do d-shares um this should tell us what shares are open looks like let's see come on uh we have read access to IPC net login sysvol so all the default ones there is a dev share so it's dev share for puppy devs we don't have any access to it but keep... | 333.84 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Uh, that's off my clipboard now. So, I'm just going to put it back on. | 371.36 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Copy. Paste. There we go. So, that's going to create all the files we need to run Blood Hound. So, I'm going to start that up. And we can say docker compose up-d. | 377.68 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
And that's going to start Blood Hound. Look back here when we see the export list is nothing. What the export list is, it shows all the um like file shares that are available, right? And we don't have anything. So, we can't mount anything over NFS. We can do show mount- a. And if this is configured correctly, what woul... | 390.56 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Um, but I think this also will return nothing. And if we go to Wireshark, it has the same behavior. does the port map request, something fails, and then we just try connecting to port zero a bunch and eventually um we make the request and it does a reply. Don't know exactly what's going on. Uh what's the destination po... | 415.919 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
2049. So not 2048, 2049 is the destination port it's supposed to be talking to. So just going to let that run. Let's see. We have Blood Hound enumeration data. So let's go to localhost 8088. | 435.28 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
log in and then we can upload the blood hound data. So let's go to um administration upload files and then let's upload all of these and it can take some time to run. So, while that goes, let's see what else could we do. Um, we could do a curb roast, right? | 449.599 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
So, if we go back to the net exec, I can say ladap, I think it's d- kerar roast or something. Um, curb ker roasting. So, we could try this. | 470.96 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Uh, copy. Yep. Run this. And it wants a file name. So, we'll do curb text maybe. I don't know. Um, let's see. Uh, nothing is coar roastable. So, we don't have anything there. Going back, it looks like our blood hound has ingested. So, let's go over to explorer and then we can just go to our user um, Levy James or Levi,... | 484.16 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
fileshare. But what I'm also going to do is look at this. And we don't have any outbound control over here. So if we add oursel developers, we don't have any extra active directory permissions. At least that blood hound's telling us. We can look at the members. And here they are. A Edwards, Adam Silver, and Jamie Willi... | 545.76 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
htb domain puppy.htb. I don't know if we have to specify both of them. Uh u levy jamesp. Make sure we copy this password again. So cat creds. | 576 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Copy. I'm always copying it because I fat fingered this password so many times with like a capital O and of. So always easier just to copy and paste. And then we want to add oursel to it. So I'm going to do add then group member. And this is case sensitive. If you don't know all the syntax, you can just do like dash h ... | 589.6 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
So, add and then group member. And this is case sensitive. If you have like a lowercase m, it will say it it's not a command, which is annoying. Uh, let's add oursel to the developers group. And the user we want to add is going to be herself. We can add anyone, but we only have credentials to ourel. | 617.2 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
So that's why we're going to do that. How to do that. And now if I list the shares, let's see what we have. I'm just going to start typing my SMB client command down here. Uh we can say Levy James at puppyhb 1010 1170 and dev. And we have read access. | 635.519 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
put this password in. And I clicked something. So that went into my clipboard. Annoying. | 661.36 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Copy. Paste this. And then let's do a diir. And we have a keypass database. So I'm going to do a get recovery.kdbx. | 667.76 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
We can go into projects. Do a diir. And there's nothing here. Um, see diir-h. It's like a force command. I forget exactly how to um look for hidden files, but I don't think there's any here. Uh, we did do a uh get on recovery. So, we downloaded that KeyPass database. So, let's exit that. And I'm going to run is it keyp... | 682.399 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
So this is going to be John. There support keypass. | 732.24 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Let's see is here. | 738.8 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
So it looks like they have closed the issue. So John the ripper does support it. Um let's see. Key pass to John GitHub. Let's see if we can find the updated script to get a hash. | 747.12 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
This looks like probably it. See the last time this was modified probably going to be within six months ago or last month. So let's go ahead and run this. | 759.279 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
And let's do a Python 3 key pass to John recovery. And there we go. We have the hash. So I'm going to go over to the Kraken. So we can do sh Kraken. And then if I went to hashcat, let's do v hashes uh puppy dot keypass. I guess I'll call it. It doesn't want the file name first. We could do the d- username for it to ign... | 772.72 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
And it's not going to be able to crack it. If we searched on um GitHub, hashcat doesn't support this mode yet. It's probably coming soon. So, we have to use John the Ripper. And I've already updated my John. And that is in op john. I think run. | 808.079 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
And then we can do a dot slash john-w for word list. I think it's like equal. | 825.44 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
It's got weird syntax. Um, let's see. Uh, let's see. Less hashcat. Uh, it's going to be hashes puppy.key pass. Let's just save this. Dot slash John word list is equal to op uh word list rocku.ext and then the keypass file uh does not exist. Is it just word list? There we go. So, this is going to start um cracking the f... | 830.88 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
And let's see. We want to um open IPSAC puppy recovery um KDBX and then type in the password of Liverpool unlock. And there we go. We have um successfully open this. So we have potentially credentials for Adam Silver. If we look click on show, we see something here. So I'm going to cancel out of this. And I'm going to ... | 892.399 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
I'm just going to create a passwords.ext text and we're going to copy everyone's password manually. Um, we could do like a one for one of like copy the username and one file copy the password and then test each one, but I'm just going to test every password for every user to see um which ones are still active. | 920.639 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
So, let's go ahead and copy this, paste them all, and then we got to get a list of usernames. And we could use like net exec with the d- users, but we already have that data from um our blood hound. So I'm just going to grab that. So we're going to look at this JSON file and let's see what we need. We need to go in dat... | 941.519 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
um username Levy is it James? | 1,012.32 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
I was going to dump the password policy, right? because right now we could be locking out accounts because we tried a um lot of password attempts per user. So you should always look at the password policy before doing a brute force like this, right? So we could go like this and then I think it's like d-passpaul or some... | 1,018.56 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Yep. D-pass Paul. So we could look at the password policy. | 1,042.959 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Confirm lockouts are disabled. Right, that is what you should do before just blindly brute forcing. Um, let's see. | 1,049.12 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Password complexity lockout admins minimum reset account threshold none. So, it doesn't lock out accounts after X attempts. | 1,056.88 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
So, looking over this, let's see. We have a bunch of login failures, but we do have success. Ant Edwards and the password is Ant-Man 2025. So, let's go ahead and copy this, go back over to our Blood Hound data, look at Aunt Edwards, and see what we have. So, I'm going to click on him. We could just for the sake of it a... | 1,069.919 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
going to be able to log in. If any like services use that password, they may go down, things like that. Changing passwords always a last resort. If this was on an engagement, I'd probably be a little more patient and update the script path object of that user. That's what is going to be executed whenever they log in. S... | 1,127.679 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
And at the end of the video, once we pawned it, we'll look at the password history and reset their password to the old one. Um I think that's the best thing to do. But now, let's go ahead and um change Adam Silver's password. Uh and we can also see what they can do, right? | 1,158.88 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Let's see. Member of inbound. Um nothing there. Let's see. They're a member of let's see what groups remote management. So we'd at least have a winrm if we access them. So uh let's go ahead and start this. And I will be using bloody ad. But before we do that, let's go ahead and add the um password to our creds.ext. Rig... | 1,175.2 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Um, username Ant Edwards. The password is going to be Ant-Man 2025 bank. And then we want to set the password for who is it? Um, Adam.s. So, Adams and then whatever we want the password to be. And again, not OBSC, but we'll set this password changed successfully. So, let's go back to net exec. And then we can try this.... | 1,225.84 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
um - F. We'll do account disable on Adam Silver. There we go. Property flag removed from their UAC. So let's go ahead and test out this net exec command again and let's see it should authenticate us. There we go. So now let's just use evil winrm to log in. So we'll do evil winrm put that as a dash i and we should get a... | 1,305.6 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
what's going on. Maybe try to find out where NFS is. We have this like storage reports directory. So, that's also interesting. There's just some odd things about this, but backups normally the first thing I try to pull because you can often find credentials and backups and things like that. So, um, it's taking a little... | 1,374.24 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Get this command back and then make make another connection so we can do two things at once. That would be awesome. | 1,395.52 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
But watch, by the time I did this, it's Oh, not done downloading yet. Um, did not save any time. Uh, but let's go ahead and unzip this back up. I'm going to make a directory backup. Let's move it in. And the reason why I always do this is if you unzip files, um, every now and then, like, um, it unzips the current worki... | 1,400.96 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Uh, we have NMS Oconfig XML back. So, let's go ahead and take a look at this. | 1,432.4 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
And let's see. Uh, we have another set of credentials. Steph Cooper and Chef Stef 2025. So, if I do a net exec um, let's do SMB Steph Cooper password of chefstaff 2025. | 1,438.24 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
And we forgot the target. There we go. | 1,456.4 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Let's see. Um 10. That's weird. I screwed something up here. | 1,461.919 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
I don't know what I did. | 1,477.84 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
NXC SMB 1010 11170-UP P What is going on? Ping 1010 1170. | 1,484.48 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
I can ping it. | 1,497.039 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Let's see. | 1,502.48 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
We've authenticated here. | 1,507.679 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Steph Cooper password. | 1,513.2 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
I must have a typo that I am just completely blind. But we can log in with them. Uh, what the heck went on? | 1,518.32 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
So, this is what I was typing. It worked. I swear that did not. | 1,529.44 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Okay, it's working. I have no idea what just went on there. Maybe my VPN reconnected, but there we go. We have um Steph's credentials. So, let's go ahead and V uh creds.ext. Uh we're in backup puppy. And I want to copy this. | 1,542.32 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
VC creds.ext. Let's put it here. Save this. And let's see if this gets us anything. So, we can go Steph. Um, Steph has a ADM account. | 1,559.279 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Uh, we could just try the same password, see if she reuses the password ADM, but she doesn't. Um, I'll save you those few seconds. Uh, no outbound control member of remote management. So, nothing too interesting there, but there is a um admin account, right? So, let's do a evil winrm- I 1010 1170. Uh, Chef Steph Cooper... | 1,572.08 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
And um them having an ADM account is part of like if you're really good at recon, you may go straight to Dappy, the like protected credential storage of Windows to see if they have saved credentials. But if not, if you're in the habit of like running windp every time you do like get a new account, um that is also a goo... | 1,612 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
But let's go to cd/program data. And then we want to upload winps. So we'll do cps winps. | 1,636.159 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Upload winps x64.exe. | 1,647.76 | 0 | {
"video_id": "QZQ-IjsI5Qk",
"title": "HackTheBox - Puppy",
"url": "https://www.youtube.com/watch?v=QZQ-IjsI5Qk"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.