EFX TV Linux Tutorials
Open in Telegram
The EFX TV Telegram channel can be found at @efxtv2 @efxtv admin @errorfix_tv. For online education only.
Show moreNo data
Subscribers
-424 hours
-207 days
-4130 days
Posts Archive
How to Pin / password unlock π Android (upto 13) device Using Python 10 reaction to get the file
How to Use Unlock.py:
π» [ Download File.py ]
1. Install ADB:
sudo apt install adb
2. Turn on WiFi and enable networking between Ubuntu and Android.
3. Enable ADB (USB debugging) on Android:
- Go to *Settings* > *About phone* > Tap *Build number* 7 times to enable Developer options.
- Go to *Settings* > *Developer options* > Enable *USB debugging*.
4. Connect the Android device to Ubuntu via USB.
5. Allow Ubuntu to connect to ADB on Android:
- You might need to confirm the connection on your Android device by accepting the RSA key fingerprint.
6. Run the following commands to start and connect with Android via ADB:
adb tcpip 5555
adb connect <IP>:5555
- Replace <IP> with the actual IP address of your Android device.
7. Run the Python script:
python3 unlock.py wordlist.txt
Share for more @efxtv
Vote Now π
57 users L3MON Live Static Setup and Education. Most Unique Method
Lets plan a quick Live π΄ This Saturday : 25/01/2025 Time in IST 00:00 Am/Pm Vote now π
Cybersecurity Alert: Blocked Trojan Ports and Malware Identifiers π‘
Scan for all the ports
sudo nmap -p- -sV -sC -oA full_scan [target_ip_or_hostname]
Stay informed and protect your digital environment! Here's a comprehensive list of known malicious ports used by trojans and malware. Network administrators and cybersecurity professionals, take note! π₯π
Portsββββ- Malware Names
23432ββββ Asylum
31337ββββ Back Orifice
31338ββββ Net Spy
31339ββββ Net Spy
18006ββββ Back Orifice 2000
139ββββ Nuker
12349ββββ Bionet
44444ββββ Prosiak
6667ββββ Bionet
8012ββββ Ptakks
80ββββ Codered
7597ββββ Qaz
21ββββ DarkFTP
4000ββββ RA
3150ββββ Deep Throat
666ββββ Ripper
2140ββββ Deep Throat
1026ββββ RSM
10048ββββ Delf
64666ββββ RSM
23ββββ EliteWrap
22222ββββ Rux
6969ββββ GateCrash
11000ββββ Senna Spy
#Cybersecurity #NetworkSecurity #MalwarePrevention #ITSecurity
π‘ Pro Tip: Regularly update firewall rules and block these ports to enhance your network's defense mechanism!
β¬β¬β¬β¬β¬β¬ββ
β β¬β¬β¬β¬β¬β¬
One-time fee lifetime access:
π Free Tending Tools
π Free VPS / Virtual PC
π Free Exploits
π Free Tutorials
π Free Live Classes and Discussion
π Free Docx
π₯π₯π₯π₯JOIN NOWπ₯π₯π₯π₯
β¬β¬β¬β¬β¬β¬ββ
β β¬β¬β¬β¬β¬β¬π¨ Introducing the Chrome Password Decryptor Telegram Bot! π¨
This bot is designed to help you recover your saved passwords from Google Chrome in a secure and easy way. It extracts and decrypts your saved login information from Chrome's encrypted storage, so you can get access to your credentials even if youβve forgotten them.
π VISIT TO DOWNLOAD THE SCRIPT IN PYTHON
π How it works:
The bot securely retrieves your encrypted passwords stored in Chrome.
It then decrypts them and sends the information straight to your Telegram chat.
All this happens in the background while keeping your data private and safe.
π‘ Perfect for:
Recovering passwords youβve lost or forgotten.
Managing your login details securely without worrying about forgetting them.
Note: This bot only works on your own Chrome data and requires access to your Chrome profile to retrieve and decrypt the information.
Stay safe and take control of your passwords with ease! π‘
β¬β¬β¬β¬β¬β¬ββ
β β¬β¬β¬β¬β¬β¬
One-time fee lifetime access:
π Free Tending Tools
π Free VPS / Virtual PC
π Free Exploits
π Free Tutorials
π Free Live Classes and Discussion
π Free Docx
π₯π₯π₯π₯JOIN NOWπ₯π₯π₯π₯
β¬β¬β¬β¬β¬β¬ββ
β β¬β¬β¬β¬β¬β¬
L3MON is not working?
Join for a free class
Premium users are not allowed to join. You all are in
https://t.me/+egpQDeBtGk8wYWU1
### 20. Scan Without Pinging
nmap -Pn 192.168.1.1
- Purpose: Skips the ping step, assuming the host is online.
- Explanation: Useful when ICMP is blocked.
---
#### Tips for Advanced Scanning:
- Combine Scripts: Use multiple --script options for deeper insights.
- Be Ethical: Always have proper authorization before scanning networks.
- Experiment with Timing: Adjust timing templates to balance speed and stealth.
- Leverage NSE: The Nmap Scripting Engine offers a vast library of scripts for specific tasks.
β¬β¬β¬β¬β¬β¬ββ
β β¬β¬β¬β¬β¬β¬
One-time fee lifetime access:
π Free Tending Tools
π Free VPS / Virtual PC
π Free Exploits
π Free Tutorials
π Free Live Classes and Discussion
π Free Docx
π₯π₯π₯π₯JOIN NOW (https://t.me/+NdJgeT-eVkY3ZTU9)π₯π₯π₯π₯
β¬β¬β¬β¬β¬β¬ββ
β β¬β¬β¬β¬β¬β¬Hi! Top 20 NMAP Scan
List of advanced
nmap commands that can be useful for detailed network scanning and reconnaissance. Each command is tailored for specific scenarios:
---
### 1. Basic Network Sweep
nmap -sn 192.168.1.0/24
- Purpose: Performs a ping scan to identify live hosts.
- Explanation: No port scanning, just pings to detect active devices on the subnet.
---
### 2. Aggressive Scan
nmap -A 192.168.1.1
- Purpose: Enables OS detection, version detection, script scanning, and traceroute.
- Explanation: A comprehensive scan revealing detailed target information.
---
### 3. Scan with Specific Ports
nmap -p 22,80,443 192.168.1.1
- Purpose: Scans only specified ports (22, 80, and 443).
- Explanation: Saves time by narrowing the scan scope.
---
### 4. Full Port Scan
nmap -p- 192.168.1.1
- Purpose: Scans all 65,535 ports.
- Explanation: Ensures no port is overlooked during the scan.
---
### 5. Service Version Detection
nmap -sV 192.168.1.1
- Purpose: Detects versions of services running on ports.
- Explanation: Useful for identifying software and its version.
---
### 6. Operating System Detection
nmap -O 192.168.1.1
- Purpose: Attempts to determine the target's operating system.
- Explanation: Uses TCP/IP stack fingerprinting.
---
### 7. Detect Vulnerabilities
nmap --script vuln 192.168.1.1
- Purpose: Runs vulnerability scripts from the NSE (Nmap Scripting Engine).
- Explanation: Identifies common vulnerabilities in the target system.
---
### 8. Bypass Firewalls and IDS
nmap -f 192.168.1.1
- Purpose: Sends fragmented packets to evade detection.
- Explanation: Useful for bypassing some firewalls and IDS/IPS.
---
### 9. Stealth Scan
nmap -sS 192.168.1.1
- Purpose: Performs a half-open TCP scan (SYN scan).
- Explanation: Less likely to be detected by the target system.
---
### 10. Traceroute
nmap --traceroute 192.168.1.1
- Purpose: Maps the route packets take to reach the target.
- Explanation: Identifies intermediate devices between you and the target.
---
### 11. Scan with Timing Templates
nmap -T4 192.168.1.1
- Purpose: Speeds up the scan with a faster timing template.
- Explanation: T0 (slowest) to T5 (fastest); T3 is default.
---
### 12. Scan All Devices in a Subnet
nmap 192.168.1.0/24
- Purpose: Scans all IPs in a subnet.
- Explanation: Useful for identifying all active devices.
---
### 13. Custom Scans with Specific Flags
nmap -sX -p 80 192.168.1.1
- Purpose: Uses a custom flag (e.g., XMAS scan) to probe the target.
- Explanation: Tests how devices respond to unusual traffic.
---
### 14. Scan a Target Behind Proxychains
proxychains nmap -sT -Pn -p 80 192.168.1.1
- Purpose: Scans using a proxy chain for anonymity.
- Explanation: Ensures your identity is hidden during the scan.
---
### 15. Excluding Hosts
nmap 192.168.1.0/24 --exclude 192.168.1.10
- Purpose: Scans a subnet but skips specific hosts.
- Explanation: Useful in controlled environments.
---
### 16. HTTP Enumeration
nmap --script=http-enum 192.168.1.1
- Purpose: Enumerates common directories and files on web servers.
- Explanation: Good for web reconnaissance.
---
### 17. Detecting Firewall Rules
nmap --script firewall-bypass 192.168.1.1
- Purpose: Detects firewall rules and attempts to bypass them.
- Explanation: Tests for vulnerabilities in firewall configurations.
---
### 18. Scan for Open SMB Shares
nmap --script smb-enum-shares 192.168.1.1
- Purpose: Enumerates SMB shares available on the host.
- Explanation: Useful in Windows environments.
---
### 19. Save Output to a File
nmap -oN output.txt 192.168.1.1
- Purpose: Saves the scan results to a text file.
- Explanation: Helps keep a record of scans for later analysis.
---Here's what you'll get in ALPINE Portable image:
- β
Docker (100% working)
- β
SSH (100% working)
- β
All Kali Tools Portable (Installable)
- π« No network after boot? (FIXED)
- π§ Docker unix:///var/run/docker.sock error (FIXED)
- π SSH permission denied (FIXED)
Note: The default username and password are both root. The default boot may be slow (RAM allotment: -m 1024). You can adjust it according to your needs. vi docker
π₯ Download the Portable ALPINE.zip and check out the instructions below:
π₯ Download Tutorial Video and supported command list (VIP)
π₯ Download Script to install
π Thanks for using Portable ALPINE Linux by EFX Tv! π
Here's what you'll get in ALPINE Portable image:
- β
Docker (100% working)
- β
SSH (100% working)
- β
All Kali Tools Portable (Installable)
- π« No network after boot? (FIXED)
- π§ Docker unix:///var/run/docker.sock error (FIXED)
- π SSH permission denied (FIXED)
Note: The default username and password are both root. The default boot may be slow (RAM allotment: -m 1024). You can adjust it according to your needs. vi docker
π₯ Download the Portable ALPINE.zip and check out the instructions below:
π₯ Download Tutorial Video and supported command list (VIP)
π How to Use:
1. Update and Install Required Packages
pkg update && pkg upgrade
pkg install qemu-utils qemu-common qemu-system-x86_64-headless
2. Unzip ALPINE.zip to ~/
cd $HOME
cp /path/to/zip/ALPINE.zip ~/
unzip ALPINE.zip
cd ALPINE
3. Give Execution Permission
chmod +x docker
4. Create Soft Link to Execute Docker Anywhere
ln -s $PWD/docker $PREFIX/bin
5. Start ALPINE + Docker + SSH
docker
user root
password root
passwd root
change password
poweroff
docker
π― To Run Docker:
docker
# OR
bash docker
Enjoy the enhanced experience with Portable ALPINE Linux! π
β¬β¬β¬β¬β¬β¬ββ
β β¬β¬β¬β¬β¬β¬
π₯π₯π₯JOIN VIP NOWπ₯π₯π₯
β¬ | EFX Tv Education Group
π³| Learn Ethical Hacking Training
π| 98β
Demo
π₯| 02% Theory
πΊ| DM: https://t.me/efxtv/3717
πΉ| Live Education And Playground
β¬β¬β¬β¬β¬β¬ββ
β β¬β¬β¬β¬β¬β¬How to Install Kali Linux Chroot on Ubuntu: A Step-by-Step Guide
Note: Practice on VM. Main OS may cause booting issues.
Start CLI/GUI Kali in just a click. In this Post, we'll learn the process of setting up Kali Linux in a chroot environment on an Ubuntu system. This setup allows you to run Kali Linux tools while using your primary Ubuntu installation. No dual boot required.
1. Update and Upgrade Your System
Start by ensuring your system is up-to-date.
sudo apt update && sudo apt upgrade -y
sudo apt dist-upgrade -y
2. Install Necessary Packages
Install the required packages for setting up the chroot environment.
sudo apt install debootstrap schroot sudo
3. Prepare the Directory for Kali Linux Chroot
Create a directory where Kali Linux will be installed.
sudo mkdir ~/srv/chroot/kali
sudo debootstrap kali-rolling ~/srv/chroot/kali http://http.kali.org/kali
4. Set Up the Chroot Environment
Bind necessary system directories to the chroot environment.
sudo mount --bind /dev ~/srv/chroot/kali/dev
sudo mount --bind /proc ~/srv/chroot/kali/proc
sudo mount --bind /sys ~/srv/chroot/kali/sys
sudo mount --bind /run ~/srv/chroot/kali/run
5. Mount the Devpts File System
Run the following command inside the chroot environment to mount the devpts.
mount -t devpts devpts /dev/pts
6. Enter the Kali Chroot Environment
Now, you can chroot into the Kali Linux environment.
sudo chroot ~/srv/chroot/kali /bin/bash
7. Configure Kali Linux
Inside the chroot environment, configure Kali Linux by setting the locale and time zone.
export LANG=en_US.UTF-8
dpkg-reconfigure locales
dpkg-reconfigure tzdata
8. Update Kali Linux
Update the package list for Kali Linux.
apt update
9. Add Kali Linux Repositories
Edit the sources.list file to add Kali Linux repositories.
nano /etc/apt/sources.list
Add the following lines:
deb http://http.kali.org/kali kali-rolling main non-free contrib deb-src http://http.kali.org/kali kali-rolling main non-free contribUpdate again:
apt update
10. Test the Internet Connection
Check if you have internet access by pinging Google.
ping google.com
11. Resolve DNS Issues (if any)
If you face DNS issues, update your resolv.conf file.
sudo nano /etc/resolv.conf
Add the following nameservers:
nameserver 8.8.8.8 nameserver 8.8.4.412. Verify `/etc/hosts` Ensure that your
/etc/hosts file is correctly configured.
sudo vi /etc/hosts
Ensure it contains:
127.0.0.1 localhost ::1 localhost13. Install Kali Linux Tools Install the default Kali Linux tools set.
apt install kali-linux-default
14. Unmount and Clean Up (Do not reboot your OS without this step)
If you need to uninstall Kali Linux, unmount the chroot environment and delete the directory.
sudo umount ~/srv/chroot/kali/dev
sudo umount ~/srv/chroot/kali/proc
sudo umount ~/srv/chroot/kali/sys
sudo umount ~/srv/chroot/kali/run
That's it! You've successfully set up Kali Linux in a chroot environment on Ubuntu. Enjoy exploring Kali tools alongside your Ubuntu system!
β¬β¬β¬β¬β¬β¬ββ
β β¬β¬β¬β¬β¬β¬
π₯π₯π₯JOIN VIP NOWπ₯π₯π₯
β¬ | EFX Tv Education Group
π³| Learn Ethical Hacking Training
π| 98β
Demo
π₯| 02% Theory
πΊ| DM: https://t.me/efxtv/3717
πΉ| Live Education And Playground
β¬β¬β¬β¬β¬β¬ββ
β β¬β¬β¬β¬β¬β¬Hi, we are planning to start Free Live session as we were doing (TNC), Please vote and support. Would you like to join us on?
