BLACK HAT 🎩🎩:
Wireless and Mobile Networks Security
🔰Google SEO Secret Guide🔰
Share And Support Us ❤️
How to make a professional interactive telegram bot for free 🤙
Here we gonna discuss how we can make and deploy a telegram bot from complete scratch
You don’t need to write any code for this. In fact, you don’t even need your computer!
Link 🖇️👇
https://bit.ly/2KX4usd
Share and support us 😌❤️
t.me//blackhat504
Complete Cyber Security Masterclass: Beginner to Advance
Learn Cyber Security like a professional hacker! Start as a beginner and go all the way to launching cyber attacks.
https://www.udemy.com/course/complete-cyber-security-masterclass-beginner-to-advance/?Join-@UdemyFree4You&couponCode=JUNAAR
Sʜᴀʀᴇ ᴀɴᴅ sᴜᴘᴘᴏʀᴛ ᴜs👇
🆔
💢TERMUX ADVANCE GUIDE💢
🔰Ultimate Guide To Ethical Hacking With Termux🔰
LINK👇
https://play.google.com/store/apps/details?id=com.androidexample.termux
Share & Support Us❤️
⚜JOIN FOR MORE⚜
➖➖
🔥 10×VRV HITS OPEN 🔥
[email protected]:jstead1990 | Subs = [VRV Premium Bundle]
[email protected]:Spartan213 | Subs = [VRV Premium Bundle]
[email protected]:Hawknation1 | Subs = [VRV Premium Bundle]
http://
[email protected]:12/qwaszx | Subs = [VRV Premium Bundle]
[email protected]:KatyPerry12 | Subs = [VRV Premium Bundle]
[email protected]:car1bib2J | Subs = [VRV Premium Bundle]
[email protected]:Chris11235 | Subs = [VRV Premium Bundle]
[email protected]:Dwgon4530 | Subs = [VRV Premium Bundle]
[email protected]:yanet137 | Subs = [VRV Premium Bundle]
[email protected]:Nbd21403
😍Networking Ebooks Collection😍
❗️ Contains:-
❗️Info About firewall
❗️OSI/TCP
❗️Network basics
❗️Security ETC
❗️Much more....
Link:-
https://download.itadmins.net/Networking/
❤️JOIN US FOR MORE UPDATES❤️
➖
https://t.me/BlackHat_Hacking ➖
⚜JOIN FOR MORE⚜
➖➖
𝙏𝙝𝙚 𝙇𝙞𝙣𝙪𝙭 𝙋𝙧𝙞𝙫𝙞𝙡𝙚𝙜𝙚 𝙀𝙨𝙘𝙖𝙡𝙖𝙩𝙞𝙤𝙣 𝘾𝙝𝙚𝙖𝙩𝙨𝙝𝙚𝙚𝙩
Operating System
What's the distribution type? What version?
cat /etc/issue
cat /etc/*-release
cat /etc/lsb-release
What's the kernel version? Is it 64-bit?
cat /proc/version
uname -a
uname -mrs
rpm -q kernel
dmesg | grep Linux
ls /boot | grep vmlinuz-
What can be learnt from the environmental variables?
cat /etc/profile
cat /etc/bashrc
cat ~/.bash_profile
cat ~/.bashrc
cat ~/.bash_logout
env
set
Is there a printer?
lpstat -a
Applications & Services
What services are running? Which service has which user privilege?
ps aux
ps -ef
top
cat /etc/services
Which service(s) are been running by root? Of these services, which are vulnerable
ps aux | grep root
ps -ef | grep root
What applications are installed? What version are they? Are they currently running?
ls -alh /usr/bin/
ls -alh /sbin/
dpkg -l
rpm -qa
ls -alh /var/cache/apt/archivesO
ls -alh /var/cache/yum/
Any of the service(s) settings misconfigured? Are any (vulnerable) plugins attached?
cat /etc/syslog.conf
cat /etc/chttp.conf
cat /etc/lighttpd.conf
cat /etc/cups/cupsd.conf
cat /etc/inetd.conf
cat /etc/apache2/apache2.conf
cat /etc/my.conf
cat /etc/httpd/conf/httpd.conf
cat /opt/lampp/etc/httpd.conf
ls -aRl /etc/ | awk '$1 ~ /^.*r.*/
What jobs are scheduled?
crontab -l
ls -alh /var/spool/cron
ls -al /etc/ | grep cron
ls -al /etc/cron*
cat /etc/cron*
cat /etc/at.allow
cat /etc/at.deny
cat /etc/cron.allow
cat /etc/cron.deny
cat /etc/crontab
cat /etc/anacrontab
cat /var/spool/cron/crontabs/root
Any plain text usernames and/or passwords?
grep -i user [filename]
grep -i pass [filename]
grep -C 5 "password" [filename]
find . -name "*.php" -print0 | xargs -0 grep -i -n "var $password" # Joomla
Communications & Networking
What NIC(s) does the system have? Is it connected to another network?
/sbin/ifconfig -a
cat /etc/network/interfaces
cat /etc/sysconfig/network
What are the network configuration settings? What can you find out about this network? DHCP server? DNS server? Gateway?
cat /etc/resolv.conf
cat /etc/sysconfig/network
cat /etc/networks
iptables -L
hostname
dnsdomainname