getting logins from domain cashe(DCC2)
https://www.securitylab.ru/analytics/517178.php
https://www.securitylab.ru/analytics/517178.php
SecurityLab.ru
6 способов выгрузки учетных записей из кэша домена
В этой статье будет рассмотрена атака с целью получения учетных записей из кэша домена и различные техники для извлечения хэшей паролей через эксплуатацию пользователя домена.
🎉1
Instaling metasploit on debian
The Metasploit Project is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development.
depedencies and intaling from git
https://github.com/rapid7/metasploit-framework/wiki/Using-Metasploit
The Metasploit Project is a computer security project that provides information about security vulnerabilities and aids in penetration testing and IDS signature development.
depedencies and intaling from git
sudo apt update && sudo apt install -y git autoconf build-essential libpcap-dev libpq-dev zlib1g-dev libsqlite3-devif ruby not installed
mkdir -p ~/git | cd ~/git | git clone https://github.com/rapid7/metasploit-framework.git | cd metasploit-framework
sudo apt install ruby-devInstaling gem
gem install bundlerSet up Rest and postgres
bundle install
sudo apt update && sudo apt-get install -y postgresql postgresql-clientrun as root user
sudo service postgresql start && sudo update-rc.d postgresql enable
./msfdb init | ./msfconsole -qx "db_status; exit"metasploit ussage
https://github.com/rapid7/metasploit-framework/wiki/Using-Metasploit
GitHub
Using Metasploit
Metasploit Framework. Contribute to rapid7/metasploit-framework development by creating an account on GitHub.
Pueue is a command-line task management tool for sequential and parallel execution of long-running tasks.
Ussage
https://github.com/Nukesor/pueue/wiki/Get-started
Ussage
https://github.com/Nukesor/pueue/wiki/Get-started
GitHub
GitHub - Nukesor/pueue: :stars: Manage your shell commands.
:stars: Manage your shell commands. Contribute to Nukesor/pueue development by creating an account on GitHub.
Forwarded from IOSSec
Started my way of linux kernel exploitation yesterday from perfect article about character device drivers and some more internals. (Resource seems to be very interesting, I should dig into it)
link: https://linux-kernel-labs.github.io/refs/heads/master/labs/device_drivers.html
#kernel #linux #drivers
link: https://linux-kernel-labs.github.io/refs/heads/master/labs/device_drivers.html
#kernel #linux #drivers
Specta walkthrough
https://te.legra.ph/Haker---HTB-Spectra-Pentestim-WordPress-i-povyshaem-privilegii-v-Unix-07-02
https://te.legra.ph/Haker---HTB-Spectra-Pentestim-WordPress-i-povyshaem-privilegii-v-Unix-07-02
Telegraph
Хакер - HTB Spectra. Пентестим WordPress и повышаем привилегии в Unix
Содержание статьи Разведка Сканирование портов Сканирование веб-контента Точка входа WordPress Точка опоры Продвижение Локальное повышение привилегий Сегодня мы с тобой пройдем легкую машину с площадки Hack The Box под названием Spectra. Мы будем…
Ophiuchi walkthrough
https://te.legra.ph/HTB-Ophiuchi-Uchimsya-pentestit-parser-i-rekompilirovat-WASM-07-07-2
https://te.legra.ph/HTB-Ophiuchi-Uchimsya-pentestit-parser-i-rekompilirovat-WASM-07-07-2
Telegraph
HTB Ophiuchi. Учимся пентестить парсер и рекомпилировать WASM
Содержание статьи Разведка Сканирование портов Точка входа Точка опоры Продвижение Локальное повышение привилегий В этой статье я покажу прохождение машины Ophiuchi с площадки Hack The Box. На ее примере мы сначала попентестим SnakeYAML, а затем будем…
