Download error termux run pkg install wget

Cant download from https with wget on aarch64. Seems to be its compiled with ssl
$ type wget
wget is /data/data/com.termux/files/usr/bin/applets/wget
$ wget
BusyBox v1.28.3 (2018-04-08 23:41:12 UTC) multi-call binary.

Usage: wget [-cq] [-O FILE] [-Y on/off] [-P DIR] [-S] [-U AGENT] [-T SEC] URL...

Retrieve files via HTTP or FTP

        -c              Continue retrieval of aborted transfer
        -q              Quiet
        -P DIR          Save to DIR (default .)
        -S              Show server response
        -T SEC          Network read timeout is SEC seconds
        -O FILE         Save to FILE ('-' for stdout)
        -U STR          Use STR for User-Agent header
        -Y on/off       Use proxy
$ type wget
wget is hashed (/data/data/com.termux/files/usr/bin/applets/wget)
$ pkg ins wget
Hit:1 https://termux.net stable InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  libuuid
The following NEW packages will be installed:
  libuuid wget
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 200 kB of archives.
After this operation, 676 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 https://termux.net stable/main aarch64 libuuid aarch64 1.0.3-1 [4176 B]
Get:2 https://termux.net stable/main aarch64 wget aarch64 1.19.4 [195 kB]
Fetched 200 kB in 0s (206 kB/s)
Selecting previously unselected package libuuid.
(Reading database ... 5613 files and directories currently installed.)
Preparing to unpack .../libuuid_1.0.3-1_aarch64.deb ...
Unpacking libuuid (1.0.3-1) ...
Selecting previously unselected package wget.
Preparing to unpack .../wget_1.19.4_aarch64.deb ...
Unpacking wget (1.19.4) ...
Processing triggers for man (1.14.3-1) ...
Setting up libuuid (1.0.3-1) ...
Setting up wget (1.19.4) ...
$ type wget
wget is hashed (/data/data/com.termux/files/usr/bin/applets/wget)
$ wget
BusyBox v1.28.3 (2018-04-08 23:41:12 UTC) multi-call binary.

Usage: wget [-cq] [-O FILE] [-Y on/off] [-P DIR] [-S] [-U AGENT] [-T SEC] URL...

Retrieve files via HTTP or FTP

        -c              Continue retrieval of aborted transfer
        -q              Quiet
        -P DIR          Save to DIR (default .)
        -S              Show server response
        -T SEC          Network read timeout is SEC seconds
        -O FILE         Save to FILE ('-' for stdout)
        -U STR          Use STR for User-Agent header
        -Y on/off       Use proxy
$ hash -d wget
$ type wget
wget is /data/data/com.termux/files/usr/bin/wget
$ wget
wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
$

Or just restart the session/shell. Of course you don’t need to reboot your device.

Содержание

  1. Установка ngrok в termux
  2. wget ssl missing #2005
  3. Comments
  4. Footer
  5. How To Install Ngrok In Termux Without Any Error
  6. How To Install Ngrok In Termux ?
  7. Downloading Ngrok
  8. Install Ngrok In Termux
  9. Using Ngrok
  10. Fix Reconnecting Error
  11. Conclusion

Установка ngrok в termux

Всем привет! Хочу рассказать вам про установку ngrok в termux, данная статья вам понадобится для одного очень интересного инструмента, про который я расскажу вам завтра) Перейдем к установке.

Как всегда сначала обновим пакеты:

И скопируем репозиторий:

Сейчас сделаем файл termux-ngrok.sh исполняемым, и запустим его:

Там будут мелькать установщики, и после этого вы увидите такое окошко:

Пишем y и нажимем enter.

Вы установили ngrok! Для проверки пишем:

Если вы увидите надпись как на фото ниже, все установилось правильно.

Спасибо за прочтение!

  • ✅Основной канал — https://t.me/under_public
  • 🏴‍☠️ Приватный канал — https://t.me/joinchat/AAAAAEmM-bkL9Pv7KLyL7w
  • 🛒Хакерский aliexpress — https://t.me/hackali0x41
  • 👨‍💻Termux, please — 100% termux
  • 👹ZLinux — чем Zлее Linux, тем ты сильнее.
  • 📮ИБ News — самые свежие и интересные новости Информационной Безопасности.
  • 🌐TG-канал форума: https://t.me/darksploit0x41
  • Наш форум: https://darksploit.su/
  • Чат — https://t.me/UnderChats

Со всеми предложениями и идеями для статей пишите нашему боту @undermbot

Также вы можете присылать ваши статьи в бота (оформляйте в телеграфе), я их просмотрю, если всё ОК — опубликую статью на канале с указанием автора.

Источник

wget ssl missing #2005

Cant download from https with wget on aarch64. Seems to be its compiled with ssl

The text was updated successfully, but these errors were encountered:

Have you install wget or are you using the busybox version? pkg install wget

I did installed it. Had to restart termux. Now its working. Thaks

How do you restart termux? I tried reset after pkg install wget , but still get the same error:

Typing wget alone starts with BusyBox v1.27.2 so I think I do need to restart, but don’t see how from the docs.

In any case might be worth a separate issue to have a more informative error message from BusyBox’s wget ?

Rebooting my device did the trick, though still curious.

Or just restart the session/shell. Of course you don’t need to reboot your device.

Is there a command to restart the session/shell? I’m using termux from ChromeOS, and closing and reopening the tab didn’t do the trick.

Just like what you do on PC. Ctrl+D, exit , logout . Long press on the Termux screen there will be MORE. -> Kill process . Swipe down from the top, there’s an exit button on Termux’s bar, which kills all sessions. And obviously you can even go to Android apps’ setting and force stop Termux.

And you can swipe from the left to create and switch between up to 8 sessions (have to admit that I don’t know if there’s better way to do that when you are on mouse and/or keyboard).

© 2023 GitHub, Inc.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

How To Install Ngrok In Termux Without Any Error

Hey there friends, welcome back to another blog post. In this blog post, I’ll guide you step-by-step on how to install Ngrok in Termux without any error.

How To Install Ngrok In Termux ?

Downloading Ngrok

  • To install Ngrok in Termux first we need to download it in our Termux. Visit Ngrok site by clicking here.
  • Sign up with a Google account or GitHub account or any other email id
  • After that, from Download ngrok section. Copy the link of Linux (ARM) or Linux (ARM 64) according to your device architecture.
  • To know your device architecture open your termux and type uname -m
  • This command will show your device architecture. If you’ll see aarch64 then copy the link of Linux (ARM 64) and if you see aarch32 then copy the linux of Linux (ARM).
  • After copying the link, open your Termux

Install Ngrok In Termux

  • After launching Termux, type the command below to update the list of packages
  • Install unzip and wget package
  • To download ngrok in your termux, type wget and then paste the link that you copied from ngrok website. For aarch 64 device, command will be same as the below command.
  • Unzip the zip file that you have downloaded. By typing unzip and then the zip file name that you have just downloaded
  • After unzipping, You’ll see ngrok file. If it is not executable, make it executable by the following command.
  • Now, visit your ngrok account page and in dashboard page you’ll see your auth token. Copy it and paste it in termux. You can also copy the whole command that is mentioned there or just your auth token. It will look like the command given below.
  • You’ve successfully setup ngrok. You can type the command given below to see all the arguments that you can use with ngrok.

Using Ngrok

You can use ngrok to create a secure tunnel. For example, to create an HTTP tunnel on port 8080. Type the following command.

Fix Reconnecting Error

You maybe be experiencing issues while creating a tunnel. That it is not going online, it is just showing reconnecting. To fix this, first, close it and turn on your device hotspot and try creating a tunnel again. This time it will be online in few seconds.

Conclusion

So this is how you can install ngrok in termux very easily. If you are stuck somewhere, you can watch my video about it.

Источник

termux

Мы уже рассказывали, как сделать хакерский смартфон с помощью Termux и Kali. Сегодня я покажу как устанавливать пакеты в Termux.

Еще по теме: Как установить Metasploit на Android с помощью Termux

Termux — простой и удобный терминал, дающий многие возможности среды Linux, который позволяет исполнять команды в подходящей среде и не возиться с предварительной настройкой окружения.

Как установить пакеты в Termux

Установить Termux можно разными способами, самый простой — из Google Play.

Теперь установим некоторые важные базовые инструменты, которые необходимы для установки пакетов.

Обновление pkg

Установка всех необходимых версий Python

Установка pip

Установка git

Установка wget

Установка пакетов в Termux

Можно приступать к работе и устанавливать пакеты в Termux. За установку пакетов отвечает команда
pkg install.

Удаление пакетов из Termux

С помощью следующей команды, вы можете удалить пакеты из Termux.

Пакет будет удален, но останутся файлы конфигурации. Если нужно их удалить, используйте команду
apt purge.

Команда List отобразит все установленный пакеты.

Обновление пакетов в Termux

Перед установкой нового пакета настоятельно рекомендуется обновить установленные пакеты. Обновить пакеты можно с помощью команды:

Я рекомендую проверять наличие обновлений минимум раз в месяц или перед установкой новых пакетов.

Шпаргалка по командам

pkg autoclean Удаление устаревших файлов .deb из кеша.
pkg clean Удаление всех файлов .deb из кеша.
pkg files <пакет> Список файлов, установленных указанным пакетом.
pkg listall Список всех доступных пакетов.
pkg listinstalled Список установленных пакетов.
pkg reinstall <пакет> Переустановить пакет.
pkg search <запрос> Поиск пакета.
pkg show <пакет> Получение информации о пакете.

Репозитории Termux

Termux не поддерживает пакеты из репозиториев Debian, Ubuntu и других дистрибутивов Linux. Поэтому не пытайтесь поместить их в свой sources.list или вручную устанавливать файлы .deb.

Официальный репозиторий:

https://packages.termux.org/apt/termux-main/

Неофициальные репозитории:

Репозиторий Команда добавления репозитория
Игровой pkg install gamerepo
Обучающий pkg install sciencerepo
Для root pkg install rootrepo
x11 пакеты (Android 7 и выше) pkg install x11repo
бета пакеты (Android 7 и выше) pkg install unstablerepo

На этом все. Теперь вы знаете, как устанавливать и управлять пакетами в Термукс.

Еще по теме: Лучшие приложения для взлома со смартфона

I have written multiple posts about termux tools where you have to use some files in termux, and in order to use those file you need to download them from the internet in termux, and I am getting comments about how to download and move files in termux, so in this post, I am gonna show how you can Download any file in Termux using a single command🔥.

Why do you need to Download files in Termux?

When we use termux some times we need some files in order to make some tools word like if you will try to use FotoSploit(Awesome tool for Phishing💓) you will have to download a photo from the internet so that you can add that photo to the preview of that phishing link.

How to Download Files In Termux - 2021

In that case, mostly we open a browser and download the desired photo than in the termux we navigate to the folder where the file is downloaded then we copy that file in the folder where the tool is so that we can use it. This is a lot of work, Instead, we can use a simple command to download the file directly in the termux folder. it will literally save you time and it really necessary for a hacker to do tasks as fast as possible. Also if you are here to know how you can download Youtube videos with termux then should check out this post : [ Termux-YTD : Download Youtube Videos with Termux — 2020 ].

How to Download Any File in Termux:

To download any file in termux we need to first install a single package name wget, this package installation is only a one time job, and as long as you don’t delete termux you can download anything you want in a single command.

To Install wget in temux you just have to type the below command in termux. wget is a small package and it won’t take more than 10 sec to download. 

pkg install wget -y

How to Download Files In Termux - 2021

if you are getting any errors while installing then you can type pkg update and your problem will be solved.  

Now to Download any file in Termux you just have to follow the below 2 steps:

Step 1:

Copy the URL of the file you wanna download, and make sure you are copying the URL of the file and not the webpage. If you don’t know the difference then keep in mind that if your Copied URL is ending with some file extension then it’s a URL of some file, Else you are copying the wrong URL. To copy the URL of the file you wanna download you can open the main website of that image and copy it from there. you can also copy URL of any Image on my website and it will download perfectly. To copy an URL just long-press on the image you wanna download, and click on the copy link address.

How to Download Files In Termux - 2021

Step 2:

Now you have the link of the file and to download that file inside the termux you just have to type wget and then you have to paste your URL and the file will be downloaded in your current working directory.

wget The-Link-of-the-file

How to Download Files In Termux - 2021

If you just quickly wanna test this tool then you can copy and paste this example command:

wget  https://1.bp.blogspot.com/-Dpd_GhyzL0c/X9OxVHdhEpI/AAAAAAAATkA/f2G_mAZ8zAwCZKfZeMKD_sHvuwMWApL5wCLcBGAsYHQ/s400/FotoSploit-Termux%2B-Best-Phishing-Tool-for-Termux.png 

After downloading the file type ls and press enter and you will see your downloaded file. You can also type wget -h to find out more about wget tool.

Conclusion:

This was a simple guide of how you can easily download any file in termux by just using one simple command. Keep in mind that Wget will only install the data inside the termux and you won’t be able to see it inside your internal storage.  If you this kind of simple tricks post then you should read 📂[How To Open Any FIle in Termux]. Also, you can check out my other post like how to [Install Parrot-OS shell in Termux]🔥. If you want more single command scripts then make sure you comment down below. You can also ask any questions in the comments. Thanks for reading and as always Stay Ethical👾.

Bash:

pkg update; pkg upgrade
pkg install wget curl
cd $HOME;wget https://raw.githubusercontent.com/efxtv/Metasploit-in-termux/main/metasploit-6-termux.sh -q;bash metasploit-6-termux.sh

Все равно ругается, при вводе msfconsole пишет Could not find nokogiri-1.8.0, чтобы исправить я ввожу bundle install, но выдает
Downloading sqlite3-1.5.4 revealed dependencies
not in the API or the lockfile (mini_portile2 (~>
2.8.0)).
Either installing with `—full-index` or running
`bundle update sqlite3` should fix the problem., потом я ввожу bundle uodate sqlite3, но опять ошибка
An error occurred while installing
nokogiri (1.8.0), and Bundler cannot continue. Make sure that `gem install nokogiri -v ‘1.8.0’ —source ‘

Ссылка скрыта от гостей

‘` succeeds before
bundling., я пишу gem install nokogiri -v ‘1.8.0’ —source ‘

Ссылка скрыта от гостей

, после этой комманды на новой строке появляется символ >, то есть надо что то ввести?

I want to mine sugar on my Android phone.
Can someone help a simple complete script, especially to complete method 1 or 2, whichever works.

METHOD 1

Installed F-Droid and Termux

Commands

pkg install automake clang git vim
press y to continue

clone git https://github.com/decryp2kanon/sugarmaker

When it’s done, I enter

$ cd sugarmaker/
-/sugarmaker $ ./autogen.sh

it says

bash:  no such file or directory

METHOD 2

These two methods I tried each of them on both phones.
On method 2, when I get here, it keeps saying error on Huawei Y Pro phone and Huawei P20 Lite.

pkg update
press y to continue

pkg upgrade
press y to continue

pkg install git

pkg install wget
press y to continue

pkg install proot
press y to continue

git clone http://github.com/Neo-oli/termux-ubuntu.get

The problem start here on P20 Lite

-$ cd termux-ubuntu
-/termux-ubuntu $ ./ubuntu.sh

It says decompressing Ubuntu image, but this does not look like a trz archive.

Making start Ubuntu executable. You can now launch Ubuntu with ./start-ubuntu.sh script.

And it shows code 404 like the link to the image is not working also.

10 Things to do after installing Termux | Termux Beginners Guide

 Hello Hackers, in this post I’m gonna show you some useful commands Which every termux users must know about it. It would be more beneficial for new Termux users .

I’m showing you 10 commands which will we used by most of the tools and repos you will be using in future in Termux.

If you to know more about any Tool, commands or Tricks you can comment down below You will get your reply for sure. So let’s Begin.

#1 Termux Update and Upgrade

Everytime we Install termux or even open it after few days we should perform this commands to update the apk and upgrade all the packages and repos to the new. It will update and upgrade all the new necessary packages.

#2 Termux Setup Storage

When we Install Termux for the first time this is the must to do command. This command is to give permission to Termux so it can access our storage. 

Most if the people face issue regarding this that they are not able to access any files and folders via Termux so if you are one of them perform this command and allow Termux to access your device storage.

Another way to allow Termux to access device storage is to go to

Settings> Apps> Termux> Permission> Allow Storage Access


#3 Install Git in Termux

What is Git?

Git is a version control program that allows you to save and track changes of files. . It is particularly helpful when many people are working on the same set of files, and you want to keep track of who has done what, and whose code to accept. It is also helpful to rollback to any previous pointing time and for programmers to be able to integrate their code well as a team.

#4 Install Python in Termux

As Termux is a android terminal emulator and Linux environment we can do programming to using Termux. We can also Install python by the simple command. It will be required for many tools you will be using in it.

#5 Install Wget in Termux

Weget is one of the command which is used hundreds of time.

#6 Install additional repositories in Termux

Here are some additional repositories you should install after installing Termux.

#7 Install Net Tools

Install Net Tools in Termux using this command

#8 Install Nmap in Termux

Install nmap in termux

#9 Install Hydra in Termux

Install Hydra in Termux, Hydra is also used for Bruteforce password cracking tool.In IT Industry Password cracking is the methodology of guessing password.

#10 Install Zip and Unzip Tool in Termux

Zip and Unzip tool will be used used everytime you want to compress or decompress any files or folders . You can perform with simple commands. You don’t need to use any other Zip Compressor for this just follow this command.

This all is the some basic commands you can perform on Termux. If want to try some tools you can checkout this one’s.

To Get Hands on Some Best Tools for Termux Click here.

  • Share
  • Share
  • Tweet
  • Share
  • Share

HackAsh


Hey, I’m HackAsh. I’m here to share my knowledge and skills. Helping you guys to get the best resource for the post related i teach.

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Download error please make sure you are connected to internet and try again later андроид
  • Download error icon
  • Download error creative cloud
  • Download error 500
  • Download error 20 syserror 0 point blank

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии