Get Mystery Box with random crypto!

BLACK HAT : Wireless and Mobile Networks Security Google S | BLACK HAT 🎩🎩

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
@blackhat504

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
@blackhat504

10×VRV HITS OPEN

jeter.joshua90@yahoo.com:jstead1990 | Subs = [VRV Premium Bundle]

hestandaj@yahoo.com:Spartan213 | Subs = [VRV Premium Bundle]

Ilianarosa15@yahoo.com:Hawknation1 | Subs = [VRV Premium Bundle]

ben_joe_38@hotmail.com:12qwaszx | Subs = [VRV Premium Bundle]

jbalderas19@yahoo.com:KatyPerry12 | Subs = [VRV Premium Bundle]

juanpa15gutierrez@gmail.com:car1bib2J | Subs = [VRV Premium Bundle]

chrischenalien@gmail.com:Chris11235 | Subs = [VRV Premium Bundle]

germannetro1@icloud.com:Dwgon4530 | Subs = [VRV Premium Bundle]

yanetlopez714@gmail.com:yanet137 | Subs = [VRV Premium Bundle]

basagarwal@yahoo.com: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

@BlackHat_Hacking

JOIN FOR MORE
@blackhat504

𝙏𝙝𝙚 𝙇𝙞𝙣𝙪𝙭 𝙋𝙧𝙞𝙫𝙞𝙡𝙚𝙜𝙚 𝙀𝙨𝙘𝙖𝙡𝙖𝙩𝙞𝙤𝙣 𝘾𝙝𝙚𝙖𝙩𝙨𝙝𝙚𝙚𝙩

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