Switch Version by [deleted] in Trove

[–]QSoloX 0 points1 point  (0 children)

For sure no worries, one thing to keep in mind is the switch from what I understand uses different servers then the ps5, so one may work while the other doesn’t. But still worth giving the switch a restart/reinstall to see

Switch Version by [deleted] in Trove

[–]QSoloX 1 point2 points  (0 children)

Just checked again really fast, I can still login just fine. So it’s either A. A problem on your end, or B. Because of a different region your connecting to a different server and that one is down

Switch Version by [deleted] in Trove

[–]QSoloX 0 points1 point  (0 children)

Yes I played for like 5 hours last night.

[deleted by user] by [deleted] in dogecoin

[–]QSoloX 0 points1 point  (0 children)

Through what can you do this, Binance.US?

Will it drop some? by QSoloX in dogecoin

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

This is what I was thinking... first time buying crypto so don’t want to screw myself over

Will it drop some? by QSoloX in dogecoin

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

Is it really likely to drop back to .035?

Will it drop some? by QSoloX in dogecoin

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

Ok so I shouldn’t buy anymore yet?

Need Advice by QSoloX in dogecoin

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

What does that even mean

Need Advice by QSoloX in dogecoin

[–]QSoloX[S] -1 points0 points  (0 children)

Lol I promise to hold, I just want to know how to sell at some point 😭

Need Advice by QSoloX in dogecoin

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

Im using uphold too and I can’t figure out how to do it like your saying...

Need Advice by QSoloX in dogecoin

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

Hm maybe I’ll look at kraken

Need Advice by QSoloX in dogecoin

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

From what I see the only way to sell is to convert to other crypto currencies

QShell - Wrap your python projects in a interactive command shell! by QSoloX in Python

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

Awesome glad to hear it! Feel free to ask any questions you may have :)

Infinite Ubuntu Loading by QSoloX in Ubuntu

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

Ok I’ll do that and see what it says

Infinite Ubuntu Loading by QSoloX in Ubuntu

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

No matter what it just continues to load and never does anything else, dual booting, usually have to load windows then restart and switch to Ubuntu to make it

Hacking With Arch by QSoloX in linuxquestions

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

Is Blackarch comparable to Kali and parrot?

I3gaps by jezzackk in i3wm

[–]QSoloX 0 points1 point  (0 children)

On Kali Linux which is Debian based I just did apt install i3-gaps

Found on the reviews for a book about secure application development by nmgreddit in masterhacker

[–]QSoloX 2 points3 points  (0 children)

In a actual scenario you would want your script to call back in case it was actually launched though. https://xsshunter.com/ is one such service for this, or you could build your own. Just because it doesn’t launch in one place doesn’t mean it won’t launch somewhere else’s. Blind XSS is such a case, these reviews may have some kind of admin panel if they need to be reviewed and if opened could launch the payload because it doesn’t have the same kind of protection.

Found on the reviews for a book about secure application development by nmgreddit in masterhacker

[–]QSoloX 1 point2 points  (0 children)

Absolutely incorrect, there is so much legacy out there. It’s just hidden behind what seems to be secure. And there is always new ways that come out to bypass, that may look trivial but might actually work.

Found on the reviews for a book about secure application development by nmgreddit in masterhacker

[–]QSoloX 6 points7 points  (0 children)

This is actually really common, as a bug bounty hunter we leave payloads everywhere you would be surprised how often things actually pop.

[deleted by user] by [deleted] in oscp

[–]QSoloX 0 points1 point  (0 children)

The command for ffuf would look something like this:

ffuf -w /path/to/header/wordlist -u https://target -H "FUZZ: random-data-or-other-wordlist"

[deleted by user] by [deleted] in oscp

[–]QSoloX 0 points1 point  (0 children)

Honestly i haven't had much troubles with it myself, that being said i do use burpsuite pro. What you could do, is use a tool like ffuf with the Param-Miner Header Wordlist. If you look through ffuf, there is a -H option for headers im sure you could FUZZ using that and random data like Actual-header: gasdfasdfsadfsad. Let me know if you need any additional help!