text stringlengths 4 952 | start float64 0 9.37k | duration float64 0 0 | meta dict |
|---|---|---|---|
here they're not doing that. Right? So they just hand jam the straight post data into it. Now if you didn't want to use sneak um there is a tool called open grep which is a fork of seam grep. Um it's a long complicated story I think. Essentially, SEGP is um going more commercial now because people keep using its code f... | 1,672.64 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
scan-f and then my rules. So if I look at the open gp rules, we can see what they have. I'm going to use the PHP rule set. So we can do um let's see open grip rules PHP and then I'm going to specify the source directory to scan and it should automatically load these rules and then give me some output. Right here we go.... | 1,731.84 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
I thought it said four. I see three findings. | 1,803.76 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Huh. Maybe there's a flag I can do to show the fourth one. I don't know. Um, that's weird. But the key thing is finding the SQL injection. And there's going to be two ways we can exploit this. Um the first is going to be the more common way which is just SQL map. So let's see that was on um accept cat right and let's s... | 1,811.039 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Let's see. Proxy intercept on. | 1,875.52 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Accept. Yes, I want to. And we have the request here. So, I'm going to uh let's see. Copy the file HTTP uh do it here. htb not critical ops cat. And I'll call this accept request. | 1,882.24 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
And let's see, I want to see what database this is using. That's probably going to be in I guess config. Um DB filecat db SQL light. So we know this is going to be SQL light. We don't have to know this. It's just going to make it go a lot faster, right? Um so we'll do SQL map. I think it's lowercase R for it's request ... | 1,908.48 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Um, run this and we'll see if it finds it. Uh, let's see. | 1,945.039 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Looks like it did. So, we can do level five risk three. Oh, it found it. Um, I actually think it found it so quickly because it's already cached. So, let me clear this real quick. So, go in here. | 1,952.159 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
I'm just going to delete this. There is a query in SQL Map to make sure it's fresh queries. Um, let's see. I probably should have done like batch mode. So, it doesn't look like it finds it this way. We have to do level five risk three. And I probably should have turned batch mode on there, but this time hopefully it fi... | 1,976.72 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
I'm going to see if I can find the cheat sheet quickly. It's probably end up like payload all the things. Um, let's see. Payload all the things. SQL light. Maybe this will find it faster. disable burp sweep payload all the things did not go to the SQLite directory unfortunately let's see SQL no SQL injection see inject... | 2,041.279 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Here we go. So let's go look at the code again because that dump command is going to take a while. I just wanted to show how it works. | 2,116.16 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So view cat and let's see. | 2,127.839 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Uh where is it? Cat name. | 2,133.52 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
It's not view cat, it's accept cat. There we go. | 2,145.599 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So the query it is using a single quote and a parenthesy. So we'll do single quote parenthesy and then we'll do a semicolon. And now we can just pretty much have this. And this is only going to work if the web user has right access to a file, right? Um, so if I just run this now, let's see what happens. | 2,151.44 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Um, access is denied. Let's see. | 2,180.4 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Actually did not expect that. Templ denied. Is my cookie bed? | 2,186.72 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Let's see. | 2,201.68 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Forbidden. Let us disable. | 2,206.8 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
I am no longer admin. So I think something happened to my cookie which is annoying. So I guess we should get a another one. And that's probably why my SQL map started erroring. I'm guessing one of the cleanup scripts um updated a cookie and expired the old one, which unfortunately means we have to grab another cookie. ... | 2,214.4 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
IPSC password log in. Let's grab a cookie here. Session ID. | 2,246.64 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
This payload worked. We can paste that. | 2,258.32 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
VMP 8,000. Send. This should get us a new cookie hopefully. Give it like 10 seconds. It should work. | 2,264.079 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Let's see. It's not saying invalid. Um, we shouldn't have that quote at the end of that though, I don't think. Because it adds the quote for us. | 2,277.28 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Come on. And there we go. We have it. So, let's copy this cookie now. And then we will paste this here. Rerun this. And there we go. We have a 500 internal server error. And that's probably because this directory is not writable or it doesn't exist. Right? If we try writing to where we probably have access like dev shm... | 2,290.16 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
and there we go. We have successfully written to ver dubdubdub cat.htb uploads lol.php. | 2,348.4 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So now if we try going to it and if you're confused this is super common with virtual host normally like it's um virtual host under dubdubdub uh for the thing. Sometimes it doesn't have the domain extension sometimes it does. The key thing is um enumerating a way to find out if you can write versus can't write. Then yo... | 2,355.119 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
I'm going to change this because I like doing it in the post request. So, I'm just going to do request and then I'm going to create um parent.php because I don't know if we can overwrite the file. | 2,404.24 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So, that's why I'm just going to give it a second one. And now I can put my command in either the um get portion or post portion. So, I'm going to go back to proxy turn intercept I should have turn left it on. My bad. Uh go to burpswuite on send. go to repeater and I'm going to change request method. So now it's in thi... | 2,415.359 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Control-U to URL encode NCVNP 90001. Send. Catch the shell. | 2,454.88 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Python 3 import pty pty spawn. And what I'm doing here is just um getting a better terminal where I can do um clearing screen tab auto completes things like that. Right. So we do raw echo foreground enter. | 2,461.76 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
And then export term is equal to xterm. There we go. Now I can clear the screen and everything. And we have a shell on the box. And whenever I p a web server, I always like looking for the database to get hashes and try to crack them. So if we do, I'm looking for that SQLite database. Uh let's do find-ame star db. | 2,480.56 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
It's not there. That was in config. So it looks like it's in / databases. | 2,505.44 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Okay. So we can do SQLite3 databases cat. DB. We could just run dump and get them, but I like doing schema. And we can say select username password from users. And here we go. And sneak um was telling us this was MD5 encrypted or MD5 hashed. Uh, we could validate that, but I don't think we have to. So, we just send thi... | 2,514.079 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Is that really one? That is odd that it's short. Um echo- n wcc. | 2,577.04 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
That's bizarre. Um I'm guessing they were all hand jammed in. I don't know why that hash is two characters shorter. Let's see. Crackstation. Um, I don't know if it's com or net. Burp suite is still on. | 2,584.079 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
There we go. It looks like it is.net. So, we can send up to 20 hashes. I don't think we have 20 there. Uh, let's see. Motorcycles. | 2,603.839 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
There we go. And we have two hits. um password which this is my password. Remember we registered for that. And then we have AC3. So I'm going to grap for this on users.ext and we have that password as roses. So if we cat etsy pass wd uh let's grab everything that ends in sh. | 2,617.599 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Uh just do it this way. Uh we have users root, axle, rosa, git, and job. So we have Ros's password. If we now um try ssh rosa cat.htb. | 2,643.599 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Let's copy this password. Paste it in uh vcreds.ext. | 2,659.839 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Let's just save this. There we go. | 2,666.64 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
We get in. And if we SSH into the box, um, never mind. Um, we are Rosa. | 2,672.64 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
And if we look at the groups, we're a member of ADM. And there was something I missed when we're looking through the application, right? Um, if we go all the way back, let's register a new account here. Uh, not found. Whoops. | 2,682.8 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
If we're looking at how the application works, if I go to join, come on. Let's just say we have an account, probably don't anymore, but that is not key, right? If I now intercept, we look at this request. We're passing credentials over the get parameter. And the get parameter is logged, right? So this should all be in ... | 2,702.16 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
as axelcat.htb, we get the login banner and it also tells us we have mail. And this is going to be somewhat key. So if we cat vermail male axle, we can read the message that talks about um get t um and it's kind of critical because this is telling us that someone um is going to check their mail on the box and navigate ... | 2,775.52 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So, I'm going to do -L 3000 127001 3000. And I'm just doing that because it told us get T was running at this port. We could have also just done like an SSLTP saw 3000 and decided we want to look into it. Um, let's see. D-forest looks like we can't see processes from other users, but I bet if I go to Etsy GP-R300, are ... | 2,812.8 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
But since I did my port forward now I can go to localhost 3000. | 2,847.68 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Um we'll turn burp suite off. There we go. | 2,855.28 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
And we get to the get t and it tells us the version down here. So, if we Google get t um this exploit, we'll probably find things right off the bat. Uh stored cross-ite scripting. | 2,861.04 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Let's see. Do we have like a proof of concept understanding? Okay. So, what it is is we put this does it say description anywhere? Yeah, we put that payload in the repository description. So, we have to first log in and I'm going to try axle and let's grab that password. I probably should have put this in creds.ext. | 2,878.96 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So, we'll show how the vulnerability works and then we will exploit it or we'll send it to the user, right? Um, I'm going to call the repository pone. And then it wants us to put something in the payload. And this is the same thing from the repository. But we can see login create a new repository in the description. Pu... | 2,916.64 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Uh, new repository. We'll put that description. Create. | 2,944.8 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
and we don't have any hits. And where this actually exploits is if they click the description of this XSS test. So if I went to the repository by clicking the description, boom, we have that alert. | 2,951.04 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
And all that's doing, if you can see in the bottom left of my screen, I know it's small. It's just putting JavaScript colon alert there. So that is going to be where we have to inject the code. | 2,965.04 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So, let's see what we have to do. And we're going to steal the cookie. And it's going to be well, we're not going to steal the cookie because um this is get t. Uh I misspoke, right? If we go here, look at the cookies, we see http only is set to true. Um the mail kind of told us the location of one repository. Let's do ... | 2,978.4 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Can you give me a JavaScript oneliner that will navigate to a page and then send the result back to me via a post. | 3,030.319 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
There we go. So, we have a oneliner of a cross-ite scripting thing we can send. | 3,047.359 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So, I'm going to copy this and then I just want to go to get t and I'm going to play with this in my browser. | 3,053.76 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So, let's see. V pone.js. Let's paste this. And what we want to do is fetch this page. So, I'm just going to fetch localhost axle. And then I'm going to send the results to me. So we'll do HTTP and we'll just do 10 1048 8,000. And we'll do method post. That should be fine. I don't know if we have to send it as JSON. Eh... | 3,065.68 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
That's the downside with um using AI. Sometimes it goes over complicated. | 3,109.92 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
But let's see what happens if I send it. Promise pending because it is sending um it's doing it options though and this is part of um cores. So we want to disable cores in the payload so it doesn't test um which endpoints are available. I could just tell ash chatgpt how do I disable cores but it is here in fetch we can... | 3,118.079 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
There we go. We have the payload. Um, I just wish it wasn't in JavaScript or JSON. Let's see. Can I quickly fix that? | 3,171.92 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So, let's see. Um, we can get rid of headers. | 3,186.96 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
And then let's see how do we do this? We just need body probably just body text, right? | 3,200.8 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Like that. | 3,214.079 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Maybe uh cap pone having it not be JSON is just going to make it a bit easier for me to um open up in Firefox. It stops me from having to decode the JSON. Uh we have an error missing after argument. Let's see. | 3,219.599 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
And you send this as raw not JSON and disable cores on the post. | 3,247.839 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Let's see. | 3,260.8 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Okay. Hopefully this is fine. | 3,270.16 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Uh method post it didn't it disable cores local host 3000 axle uh we have to get rid of https and this was just 10 10 148 8,000 mode. No cores. | 3,278.48 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Oh, I guess I had a extra parenthesy here. So, I think that's what I wanted. But this should work. | 3,319.119 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So, cat pone. Hopefully now this works and then we can send it off 8,000. Uh where is my get t pending? There we go. Now we just had the page. That's better. So vpone. | 3,328.88 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
What we want to do is grab this page. So, we'll copy this and we will replace this with that page. | 3,354.48 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Okay, here's our good oneliner. | 3,378.799 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
And we want to start netcat. | 3,386.4 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
We'll refresh because I think this repository is actually gone now. Yep. So, we have to create it. | 3,392.799 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So, we can do we'll call it pone still. And then the description. | 3,399.2 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Let's see. We want to copy this and then we need to terminate it. | 3,406.079 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
I hope I have this payload correct. | 3,427.839 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
That's probably fine. I am going to save this. | 3,433.92 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
just so we have everything. | 3,439.119 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Okay, let's create repository. | 3,448.16 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
And then we also have to create a file. If we don't um the XSSbot won't work. So that is a bit annoying, but you can't give it a empty repository. | 3,454.24 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So now we just want to send um I think it's Gerbert that said it. So let's see. Uh let's be sure to clear description. Yep. Mail to Gerbert at localhost. So let's do echo this and we can send mail to Gerbert at localhost and hopefully they will take a look at my repository and when they do um if they click the descript... | 3,468.72 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Grab this. Take this payload. | 3,520.72 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Copy. Paste. Create. | 3,526.079 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Give it a new file. Does not matter what the file is called. | 3,533.599 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
just has to be there. Okay, go back here. Send it and hopefully we get a hit. If not, I will click this link and see. Uh, we definitely probably won't. Um, just because this looks like bad JavaScript. If I click it, nothing is happening because this definitely does not look right. vone.js. | 3,539.119 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Let's see. I'm going to put this in quotes like that. Maybe that's going to be better because the link should just say XSS test. Go to this repository. Um, we can do settings. | 3,578.24 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Change the description. Update. | 3,600.24 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
That looks better. Let's send that mail again. | 3,605.28 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
And then give it um we give it 15 seconds. So when this finishes, if it uh we don't get a hit, I will go in and click this link. Let's just make sure it is still there. It is. Oh, there we go. We got a hit. Um, let's make sure that hit is the server and not me refreshing. Even though I didn't click the link, I'm pretty... | 3,613.76 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Well, um, let's see. NC. There we go. | 3,649.28 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
see connection from. Yep. This is going to be the server. So, what I'm going to do is Oops. I want to copy everything. | 3,656 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
So, I'm going to go here. Nope. One more over. | 3,667.359 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Mark it. Go all the way down. | 3,672.96 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Vage.html. Paste that. Firefox page.html. | 3,678.96 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
And this should be a little bit easier to view. I guess all the images are broken, but we can see files in this repository. So, we have index.php, and that's what I want to grab. So, let's see. Does this file still exist? It does. Awesome. | 3,686.88 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
If I go to raw. So, it's raw branch main. And that's going to be the file we want to grab. So let's go back into pone.js. | 3,706.24 | 0 | {
"video_id": "x3UvO2DDbbA",
"title": "HackTheBox - Cat",
"url": "https://www.youtube.com/watch?v=x3UvO2DDbbA"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.