termux-play-store / termux-issues

Issues for the Play Store build of Termux
5 stars 25 forks source link

[Bug]: link is not generating #21

Open Yahya-hacker opened 5 months ago

Yahya-hacker commented 5 months ago

Problem description

Screenshot_20240625-140003_Termux Screenshot_20240625-140247_Termux It should create the link to give to the target but when I say Y ''yes'' to start a secure cloudfare tunnel it say with red ''[!]Link is not generating'' but when I say N ''no'' it's beginning to waiting targets without generating the link first

What steps will reproduce the bug?

Saying Y ''yes'' to hound for beginning a cloudfare tunnel or saying N ''no''

What is the expected behavior?

It should give a link

System information

Hound is a simple and light tool for information gathering and capture exact GPS coordinates
Hound is a tool that can remotely capture the exact GPS coordinates of a target device using a PHP server, and can also grab basic information about the system and ISP. This tool can be very helpful in information gathering. you can get following information of the target device

Longitude
Latitude
Device Model
Operating System
Number of CPU Cores
Screen Resolution
User agent
Public IP Address
Browser Name
ISP Information
nhockey commented 5 months ago

The only cloudflare binary for arm 64 doesn't seem to work. Could you try finding the binary and see if you can just execute it on its own? The only version of it that I located was in an RPM and the output was as follows: Screenshot_20240703-162456.png

Statically linked binaries will not work under termux. For further information on this refer to these two links: https://github.com/termux-play-store/termux-exec https://en.m.wikipedia.org/wiki/W%5EX

Biswa96 commented 4 months ago

Have you tried to install the cloudflared package in termux instead of running a binary from Internet?