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