This apps help us to identify the weakness of our website
nikto -h <ipaddress> -p <port>
<ippaddress> : Input the ip address
<port> : Input port protocol eq. 80, 443 etc
This apps help us to identify the weakness of our website
nikto -h <ipaddress> -p <port>
<ippaddress> : Input the ip address
<port> : Input port protocol eq. 80, 443 etc
Check ubuntu version
vim /etc/netplan/oo-installer-config.yaml
network:
version: 2
renderer: NetworkManager
ethernets:
eth0:
dhcp4: no
addresses: [172.23.207.254/20]
gateway4: 192.168.1.1
nameservers:
addresses: [8.8.8.8,8.8.8.4]
netplan try
reboot
Try to update kali source list
/etc/apt/source.list
deb https://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware
deb https://http.kali.org/kali kali-last-snapshot main contrib non-free non-free-firmware
deb https://http.kali.org/kali kali-experimental main contrib non-free non-free-firmware
deb https://http.kali.org/kali kali-bleeding-edge main contrib non-free non-free-firmware
deb-src https://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware
What is mean of
Jammy
and
Bionic
on source list deb
MD5, SHA1, MySQL, NTLM, SHA256, MD5 Email, SHA256
https://hashes.com/en/decrypt/hash
usr/share/wordlists/rockyou.txt.gz
etc/shadow
JOHN
apt install john
chmod WhoWhatWhich file | directory
4 - read - r
2 - write - w
1 - execute -x
chmod | user | group | all | filename
chmod 777 mz.log
chmod 721 mz.log
chmod 217 mz.log
-------------------------
SPECIAL PERMISSION (SUID, SGID, and Sticky Bit)
4 - SUID
2 - SGID
1 - Sticky Bit
chmod 4777 mz.log
chmod 2777 mz.log
chmod 1777 mz.log
u - user read
chmod u+s mz.log
chmod +x mz.log
chmod g+s mz.log
chmod a+t mz.log
chmod
vsftpd
- systemctl | grep fail
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- 500 OOPS: socket or could not bind listening IPv4 socket?
- edit vsftpd.conf in /etc directory
listen=YES local_enable=YES write_enable=YES local_umask=022root dirmessage_enable=YES use_localtime=YES xferlog_enable=YES secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem
-
lsof -i | grep ftp
xinetd.service failed to stop: unit xinetd.service not loaded
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ps (Process Status)
~ ps -ef
~ ps -ef | grep vsftpd
~ sudo kill <PID>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
update-notifier-download.timer
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%