Meterpreter – Windows 2016 Server
Gained the Reverse Shell by exploiting the File Upload Vulnerability on Windows 2016 Server running IIS 10.
Offensive Security Professional
Gained the Reverse Shell by exploiting the File Upload Vulnerability on Windows 2016 Server running IIS 10.
curl -XPOST -d ‘fqdn=krishnag.me’ https://checkhost.unboundtest.com/checkhost This command lets to check whether this needs to be renewed or not. certbot renew –force-renewal This command will let you renew the certs.
SSH Login Process and SSH Logout Process – Analysis [email protected]:~# packet_write_wait: Connection to 172.16.149.32 port 22: Broken pipe [email protected] ~ % ssh kali -vvv OpenSSH_7.9p1, LibreSSL 2.7.3 debug1: Reading configuration data /Users/krishnag/.ssh/config debug1: /Users/krishnag/.ssh/config line 19: Applying options for kali … Read More
Starting the openvas [email protected]:~# openvas-start [*] Please wait for the OpenVAS services to start. [*] [*] You might need to refresh your browser once it opens. [*] [*] Web UI (Greenbone Security Assistant): https://127.0.0.1:9392 greenbone-security-assistant.service – Greenbone Security Assistant Loaded: … Read More
Kali 2020.1 Version Check [email protected]:~# cat /proc/version Linux version 5.4.0-kali3-amd64 ([email protected]) (gcc version 9.2.1 20200104 (Debian 9.2.1-22)) #1 SMP Debian 5.4.13-1kali1 (2020-01-20) [email protected]:~# cat /etc/os-release PRETTY_NAME=”Kali GNU/Linux Rolling” NAME=”Kali GNU/Linux” ID=kali VERSION=”2020.1″ VERSION_ID=”2020.1″ VERSION_CODENAME=”kali-rolling” ID_LIKE=debian ANSI_COLOR=”1;31″ HOME_URL=”https://www.kali.org/” SUPPORT_URL=”https://forums.kali.org/” BUG_REPORT_URL=”https://bugs.kali.org/” [email protected]:~# … Read More
Finding systemd process [email protected]:~# find / -path “*/systemd/user/*.service” -exec grep -H -E “ExecStart|ExecStop|ExecReload” {} \; 2>/dev/null /root/.config/systemd/user/default.target.wants/pulseaudio.service:ExecStart=/usr/bin/pulseaudio –daemonize=no /usr/lib/systemd/user/evolution-user-prompter.service:ExecStart=/usr/libexec/evolution-user-prompter /usr/lib/systemd/user/gnome-session-restart-dbus.service:ExecStart=/usr/libexec/gnome-session-ctl –restart-dbus /usr/lib/systemd/user/gvfs-afc-volume-monitor.service:ExecStart=/usr/lib/gvfs/gvfs-afc-volume-monitor /usr/lib/systemd/user/gsd-screensaver-proxy.service:ExecStart=/usr/lib/gnome-settings-daemon/gsd-screensaver-proxy /usr/lib/systemd/user/gvfs-gphoto2-volume-monitor.service:ExecStart=/usr/lib/gvfs/gvfs-gphoto2-volume-monitor /usr/lib/systemd/user/gsd-xsettings.service:ExecStart=/usr/lib/gnome-settings-daemon/gsd-xsettings /usr/lib/systemd/user/gsd-housekeeping.service:ExecStart=/usr/lib/gnome-settings-daemon/gsd-housekeeping /usr/lib/systemd/user/tracker-store.service:ExecStart=/usr/lib/tracker/tracker-store /usr/lib/systemd/user/gsd-a11y-settings.service:ExecStart=/usr/lib/gnome-settings-daemon/gsd-a11y-settings /usr/lib/systemd/user/gsd-media-keys.service:ExecStart=/usr/lib/gnome-settings-daemon/gsd-media-keys /usr/lib/systemd/user/gnome-session-monitor.service:ExecStart=/usr/libexec/gnome-session-ctl –monitor /usr/lib/systemd/user/pulseaudio.service:ExecStart=/usr/bin/pulseaudio –daemonize=no /usr/lib/systemd/user/gsd-print-notifications.service:ExecStart=/usr/lib/gnome-settings-daemon/gsd-print-notifications /usr/lib/systemd/user/tracker-extract.service:ExecStart=/usr/lib/tracker/tracker-extract /usr/lib/systemd/user/evolution-calendar-factory.service:ExecStart=/usr/libexec/evolution-calendar-factory /usr/lib/systemd/user/gnome-terminal-server.service:ExecStart=/usr/libexec/gnome-terminal-server /usr/lib/systemd/user/gnome-shell-wayland.service:ExecStart=/usr/bin/gnome-shell /usr/lib/systemd/user/dbus.service:ExecStart=/usr/bin/dbus-daemon –session … Read More