Recent content by alain12

  1. alain12

    Permanently Closed Marketplace Sales Thread

    Hello, do you allow port scanning and lots of DNS queries?
  2. alain12

    How to Deploy your own stealth Proxy Server with tinyproxy.

    Script for CentOS 6: #!/bin/bash echo "Disabling SELinux" yum install -y libselinux-utils setenforce 0 sed -i "s/enforcing/permissive/g" /etc/sysconfig/selinux echo -n "Installing Proxy Server..." yum install -y git automake gcc asciidoc make git clone...
  3. alain12

    How to Deploy your own stealth Proxy Server with tinyproxy.

    Which centos version are you using?
  4. alain12

    How to Deploy your own stealth Proxy Server with tinyproxy.

    Here's an automated user friendly script for quickly setting up a proxy server on Debian 10 Buster. You need to be logged in as root for it to work. May or may not work on other debian/ubuntu versions. #!/bin/bash echo -n "Installing Proxy Server..." apt update >/dev/null 2>&1 apt install -y...
  5. alain12

    how can I kill my horniness without having sex or jerking off?

    A lot of antidepressants, especially SSRIs can destroy your sex drive. That's usually a negative side effect for people who use them for mental health problems, but in your case that's what you want. If your sex drive really bothers you that much, talk to a doctor and mention SSRIs... he could...
  6. alain12

    Linux Users

    On my main machine I started with Kali, then Linux Mint, then Arch, which I've had for several months now. I use Debian stable on all my VPS.
  7. alain12

    VA creates accounts - how to securely transfer passwords?

    So if you also don't trust the VA, you could have him RDP into a Windows VPS, and create them on that VPS, so you have complete control of the PC he's using. But nothing prevents him from saving credentials on pen and paper. If the VA is creating them, he will always have some way of stealing them.
  8. alain12

    VA creates accounts - how to securely transfer passwords?

    Just use any end-to-end encrypted communication platform. That includes WhatsApp, Telegram secret chats, etc. Or better yet, have him learn manual GPG or PGP encryption, and learn it yourself, and manually encrypt and decrypt password-containing lists. Or, have him sync the passwords to a...
  9. alain12

    Google analytics showing 0 for 89 days now?

    Yes you're not alone, google is having issues. https://www.blackhatworld.com/seo/is-your-google-analytics-shows-0-online-users-too.1125637/unread
  10. alain12

    Passive income from your phone

    They're probably selling traffic to a mobile/residential proxy provider, so yes there ought to be shady traffic...
  11. alain12

    How Backconnect Rotating Proxy Service work?

    Depends on the network, but usually it works like the following: Software developers include proxy servers in their products (for monetization), and/or users download and run proxy servers. These residential proxy servers running on people's phones and computers connect to servers operated by...
  12. alain12

    Permanently Closed Marketplace Sales Thread

    I am confused by what you wrote about IP addresses, does each modem get its own dedicated public address, or is the public address shared with multiple modems behind NAT?
  13. alain12

    502 bad gateway nginx

    First of all, you do not need any script, you only need to install a few things and run a couple commands to have a working wordpress site. I just took a look at that script. It tries to do so many things, including completely replacing your default nginx config. I think the best course of...
  14. alain12

    502 bad gateway nginx

    How did you configure nginx? Was your site working before?
  15. alain12

    Forbes site is infected with malware

    It steals CC details, so they're certainly making quite a fortune from this attack.
Back
Top