complexpotato / Faitagram

(Doesn't work anymore)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faitagram script is a joke ==> pass your path guys

Epheandrill opened this issue · comments

  • Checking if tor configuration is valid
    Jun 15 18:46:32.991 [notice] Tor 0.2.9.14 running on Linux with Libevent 2.0.21-stable, OpenSSL 1.0.2g and Zlib 1.2.8.
    Jun 15 18:46:32.992 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
    Jun 15 18:46:32.992 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
    Jun 15 18:46:32.993 [notice] Read configuration file "/etc/tor/torrc".
    Jun 15 18:46:32.996 [warn] ControlPort is open, but no authentication method has been configured. This means that any program on your computer can reconfigure your Tor. That's bad! You should upgrade your Tor controller as soon as possible.
    Jun 15 18:46:33.047 [warn] Error setting groups to gid 116: "Operation not permitted".
    Jun 15 18:46:33.047 [warn] If you set the "User" option, you must start Tor as root.
    Jun 15 18:46:33.047 [warn] Failed to parse/validate config: Problem with User value. See logs for details.
    Jun 15 18:46:33.048 [err] Reading config failed--see warnings above.
    Traceback (most recent call last):
    File "faitagram", line 254, in
    main()
    File "faitagram", line 63, in main
    Bruter(service, username, wordlist, delay).execute()
    File "faitagram", line 89, in execute
    if self.usercheck(self.username, self.service) == 1:
    File "faitagram", line 106, in usercheck
    driver = webdriver.Firefox()
    File "/home/julien/.local/lib/python2.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 160, in init
    self.service.start()
    File "/home/julien/.local/lib/python2.7/site-packages/selenium/webdriver/common/service.py", line 83, in start
    os.path.basename(self.path), self.start_error_message)
    selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH.