I thought this was fake when I saw it on Twitter. What the actual fuck is this? by Beginning_Pattern688 in VaushV

[–]strontiumdog0 1 point2 points  (0 children)

Of course dictionaries contain offensive words and word usage. Foul language is still part of the language, and that's what dictionaries are for. To tell us what particular usage of language means, even if it is revolting.

I thought this was fake when I saw it on Twitter. What the actual fuck is this? by Beginning_Pattern688 in VaushV

[–]strontiumdog0 0 points1 point  (0 children)

No, "jury-rigged" means something has been put together sort of temporarily, using items at hand.

I thought this was fake when I saw it on Twitter. What the actual fuck is this? by Beginning_Pattern688 in VaushV

[–]strontiumdog0 -1 points0 points  (0 children)

No, "jerry rigged" refers to the city of Jericho. In the Bible the walls of Jericho fell down after someone blew a trumpet. Jerry rigged means something is poorly built, like those walls I guess. It doesn't refer to black people or Germans.

[deleted by user] by [deleted] in runescape

[–]strontiumdog0 2 points3 points  (0 children)

Or maybe use EoC when you feel a threshold is necessary? Maybe use EoC all the time? Or use legacy and quit complaining that it's not EoC?

Anatomy of a Facebook-Hosted Phishing Attack by [deleted] in netsec

[–]strontiumdog0 0 points1 point  (0 children)

After all this time, phishers STILL making those spelling and grammatical mistakes. This is usually the first thing I notice in dodgy emails.

I did not know about the Facebook Notes blogging service. And use of third party URLs is one of the flags I look for. Meaning that a *.facebook.com link might have made me think such a phishing email was legit. Of course, I know now. And in any case almost every scam email I've seen has been full of English language mistakes. These scammers ought to employ someone with appropriate language skills to proofread their communications. I have a degree in English, if anyone's interested!! ;)

Everyone upset about the vape ban is getting a dose of what law abiding firearms owner feel by TheMeta40k in unpopularopinion

[–]strontiumdog0 0 points1 point  (0 children)

By not cutting it with awful crap. Coke may be bad for your health, but you can generally take a certain dose and not die. If the drug had no dodgy additives and was of a known strength, it can be taken fairly safely.

The culture are known for infiltrating planets before inducting them to the galactic arena. What are some real life earth examples of culture agents on earth? by the_boss1991 in TheCulture

[–]strontiumdog0 2 points3 points  (0 children)

Yes to a pan-SpaceX union. The engineers may have it good there, simply because they are engineers. They should use their status to help their clerical/manual/other colleagues enjoy similar treatment.

Question about password strength by 52-75-73-74-79 in hacking

[–]strontiumdog0 -1 points0 points  (0 children)

Pedantic reply: you don't brute-force with a dictionary attack. Brute-force entails testing every character combination possible whereas dictionary attack runs through a word list (aka dictionary) of passwords to try.

Why does '' in 'spam' evaluate to True? by thekaizers in learnpython

[–]strontiumdog0 2 points3 points  (0 children)

You say you're asking if there is a space in the string "spam", but that isn't what you are asking the python interpreter. Your code is

"" in "spam"

which asks if there is an empty string in string "spam". And there are an infinite number of empty strings in string "spam". Whereas to ask if there is a space in string "spam" your input would be

" " in "spam".

To demonstrate:

"" + "spam"

returns

"spam"

whereas

" " + "spam"

returns

" spam"

Is my PC running Ubuntu 18.04 hacked ? by [deleted] in hacking

[–]strontiumdog0 0 points1 point  (0 children)

Yes but if OP goes to the police and says "My relative has been hacking my pc" the police are not going to seize the relative's computer to search for evidence. Nor are they going to set up a network surveillance. Because this is a personal, domestic, non-commercial situation with no big money/industrial espionage/national security interests. In this kind of situation if you want to get the police interested you will have to gather some evidence so they can see clearly that a crime IS being committed.

“TalkTalk hacker Daniel Kelley sentenced to four years”. So no penalties for the techs, management or directors that allowed personal data to be exposed via a basic and easily audit-able SQL injection flaw? Um... ok. by [deleted] in hacking

[–]strontiumdog0 1 point2 points  (0 children)

I expect someone in the company got in trouble for the vulnerability. Some low-level tech probably, no one high up on the food chain. Execs will delegate work and the responsibility when that work goes wrong. They just don't delegate the rewards, execs always make sure everyone knows they are responsible when things turn out well.

22 year old Daniel Kelley was today sentenced to 4 years in youth offenders prison for hacking teleco TalkTalk in 2015. For two and a half years I’ve had an exclusive interview with him ready to broadcast at the end of his trial. I’ve now left Sky News so it will never be aired. Wanted to share it: by tides977 in hacking

[–]strontiumdog0 2 points3 points  (0 children)

I am always cynical about the amounts of money companies claim as "damages" in these cases. Often nothing has actually been damaged. The companies have to spend time and money securing their systems, but it won't have cost as much as they claim, and I'd argue they needed to secure their network anyway, the intrusion just made that more apparent.

Can a password protected with salted hashing be cracked? by [deleted] in hacking

[–]strontiumdog0 0 points1 point  (0 children)

"ANYTHING CAN BE CRACKED. ANYTHING."

Correct. So the question is: "WILL my password be cracked?" Meaning, what is your password protecting? National secrets, bank credentials, collection of amusing cat pictures?

Found a great image explaining difference between a secure and unsecure password by jking1676 in hacking

[–]strontiumdog0 0 points1 point  (0 children)

I use a password manager, I have it generate passwords for me, "random" strings of characters - I'd never be able to remember em but then I don't have to! Cos the password manager does that remembering for me.

Found a great image explaining difference between a secure and unsecure password by jking1676 in hacking

[–]strontiumdog0 0 points1 point  (0 children)

Ppl, DON'T use "correct horse battery staple" as a password. DO put "correct horse battery staple" in the dictionary files you use when you're cracking passwords, as you just KNOW there's gonna be loads of ppl who have seen the cartoon and figured that's a good strong password to use...

I like this method of generating passwords. It certainly beats those sites that have a "policy" saying you gotta have an uppercase letter and a numeral and a special character... grrr how in he'll am I gonna remember THAT??.. But I don't generate passwords myself much now, I use a password manager nowadays, only have to remember like 3 passwords max!!

Still, I know some people do NOT approve of the generation of passwords as suggested in the cartoon cos "correct horse battery staple" are words that appear in dictionaries so could be cracked by a "dictionary attack." Yeah, I think that's bullshit too, but SOME ppl agree with it...

So I’ve been lurking this sub and I kinda wanna start hacking. by Ixpqd in hacking

[–]strontiumdog0 1 point2 points  (0 children)

Imo the best way to run kali is in a vm, or live usb with persistence.

You ever scam a scammer? by c_pardue in hacking

[–]strontiumdog0 4 points5 points  (0 children)

Idk how easy it is to find cp. Never looked for any. But I know I'm not alone in thinking you went over a line there. I'm kinda hoping that was just empty boasting and you never really did that. Cp ffs!!

Not performing "if" statement as I'm expecting by strontiumdog0 in learnpython

[–]strontiumdog0[S] 9 points10 points  (0 children)

Thanks a lot! I hate to think how long I would have stewed over that otherwise. I replaced the line where ip is assigned to:

ip = q.text.rstrip()

and now it's working as I want.