- Developing
- Basics and methodics
- Web Application hacker's handbook
- OWASP Testing Guide
- PentesterAcademy
- CTF
- Labs
- PentesterLab - free and ~35$ for students
- OSCP (certification) - from 800$
- HackTheBox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# System authorization information | |
auth --enableshadow --passalgo=sha512 | |
# Use CDROM installation media | |
cdrom | |
# Use text install | |
text | |
# Run the Setup Agent on first boot | |
firstboot --disable | |
# Keyboard layouts | |
keyboard --vckeymap=us --xlayouts='us' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Welcome to ansible</title> | |
</head> | |
<body> | |
<h1>nginx configured by Ansible</h1> | |
<p>If you can see this, Ansible successfully installed nginx.</p> | |
<p>{{ template_host }}</p> |
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
auditctl -l
ausearch -f /etc/passwd
ausearch -m ADD_USER -m DEL_USER -m ADD_GROUP -m USER_CHAUTHTOK -m DEL_GROUP -m CHGRP_ID -m ROLE_ASSIGN -m ROLE_REMOVE -i
Диструбитивы установлены. Теперь можно заняться и чем-нибудь более интересным.
- Настроим статический IP-адрес на ваших дистрибутивах (держитесь там!)
- Установим Web-сервер и сгенерируем для него SSL-сертификат. SSL Cert
- Обновимся на новое ядро.
# | Студент | ОС |
---|---|---|
1 | - | FreeBSD |
2 | - | Arch Linux |
Чтобы у вас была возможность сконвертировать машину, вам нужно её предварительно запустить в VMware Player или VMWare Workstation (чтобы снять lock-in).
Только после этого вы сможете сделать все процедуры, описанные ниже.
Для того чтобы сконвертировать виртуальную машину (ВМ) VMware в виртуальную машину (ВМ) VirtualBox нам понадобиться следующая программа:
VMware vCenter Converter Standalone
Скачать ее можно либо с просторов Интернета либо с официального сайта (предварительно нужно зарегистрироваться).
Или скачать отсюда Download.
После установки VMware vCenter Converter Standalone, запускаем его от имени администратора.
Выбираем пункт:
Some lessons on Python from Code Academy.