Forum Discussion

immervivesolver's avatar
22 days ago
Solved

Trick or Treat on Specter Street: Manor of Madness

Any hints for Manor of Madness last task. I have been trying from hours and got struck at last task

  • immervivesolver's avatar
    immervivesolver
    16 days ago

    Don’t focus on cookies.its just a trap.i wasted hours on tampering those. Just focus on query. 
    ThreatWhisperer​ 

    this query you can try on both fields separately or inject in both fields at a time.It will give a time based.you can try tweaking with true conditon 

    this.name == 'a'; sleep(5000)

8 Replies

  • Not sure what you're trying but you can solve it using SQL injection techniques

    I don't want to be too specific and give away too much 

    • immervivesolver's avatar
      immervivesolver
      Icon for Bronze II rankBronze II

      LewisMutton​ I tried almost every NoSQL injection payloads and no luck. 
      Do we need to change anything like Auth token or content type?? 
      if you have payload, can you give more hint to solve it

       

      • LewisMutton's avatar
        LewisMutton
        Icon for Bronze III rankBronze III

        Think about closing the string early and appending a boolean expression using OR (||) that includes the keyword name in the query.
        I did the same thing got all the way to the final Q using the same simple injection and then got a bit stuck, but got there in the end!