We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
──(kali㉿kali)-[~] └─$ nexfil -u angelinaofficiel [+] Importing Modules...
| \ | |____ _/ |____ | | | _| |____ / _ | | |__
[>] Created By : thewhiteh4t |---> Twitter : https://twitter.com/thewhiteh4t |---> Community : https://twc1rcle.com/ [>] Version : 1.0.6
[!] Loading URLs... [+] 328 URLs Loaded! [+] Timeout : 10 secs [+] Target : angelinaofficiel
[!] Finding Profiles...
[!] Initializing Chrome Driver... Traceback (most recent call last): File "/usr/local/bin/nexfil", line 8, in sys.exit(cli()) ^^^^^ File "/usr/local/lib/python3.11/dist-packages/nexfil/cli.py", line 330, in cli asyncio.run(main(UNAME, urls_json)) File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/nexfil/cli.py", line 289, in main driver = uc.Chrome(options=options, desired_capabilities=caps) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/undetected_chromedriver/init.py", line 466, in init super(Chrome, self).init( File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/chrome/webdriver.py", line 45, in init super().init( File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/chromium/webdriver.py", line 66, in init super().init(command_executor=executor, options=options) File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 238, in init self.start_session(capabilities) File "/usr/local/lib/python3.11/dist-packages/undetected_chromedriver/init.py", line 724, in start_session super(selenium.webdriver.chrome.webdriver.WebDriver, self).start_session( File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 325, in start_session response = self.execute(Command.NEW_SESSION, caps)["value"] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 380, in execute self.error_handler.check_response(response) File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/errorhandler.py", line 229, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.SessionNotCreatedException: Message: session not created: cannot connect to chrome at 127.0.0.1:45535 from chrome not reachable Stacktrace: #0 0x55cb064af13a #1 0x55cb05fca2bd #2 0x55cb05fb64bf #3 0x55cb0600556c #4 0x55cb05ffb392 #5 0x55cb06047156 #6 0x55cb060467a6 #7 0x55cb0603adb3 #8 0x55cb06009c10 #9 0x55cb0600abee #10 0x55cb0647b3cb #11 0x55cb0647f368 #12 0x55cb06468eec #13 0x55cb0647fee7 #14 0x55cb0644e13f #15 0x55cb0649d858 #16 0x55cb0649da20 #17 0x55cb064adfb6 #18 0x7f1f0e95cdab
┌──(kali㉿kali)-[~] └─$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
──(kali㉿kali)-[~]
└─$ nexfil -u angelinaofficiel
[+] Importing Modules...
| \ | |____ _/ |____ | |
| _| |____ / _ | | |__
[>] Created By : thewhiteh4t
|---> Twitter : https://twitter.com/thewhiteh4t
|---> Community : https://twc1rcle.com/
[>] Version : 1.0.6
[!] Loading URLs...
[+] 328 URLs Loaded!
[+] Timeout : 10 secs
[+] Target : angelinaofficiel
[!] Finding Profiles...
[!] Initializing Chrome Driver...
Traceback (most recent call last):
File "/usr/local/bin/nexfil", line 8, in
sys.exit(cli())
^^^^^
File "/usr/local/lib/python3.11/dist-packages/nexfil/cli.py", line 330, in cli
asyncio.run(main(UNAME, urls_json))
File "/usr/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/nexfil/cli.py", line 289, in main
driver = uc.Chrome(options=options, desired_capabilities=caps)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/undetected_chromedriver/init.py", line 466, in init
super(Chrome, self).init(
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/chrome/webdriver.py", line 45, in init
super().init(
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/chromium/webdriver.py", line 66, in init
super().init(command_executor=executor, options=options)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 238, in init
self.start_session(capabilities)
File "/usr/local/lib/python3.11/dist-packages/undetected_chromedriver/init.py", line 724, in start_session
super(selenium.webdriver.chrome.webdriver.WebDriver, self).start_session(
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 325, in start_session
response = self.execute(Command.NEW_SESSION, caps)["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 380, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/errorhandler.py", line 229, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: cannot connect to chrome at 127.0.0.1:45535
from chrome not reachable
Stacktrace:
#0 0x55cb064af13a
#1 0x55cb05fca2bd
#2 0x55cb05fb64bf
#3 0x55cb0600556c
#4 0x55cb05ffb392
#5 0x55cb06047156
#6 0x55cb060467a6
#7 0x55cb0603adb3
#8 0x55cb06009c10
#9 0x55cb0600abee
#10 0x55cb0647b3cb
#11 0x55cb0647f368
#12 0x55cb06468eec
#13 0x55cb0647fee7
#14 0x55cb0644e13f
#15 0x55cb0649d858
#16 0x55cb0649da20
#17 0x55cb064adfb6
#18 0x7f1f0e95cdab
┌──(kali㉿kali)-[~]
└─$
The text was updated successfully, but these errors were encountered: