Recent content by hiddenexe

  1. hiddenexe

    You know free VPN?

    TunnelBear, ZenMate, ProtonVPN, Windscribe you can try them.
  2. hiddenexe

    Using Appium - Sample project | C# Source

    Hello, This project has been prepared to provide information about the use of appium. In the project, the Instagram login process has been provided as an example, you can organize it as you wish. You can get the device name by typing adb devices in cmd. You can find out the OS version from the...
  3. hiddenexe

    Facebook Old Account Finder | Python Source

    Hello, I'm new to the forum, I've been interested in software for a long time. I saw that the software category was very passive, to be honest, I was expecting it to be more active. I will try to share as much as I can here. I offer a software that I prepared for Facebook a long time ago, free...
  4. hiddenexe

    Invoking old Google login

    Hello, yes it may be possible in some cases. For example, there are factors such as using old agents or sending old header data.
  5. hiddenexe

    IPV6 Proxy with python

    You can use seleniumwire for this. There is a detailed and easy document, but I leave an example. Documentation from seleniumwire import webdriver from selenium.webdriver.chrome.options import Options proxy = "" options = Options() #... proxy_options = { 'proxy': {...
Back
Top