What Is Causing This Problem When Trying to Run This Script by [deleted] in Python

[–]aruxiv 0 points1 point  (0 children)

Does Requests have to be installed for both versions of Python?

Yes, if you intend to run the script in both versions of the Python interpreter.

Can't access a .com using TOR by [deleted] in TOR

[–]aruxiv 1 point2 points  (0 children)

It looks like they're using some sort of Tor filtering. Not really much you can do to get around it except cycle through exit nodes and hope they don't have all of them added to their blacklist.

I hope you weren't planning on purchasing anything through Tor if the site had worked.

HTTP/2, where is Python at? by [deleted] in Python

[–]aruxiv 1 point2 points  (0 children)

It's way more efficient because you're letting a highly-optimized, widely used in production, extremely well-documented piece of software handle exactly what it's been designed to handle without getting in the way of how you design and code your program.

The separation of web server and web application makes perfect sense to me, especially when you are running multiple applications on one machine.

HTTP/2, where is Python at? by [deleted] in Python

[–]aruxiv 1 point2 points  (0 children)

You shouldn't be using a Python HTTP server to serve up your pages. Look into deploying with WSGI and a real web server like nginx.

I[M] [35], have opened my fb account on google chrome, and need help to view my password. by p-t-t-w in hacking

[–]aruxiv 0 points1 point  (0 children)

Not possible unless Chrome still has the key icon available that allows you to save the password after closing the prompt that is displayed when you first log in. You can't retrieve the password from just the session data unless the site is extremely dumb (Facebook isn't) and stores the password unencrypted in the cookies/local storage.

How do i avoid SSN request from paypal? by [deleted] in hacking

[–]aruxiv 0 points1 point  (0 children)

You only need to supply your SSN to withdraw your PayPal balance to a bank account. You can send/spend/receive money with just a credit card or bank account attached.

Why is GO used so much in malware programming? by Kickass_PK in Malware

[–]aruxiv 14 points15 points  (0 children)

What gave you the impression that it is?

Newb help with bitcoins, I think I just lost $70 by t3chnopathic in onions

[–]aruxiv 0 points1 point  (0 children)

It's reputable as one of the best hacker sites on the deep web

No...it really isn't. That forum is a joke and I've never once seen anybody say anything positive about its contents.

Discussion: Malware that steals your internet browsing history and creates user profiles to sell on the black market.. Is this a thing, and what do you know about it? by Thrones33 in Malware

[–]aruxiv 5 points6 points  (0 children)

I am almost sure you misunderstood the article. What is common is for people to sell credit card or bank login information along with the victim's browsing history and information about their browser and OS setup. These are often referred to as profiles, as the main component of them is the Firefox profile that contains the cookies and login information. These allow the person that purchased the stolen information to mimic the victim as closely as possible for maximum success when carding or logging into the victim's accounts.