Skip to content
New issue

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

mac os run bug??? #55

Open
pullghjunkkk opened this issue Sep 2, 2023 · 0 comments
Open

mac os run bug??? #55

pullghjunkkk opened this issue Sep 2, 2023 · 0 comments

Comments

@pullghjunkkk
Copy link

chikkachun@chikdeMBP ~ % git clone https://github.com/Malwareman007/Scanner-and-Patcher.git
Cloning into 'Scanner-and-Patcher'...
remote: Enumerating objects: 1728, done.
remote: Counting objects: 100% (321/321), done.
remote: Compressing objects: 100% (190/190), done.
remote: Total 1728 (delta 184), reused 217 (delta 128), pack-reused 1407
Receiving objects: 100% (1728/1728), 30.80 MiB | 5.51 MiB/s, done.
Resolving deltas: 100% (757/757), done.
chikkachun@chikdeMBP ~ % cd Scanner-and-Patcher/setup

python3 -m pip install --no-cache-dir -r requirements.txt
Collecting argparse (from -r requirements.txt (line 1))
Downloading argparse-1.4.0-py2.py3-none-any.whl (23 kB)
Requirement already satisfied: requests in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (2.27.1)
Requirement already satisfied: pycryptodome in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (3.15.0)
Collecting termcolor (from -r requirements.txt (line 4))
Downloading termcolor-2.3.0-py3-none-any.whl (6.9 kB)
Collecting SimpleTelnetMail (from -r requirements.txt (line 5))
Downloading SimpleTelnetMail-0.1.1.tar.gz (19 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: pyfiglet in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (0.7)
Requirement already satisfied: colorama in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (0.4.6)
Collecting http.client (from -r requirements.txt (line 8))
Downloading http_client-0.1.22.tar.gz (1.6 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: selenium in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (4.10.0)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->-r requirements.txt (line 2)) (1.26.6)
Requirement already satisfied: certifi>=2017.4.17 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->-r requirements.txt (line 2)) (2021.10.8)
Requirement already satisfied: charset-normalizer~=2.0.0 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->-r requirements.txt (line 2)) (2.0.11)
Requirement already satisfied: idna<4,>=2.5 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->-r requirements.txt (line 2)) (3.3)
Collecting pycurl (from http.client->-r requirements.txt (line 8))
Downloading pycurl-7.45.2.tar.gz (234 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 234.2/234.2 kB 20.9 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: six in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from http.client->-r requirements.txt (line 8)) (1.16.0)
Requirement already satisfied: trio~=0.17 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from selenium->-r requirements.txt (line 9)) (0.22.2)
Requirement already satisfied: trio-websocket~=0.9 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from selenium->-r requirements.txt (line 9)) (0.10.3)
Requirement already satisfied: attrs>=20.1.0 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from trio~=0.17->selenium->-r requirements.txt (line 9)) (23.1.0)
Requirement already satisfied: sortedcontainers in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from trio~=0.17->selenium->-r requirements.txt (line 9)) (2.3.0)
Requirement already satisfied: outcome in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from trio~=0.17->selenium->-r requirements.txt (line 9)) (1.2.0)
Requirement already satisfied: sniffio in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from trio~=0.17->selenium->-r requirements.txt (line 9)) (1.2.0)
Requirement already satisfied: exceptiongroup>=1.0.0rc9 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from trio~=0.17->selenium->-r requirements.txt (line 9)) (1.1.2)
Requirement already satisfied: wsproto>=0.14 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from trio-websocket~=0.9->selenium->-r requirements.txt (line 9)) (1.0.0)
Requirement already satisfied: PySocks!=1.5.7,<2.0,>=1.5.6 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from urllib3<1.27,>=1.21.1->requests->-r requirements.txt (line 2)) (1.7.1)
Requirement already satisfied: h11<1,>=0.9.0 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from wsproto>=0.14->trio-websocket~=0.9->selenium->-r requirements.txt (line 9)) (0.12.0)
Building wheels for collected packages: SimpleTelnetMail, http.client, pycurl
Building wheel for SimpleTelnetMail (pyproject.toml) ... done
Created wheel for SimpleTelnetMail: filename=SimpleTelnetMail-0.1.1-py3-none-any.whl size=20306 sha256=7ef6708fe927b45d109656ab82abfba6721556fcd9bea1a850c0d4e2c743b070
Stored in directory: /private/var/folders/br/zm7nrly17tx1w8vszsf9tlhw0000gn/T/pip-ephem-wheel-cache-7ah1q8dx/wheels/41/d3/92/c2f45ec492d4e9fd80449b2973ebe1b1d6cdf882885c605965
Building wheel for http.client (pyproject.toml) ... done
Created wheel for http.client: filename=http_client-0.1.22-py3-none-any.whl size=2192 sha256=4a1efbcd6295e64d7ed2a8e2e0aa1416bf5fe199347b400b7300671174f42af7
Stored in directory: /private/var/folders/br/zm7nrly17tx1w8vszsf9tlhw0000gn/T/pip-ephem-wheel-cache-7ah1q8dx/wheels/5b/0b/56/52f2d81a4834c5eedb2d2ecded92cdd5e6e1bb3881b825fef1
Building wheel for pycurl (pyproject.toml) ... done
Created wheel for pycurl: filename=pycurl-7.45.2-cp310-cp310-macosx_10_9_universal2.whl size=199406 sha256=444dc5247c0b2313eef3299a7225f865c4f1a6d38487f5c5006277e2c52a54d3
Stored in directory: /private/var/folders/br/zm7nrly17tx1w8vszsf9tlhw0000gn/T/pip-ephem-wheel-cache-7ah1q8dx/wheels/c7/41/22/c9eb70fde387ea0f16531256570754671f9c8571571982a4c0
Successfully built SimpleTelnetMail http.client pycurl
Installing collected packages: argparse, termcolor, SimpleTelnetMail, pycurl, http.client
Successfully installed SimpleTelnetMail-0.1.1 argparse-1.4.0 http.client-0.1.22 pycurl-7.45.2 termcolor-2.3.0

[notice] A new release of pip is available: 23.1.1 -> 23.2.1
[notice] To update, run: python3 -m pip install --upgrade pip
chikkachun@chikdeMBP setup % cd ../

cd Full Scanner

python3 Web_scan.py
cd: string not in pwd: Full
/Library/Frameworks/Python.framework/Versions/3.10/bin/python3: can't open file '/Users/chikkachun/Scanner-and-Patcher/Web_scan.py': [Errno 2] No such file or directory
chikkachun@chikdeMBP Scanner-and-Patcher % python3 Web_scan.py
/Library/Frameworks/Python.framework/Versions/3.10/bin/python3: can't open file '/Users/chikkachun/Scanner-and-Patcher/Web_scan.py': [Errno 2] No such file or directory
chikkachun@chikdeMBP Scanner-and-Patcher %

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant