im stuck on .odt file. i follow this steps Using Malicious LibreOffice Calc Macros to Target Linux but this create a .ods file and when i do âcustomizeâ step, nothing happens! lol. where i can see the odt file? or what other solution do you recommend? thanks
Then you are using the wrong application
Should I do some brute-force ?
nope
Can I dm someone about the auth part ? I tried a lot of stuff, but could not bypass this. Thx !
Dont try to bruteforce, there are many different kind of tools to interact with the web
Rooted. Did struggle a bit getting foothold, but after that rooting was pretty straightforward and fun progress. Good machine overall, learned a thing or two.
Finally rooted and learned a lot from this machine. Special thanks @OniSec, @Miloella007 and @3xpl01t for letting me learn a lot.
Grats on root!
In fact ffuf works, but it needs to be set correctly !
What you can do is :
ffuf -w wordlist -u url -mc all -fl nb_of_line(s)
# and to be sure about the results
ffuf -w wordlist -u url -mc all -fw nb_of_word(s)
In this way, you donât have to use another tool .
Edit : as mentionned by 4wayhandshake, this is a basic example.
Agreed that you can use ffuf
for this, but thereâs more to it than what youâve shown.
Without being overly explicit about it, the key to finding the result is:
- using the IP address in the
url
- defining a certain header with the FUZZ variable
- filtering out unwanted results (as youâve shown)
Itâs the first ffuf command I run whenever I find a webserver on the target.
Yes youâre right, thanks for the details !
Well done!
Could i DM someone about the auth part?
Yes
Yeah, I just said that because default command is what most use
My first box as an author, and the feedback is a real pleasure. I was expecting more negative comments but that doesnât seem to be the case.
As for the difficulty, on my second submission Iâd lowered it to âmediumâ because yes, I donât think itâs âreallyâ hard, there are just a few stages but theyâre not particularly hard. However they still chose to leave it hard. I sincerely think itâs closer to medium (even easy if you already know the different concepts). And yes, I also give a lot of hints, which may have been a mistake, but I thought that without giving hints, it would quickly become a guessing box , and people donât like guessing box in general. Inevitably, itâs clear that it does put you on the right track and therefore makes things a lot easier, but Iâm more in favor of learning than struggling because you have to âguessâ.
Itâs a great box, straight forward in my opinion and it teaches a wealth of concepts and that is exactly what the platform is for.
Awesome box! I have already picked up a few concepts especially w/ binary exploitation. Thanks for putting that together!
Hey everybody, Iâm stuck on exploitation for the user flag , can somebody dm me ? Thanks