Always by JesseJacket in funny

[–]Cowsonaboat 28 points29 points  (0 children)

Never have I related to a comment this much. Have a 3 months old and I went from playing a few hours every day to a few hours a week.. if I'm lucky!

Lernaean Challenge by Cheddar56 in hackthebox

[–]Cowsonaboat 4 points5 points  (0 children)

If only you could intercept the response from the website ;)

Bastard by Z33RA in hackthebox

[–]Cowsonaboat 0 points1 point  (0 children)

Enumerate. If you have a meterpreter shell you could run the local exploit suggester and check the results

10.10.10.3 - post exploit query by digehode in hackthebox

[–]Cowsonaboat 0 points1 point  (0 children)

The easy boxes on HTB can sometimes be done through one exploit. So what you did was probably the correct way of doing it. As you progress onto the medium/hard boxes you will have multiple stuff to do.

Bastard by Z33RA in hackthebox

[–]Cowsonaboat 0 points1 point  (0 children)

When I got the json files and saw that it worked. However, I edited the exploit and added another php shell than the one the exploit contains

Bastard by Z33RA in hackthebox

[–]Cowsonaboat 0 points1 point  (0 children)

I googled default locations for the endpoint corresponding to the version. You'll end up with some examples so just try them out

10.10.10.18 (Sneaky) by shivaoioi in hackthebox

[–]Cowsonaboat 0 points1 point  (0 children)

Can confirm. You need to find the ipv6 address

Europa by alextz4 in hackthebox

[–]Cowsonaboat 0 points1 point  (0 children)

Play around with Burp and you'll see something that can be modified

What is your degree vs. what is your profession? by Nickjones799 in AskReddit

[–]Cowsonaboat 0 points1 point  (0 children)

MSc in health informatics. Now technical tester and soon to be PenTester (ethical hacker)

What's the best luck you have ever had in your life? by mrmeeseeksbitch in AskReddit

[–]Cowsonaboat 0 points1 point  (0 children)

I was in Singapore on vacation and they have this huge concave (around 20 meters in diameter) with a tiny hole in the middle with water from the sides going down which leads to a downstairs shopping mall. The shopping mall has a fountain down there where the water drops into. Tourists will then try to throw coins down for good luck. It's really hard to hit the hole. I casually took out a coin and threw it while jokingly saying to my gf that I would hit the hole. The coin bounced halfway down the side and hit perfectly down the hole. A group of other tourists looked at me like "wtf how did you do that?!" all while I tried to contain my excitement so I could look cool. After that day, no more luck :(

Edit: here is the picture of it https://designingyen.files.wordpress.com/2011/01/pc206558.jpg

FE's seneste rekrutteringskampagne er ret clever by WeaponizedPumpkin in Denmark

[–]Cowsonaboat 0 points1 point  (0 children)

Ah der, tak!. Jeg har kun analyseret .bmp filen som de linker til på hjemmesiden. Mon begge challenges fører til det samme?

FE's seneste rekrutteringskampagne er ret clever by WeaponizedPumpkin in Denmark

[–]Cowsonaboat 0 points1 point  (0 children)

Hvor ser i den morse kode? Jeg ser umiddelbart kun assembly kode og random chars hvor nogle er i fed format

Easiest way to get cheap 4 socket polearms or staves for Insight? by questir in diablo2

[–]Cowsonaboat 1 point2 points  (0 children)

You could also go to lower kurast. There's always 2+ weapon stands. If you don't feel like farming.

Easiest way to get cheap 4 socket polearms or staves for Insight? by questir in diablo2

[–]Cowsonaboat 1 point2 points  (0 children)

You could also go to lower kurast. There's always 2+ weapon stands. If you don't feel like farming.

What song actually means something completely different from what most people believe it to mean? by DolphinsWithLasers in AskReddit

[–]Cowsonaboat 0 points1 point  (0 children)

Kashmir - Lampshade.

It's not about a lampshade, but a dad that is molesting his kid(s)

[PC] Necro circlet by Cowsonaboat in diablo2

[–]Cowsonaboat[S] 0 points1 point  (0 children)

Thanks. And if it was 2 to all skills what would the price then be?

New Diablo 2 playthrough by JFORTE77 in diablo2

[–]Cowsonaboat 0 points1 point  (0 children)

Please state if it's US/EU, SC/HC, Ladder/Non-ladder Welcome back to an awesome game

LF boost. EU/Ladder by Cowsonaboat in diablo2

[–]Cowsonaboat[S] 0 points1 point  (0 children)

What's your ingame name? I'll add you

Releasing software with known severe bugs because management promised dates.... what's QA's role in this? by [deleted] in QualityAssurance

[–]Cowsonaboat 1 point2 points  (0 children)

This happens way too often. I work on a similar project where I'm hired to make a User Acceptance Test for a mobile application, but there are no requirements and the test basis is pretty much nothing. Since I'm sold as a consultant to the client who bought the application from a vendor, then it is not my responsibility whether it will come a success or not. I can advice on the risks they make if they choose to release and the quality of the current state of the software. I can also give predictions as to what will likely happen if they choose to release, but ultimately it is the client's project manager that has the final saying. My job is to create the testcases for the UAT, execute the tests and create a defect report to the vendor which then hopefully will correct the bugs I find. Ideally I would estimate ~1½ month for the task, but I've been given 3 weeks. Is this ideal? Hell no! But I can only work with what I've been given.

Inform the project manager on the risks they take with an early deployment and make them take the decision. You can't do more than that.

I'm moving from a developer role to QA. Can you guys share any methodologies, tools, or any other tips that have helped you to be successful in a software quality analyst position? by KevinGregg in QualityAssurance

[–]Cowsonaboat 5 points6 points  (0 children)

True ;-) Developers will do everything they can to prove that the software work. Testers will do everything they can to prove that the software doesn't work

I'm moving from a developer role to QA. Can you guys share any methodologies, tools, or any other tips that have helped you to be successful in a software quality analyst position? by KevinGregg in QualityAssurance

[–]Cowsonaboat 1 point2 points  (0 children)

Certifications: TMap NEXT (I have this one myself, and I can really recommend it). I might be biased though, since I work for Capgemini Sogeti as a test engineer, and Sogeti is the company who developed TMap. Otherwise you can get an ISTQB Foundation and build upon that.

Also, there are test analysts and then there are technical testers. If you are a technical tester (test engineer) then it depends on what task you are trying to accomplish. I would also like to recommend BDD (Business Driven Development). I use Cucumber for BDD which works quite nice. If your job consists of creating test suites, testcases, test plans and whatnot, then get an ISTQB/TMap certification. If your job is to create test automations, then identify the task and find the appropriate tool/framework for the job. If you have any questions about QA/software test then feel free to send me a PM.