Posts

Showing posts from April, 2025

Google Dork (Google Hacking) for Advance Google Search with Examples

Image
Google Dork And Google Hacking Complete Guide Whit Examples Using advanced search techniques like Google Dorking or Google Hacking, it's possible to perform powerful and specific searches, unlike regular Google searches. By using special search parameters, you can find emails, sensitive files, leaked or unprotected information, and even access various internet-connected devices like routers, security cameras, and IoT equipment. Advanced Google Search (Google Dork) P arameters: site:example.com Search within a specific domain   filetype:suffix Search for a specific file type intitle:keyword Search for a keyword in title inurl:keyword Search for a keyword in url intext:keyword Search for a keyword in page text     Advanced Google Search (Google Dork) Examples : More examples in Exploit-DB   site:example.com filetype:pdf Finding PDF files on the website example.com   inurl:wp-content/uploads  filetype:sql Finding an Uploaded Database File on WordPress Sites ...

50+ essential and practical commands of debian | linux commands cheat sheet

Image
50+ essential and practical commands of Debian | Linux Commands Cheat Sheet Here, we’ve listed over 50 essential and practical commands for Debian-based Linux terminals. This post is designed to help those who are learning Linux or anyone who may have forgotten a command. linux system commands shutdown  now turn off     reboot restart     date print date     lshw hardware information list   systemctl [status, start, restart, stop, enable, disable] service manage services   uptime print uptime   useradd [username] create a new account   passwd [username] add or change password   userdel [username] remove a user   su [username] switch user   sudo [command] run command as root   who  print current username linux package management by apt apt search [package] find packages by name   apt install [package] installing a package   apt reinstall [package] reinstalling a package   apt remove [packa...