Termux
2.2K subscribers
670 photos
83 videos
407 files
739 links
Termux-Collection
Download Telegram
Forwarded from Villa College
Instagram Liker.zip
59.1 KB
Forwarded from Cyryx college
Lecture Notes 1 Introduction to System Components (1).pdf
1.4 MB
1) Introduction to system componant and its process
This media is not supported in your browser
VIEW IN TELEGRAM
¶¶ Tor -Termux
#proxychains #tor #termux #android #TermuxToolx

📍pkg update
📍pkc upgrade
📍pkg install nano
📍pkg install tor
📍pkg install proxychains-ng
📍clear
📍cd
📍tor
¶¶ new session & type
📍cd ..
📍cd usr/etc
📍ls
📍nano proxychains.conf


¶¶ add hash
📍#dynamic_chain

#strict_chain
¶¶ In strick_chain (remove )
📍strict_chain

¶¶ Go down and add In

# defaults set to "tor"
socks4 127.0.0.1 9050
¶¶ add
📍socks5 127.0.0.1 9050


¶¶ like this
# defaults set to "tor"
socks4 127.0.0.1 9050
socks5 127.0.0.1 9050
(Add proxy -)
ctrl and o enter save proxychains.conf
¶¶clear

¶¶ New Session
📍curl ifconfig.me
📍proxychains4 curl ifconfig.me