Thursday, August 10, 2023

add a new symbolic link (symlink) to the wordlists directory

 Symbolic links are used to create references to files or directories in other locations

1. Navigate to wordlists directory 

cd/usr/share/wordlists/


2. Create the Symlink

ln -s /path/to/original /path/to/symlink

contoh, 

ln -s ~/wordlist_aku.txt /usr/share/wordlists/wordlist_baru_aku.txt


3. Verify the Symlink

ls -1

output example:

lrwxrwxrwx 1 user user   10 Aug 23 15:00 newlist.txt -> /home/user/my_wordlist.txt

ESP32 WIFI Analyzer with OLED Display

Wifi Analyzer Skrip dibawah  ini berfungsi untuk scan WiFi berdekatan dan memaparkan maklumatnya pada screen OLED. Fungsi utamanya ialah: Sc...