mirror of
https://github.com/Ground-Zerro/DomainMapper.git
synced 2025-12-10 01:47:18 +07:00
add-correct
This commit is contained in:
@@ -126,26 +126,6 @@
|
||||
|
||||
#### Windows
|
||||
|
||||
##### Способ 1: Быстрый запуск (с автоматической установкой зависимостей)
|
||||
|
||||
Откройте командную строку Windows и выполните:
|
||||
```cmd
|
||||
powershell -Command "irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile $env:TEMP\convert.bat" && cmd /c "%TEMP%\convert.bat"
|
||||
```
|
||||
|
||||
Или откройте PowerShell и выполните:
|
||||
```powershell
|
||||
irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile "$env:TEMP\convert.bat"; cmd /c "$env:TEMP\convert.bat"
|
||||
```
|
||||
|
||||
Скрипт автоматически:
|
||||
- Проверит наличие Python 3 (предложит установить, если отсутствует)
|
||||
- Установит необходимые библиотеки (httpx, colorama и др.)
|
||||
- Скачает и запустит утилиту
|
||||
- Попросит создать файл `ip.txt`, если он отсутствует
|
||||
|
||||
##### Способ 2: Ручной запуск
|
||||
|
||||
1. Скачайте файл [convert.bat](https://github.com/Ground-Zerro/DomainMapper/raw/refs/heads/main/utilities/win/convert.bat)
|
||||
|
||||
2. Создайте файл `ip.txt` в той же директории, где находится `convert.bat`, и добавьте в него IP-адреса
|
||||
|
||||
@@ -6,15 +6,8 @@
|
||||
## convert
|
||||
|
||||
**Использование:**
|
||||
- Открыть командную строку Windows и выполнить команду:
|
||||
```
|
||||
powershell -Command "irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile $env:TEMP\convert.bat" && cmd /c "%TEMP%\convert.bat"
|
||||
```
|
||||
или
|
||||
- Запустить PowerShell и выполнить команду:
|
||||
```
|
||||
irm https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/utilities/win/convert.bat -OutFile "$env:TEMP\convert.bat"; cmd /c "$env:TEMP\convert.bat"
|
||||
```
|
||||
1. Скачайте файл [convert.bat](https://github.com/Ground-Zerro/DomainMapper/raw/refs/heads/main/utilities/win/convert.bat)
|
||||
|
||||
**Можете:**
|
||||
- Скачать convert.bat и запустить его.
|
||||
2. Создайте файл `ip.txt` в той же директории, где находится `convert.bat`, и добавьте в него IP-адреса
|
||||
|
||||
3. Запустите `convert.bat`
|
||||
@@ -111,4 +111,3 @@ del /q /f convert.py
|
||||
endlocal
|
||||
pause
|
||||
exit /b 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user