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

Trace back on termux! #60

Open
AlexandrOrlov-huy opened this issue Jan 4, 2021 · 3 comments
Open

Trace back on termux! #60

AlexandrOrlov-huy opened this issue Jan 4, 2021 · 3 comments

Comments

@AlexandrOrlov-huy
Copy link

File "/data/data/com.termux/files/home/Memcrashed-DDoS-Exploit/Memcrashed.py", line 5, in
from scapy.all import *
File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/scapy/all.py", line 18, in
from scapy.arch import *
File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/scapy/arch/init.py", line 28, in
from scapy.arch.bpf.core import get_if_raw_addr
File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/scapy/arch/bpf/core.py", line 11, in
from scapy.arch.common import get_if, compile_filter
File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/scapy/arch/common.py", line 35, in
TCPDUMP = _check_tcpdump()
File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/scapy/arch/common.py", line 30, in _check_tcpdump
proc = subprocess.Popen([conf.prog.tcpdump, "--version"],
File "/data/data/com.termux/files/usr/lib/python3.9/subprocess.py", line 947, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/data/data/com.termux/files/usr/lib/python3.9/subprocess.py", line 1817, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'tcpdump'
Help me please!)

@lunightx
Copy link

lunightx commented Jan 9, 2021

apt remove python* -y && apt install python3.8 python3-pip -y && python3.8 ./Memcrashed.py // WORK

@Scornyx
Copy link

Scornyx commented Jan 21, 2021

bash: /data/data/com.termux/files/usr/bin/python: No such file or directory
Help

@D9nam1c
Copy link

D9nam1c commented May 27, 2021

apt install tcpdump may help solve the problem

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

4 participants