Ahh, well that's still an improvement, but it would be nice to not have to download anything.
How does it work with with `~/.ssh/config`? Mainly, say I have keys in the vault for many machines, if they all get added to the 1password ssh-agent sock, won't you get "Too Many Auth failures", unless there is a way to…
>I read somewhere that a lot of procrastination is fear of failure or fear of the unknown The Brain Science podcast from Changelog has an episode about perfectionism and how it can lead to procrastination, by the fear…
> if boss likes us you, they may bestow a favor upon you. That's the rub with job as well, management simply can't follow their own return-to-office policy uniformly without bleeding talent, which is clearly going to…
I'm surprised that others don't find mentioning your former company's name in a commit message, for similar software, an admission that you were inspired or thinking of that company's design. When software is both your…
I don't think anyone bothers to backdoor a shell in that way. Why not just target libc via LD? That tricks bash, sh, python, etc; but you can use setuid to check for the existence of malware that is evading through…
What's your backend written in? I'm in a similar position where work is pushing cypress, but there is no library for cypress in our backend language, there is for playwright. I want to do something in the frontend, and…
I feel ya, I did not graduate either, and didn't go for CS. After having Linux as a hobby, I made my way into a web dev job. The "good enough" work is killing me. I feel like I am pushing and pulling my team to the…
I feel the code above is clearly a bastardization, which is possible in several languages. Not to discount your point in the many bashisms, but that example is definitely not what's wrong with scripting.
Specifically, it modifies the file in place (-i), Matches lines between paragraph tags(/PatternStart/,/PatternEnd/), Then, doesn't delete those lines matching the pattern range (!d), which has the effect of deleting all…
And meanwhile all my crypto is stolen by the gov at btce because of alleged fraud. They should do the same to wells Fargo.
Well, you'll certainly be interested in wpscan.
Yes, but the proper thing to do is never curl to your terminal, especially a privileged terminal. And really, you shouldn't paste either.
Ahh, well that's still an improvement, but it would be nice to not have to download anything.
How does it work with with `~/.ssh/config`? Mainly, say I have keys in the vault for many machines, if they all get added to the 1password ssh-agent sock, won't you get "Too Many Auth failures", unless there is a way to…
>I read somewhere that a lot of procrastination is fear of failure or fear of the unknown The Brain Science podcast from Changelog has an episode about perfectionism and how it can lead to procrastination, by the fear…
> if boss likes us you, they may bestow a favor upon you. That's the rub with job as well, management simply can't follow their own return-to-office policy uniformly without bleeding talent, which is clearly going to…
I'm surprised that others don't find mentioning your former company's name in a commit message, for similar software, an admission that you were inspired or thinking of that company's design. When software is both your…
I don't think anyone bothers to backdoor a shell in that way. Why not just target libc via LD? That tricks bash, sh, python, etc; but you can use setuid to check for the existence of malware that is evading through…
What's your backend written in? I'm in a similar position where work is pushing cypress, but there is no library for cypress in our backend language, there is for playwright. I want to do something in the frontend, and…
I feel ya, I did not graduate either, and didn't go for CS. After having Linux as a hobby, I made my way into a web dev job. The "good enough" work is killing me. I feel like I am pushing and pulling my team to the…
I feel the code above is clearly a bastardization, which is possible in several languages. Not to discount your point in the many bashisms, but that example is definitely not what's wrong with scripting.
Specifically, it modifies the file in place (-i), Matches lines between paragraph tags(/PatternStart/,/PatternEnd/), Then, doesn't delete those lines matching the pattern range (!d), which has the effect of deleting all…
And meanwhile all my crypto is stolen by the gov at btce because of alleged fraud. They should do the same to wells Fargo.
Well, you'll certainly be interested in wpscan.
Yes, but the proper thing to do is never curl to your terminal, especially a privileged terminal. And really, you shouldn't paste either.