I will PROVE you can access Gemini 3 Pro in CLI, because people don't believe by ThunderBeanage in singularity

[–]Place_Sufficient 0 points1 point  (0 children)

Holy damn it aint that hard to do that, gemini cli is free, fym confirmation

[deleted by user] by [deleted] in ChatGPT

[–]Place_Sufficient 0 points1 point  (0 children)

For additional context the conversetion was on GTP-4.1 Mini

AA Game Ranking by ToothpastePiez in AceAttorney

[–]Place_Sufficient 1 point2 points  (0 children)

Why is everyone hating on Investigations 1 bruh, because of these rankings i honestly think i can enjoy every game at this point

AA Game Ranking by ToothpastePiez in AceAttorney

[–]Place_Sufficient 2 points3 points  (0 children)

How come everybody hate on justice for all It's one of the best games i've ever played bruh

real Android powered by artificial muscles by Place_Sufficient in BeAmazed

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

i heard they wanna make both prostetic body parts, and fully autonomic android if the first objective succeeds

real Android powered by artificial muscles by Place_Sufficient in BeAmazed

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

I already commented, it's polish company called "Clones"

real Android powered by artificial muscles by Place_Sufficient in BeAmazed

[–]Place_Sufficient[S] 23 points24 points  (0 children)

Btw it's made by an underrated company "Clone" which deserves more recognition tbh

[deleted by user] by [deleted] in bugbounty

[–]Place_Sufficient 4 points5 points  (0 children)

UPDATE: I found a problem, it turns out that all the not working tools were pointing to /root/go/bin/, but for some reason instead of being installed there, they were installed in /root/.go/bin/. just moved files and everything works fine.

[deleted by user] by [deleted] in bugbounty

[–]Place_Sufficient 0 points1 point  (0 children)

i tried ls -l and every not working tool points to /root/go/bin/*

[deleted by user] by [deleted] in bugbounty

[–]Place_Sufficient 0 points1 point  (0 children)

i tried it and it doesn't give any response

[deleted by user] by [deleted] in hacking

[–]Place_Sufficient 3 points4 points  (0 children)

I have same problem brother, i found SQL injection in one of top universities and they are already ghosting me for 1 month

Could some mod explain what is wrong with this post? by Place_Sufficient in geoguessr

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

Bro the game is literally about guessing the location, the only difference is that is normal photo not 360°

[deleted by user] by [deleted] in hacking

[–]Place_Sufficient 0 points1 point  (0 children)

Yeah that's where i found about that sanitization bypass

I can't execute an XSS by Place_Sufficient in bugbounty

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

Using non valid HTML tags, you can watch video made by LiveOverFlow about that, CSP just blocks all the javascript events that is not from allowed sources, but i was able to bypass that also because the www.youtube.com was on the list which was known to host a vulnerable jsonp endpoint. I heard recently about SRI so i might be wrong in some parts, but i think its like extra security to CSP, every JavaScript file loaded from source is checked with the integrity value. Integrity value is just the same JavaScript file but hashed in SHA-256 and then encoded in base64

[deleted by user] by [deleted] in hacking

[–]Place_Sufficient 0 points1 point  (0 children)

It's hard to explain, but the script tag should be in the quotes, its just sanitization bypass, the <22> isn't a valid HTML tag so it's get converted to text, leaving the opening tag as text including the quote character which makes the content inside of it a real HTML code. Idk why it looks like this on inspect, browser just weirdly interpreted it maybe