-
Notifications
You must be signed in to change notification settings - Fork 109
Description
└─# python3 AllForOne.py
,-. ,---. __ / \ _ _ _ ___ ___
/ ) .-' ./ / \ /_\ | | | / __\__ _ __ /___\_ __ ___ ( ( ,' / /| //\| | | / / _ | '__| // // ' \ / _
\ -" \ \ / | / _ \ | | / / | (_) | | / \_//| | | | __/ . , \ \ / | _/ _/|| / ___/|| _/ || ||_|
/. ,'-----Y |
( ; | '
| ,-. ,-' Git-HUB | / Nuclei Template Collector
| | ( | BoX | / - AggressiveUser
) | \ .___________|/ --' `--'
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/urllib3/connection.py", line 203, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/urllib3/util/connection.py", line 85, in create_connection
raise err
File "/usr/local/lib/python3.11/dist-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/urllib3/connectionpool.py", line 791, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/urllib3/connectionpool.py", line 492, in _make_request
raise new_e
File "/usr/local/lib/python3.11/dist-packages/urllib3/connectionpool.py", line 468, in _make_request
self._validate_conn(conn)
File "/usr/local/lib/python3.11/dist-packages/urllib3/connectionpool.py", line 1097, in _validate_conn
conn.connect()
File "/usr/local/lib/python3.11/dist-packages/urllib3/connection.py", line 611, in connect
self.sock = sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/urllib3/connection.py", line 218, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f827bd3f690>: Failed to establish a new connection: [Errno 101] Network is unreachable