Lab PCs
- Lab1-Win19.Lab22.local 10.0.0.231
- Lab2-Win19.Lab22.local 10.0.0.232
- Kali
User Name: admin1
Learning Python
Python For Beginners
Lesson 1: Installing pyhon
- Installing Python on Windows | Python for Beginners: Learn Python Programming (Python 3) (oreilly.com)
- Welcome to Python.org
- Download Python | Python.org
- Install Python your PC
- Installing Python on Linux | Python for Beginners: Learn Python Programming (Python 3) (oreilly.com)
- Sudo apt-get install -y python3 idle3
- Python –version
- Su –
- Sudo apt-get install -y python3 idle3
- Sudo yum install -y python3 python3-tools
Lesson 2: Creating, saving, and running your first program
- Writing Python Programs | Python for Beginners: Learn Python Programming (Python 3) (oreilly.com)
- In Windows search and lunch IDLE
- In Linux type idle3
- print (“Hello”)
- To create a python program: File, new
- Save as
- Run module
- Exit
Lesson 3: Running Python Programs
References
OSINT – All About It
Learn Linux
- Install Ubuntu in Hyper-V in Windows 10
- Install Ubuntu desktop | Ubuntu
- Verify your download: How to verify your Ubuntu download | Ubuntu
- Upgrade Ubuntu desktop | Ubuntu
- Tutorials | Ubuntu
- Mastering Kali Linux for Advanced Penetration Testing – Fourth Edition (oreilly.com)
Learning Ubuntu
- Contents at a Glance | Ubuntu Linux Unleashed 2021 Edition, 14th Edition (oreilly.com)
- Chapter 1. Installing Ubuntu and Post-Installation Configuration | Ubuntu Linux Unleashed 2021 Edition, 14th Edition (oreilly.com)
- Chapter 1. Installing Ubuntu and Post-Installation Configuration | Ubuntu Linux Unleashed 2021 Edition, 14th Edition (oreilly.com)
- sudo shutdown -r now
- Search for: Software updater
- sudo apt update
- sudo apt full-upgrade
- sudo vi /etc/X11/xorg.conf
- Software&updates
System Settings
- Search for: Systems settings
- Detecting and Configuring a Printer
- Configuring Power Management in Ubuntu
- Setting the Time and Date
- Changing the Time and Date
- Using the date Command: date
- sudo hwclock –show
- sudo hwclock –set –date “09/28/21 10:33:00”
- hwclock –show
- sudo hwclock –hctosys
- sudo hwclock –systohc
- Troubleshooting Post-Installation Configuration Problems
- dmesg > dmesg.txt
- less dmesg.txt
- cp file file.backup20210101
- cp file.backup20210101 file
Linux+ Study Guide
CompTIA Linux+ Study Guide, 4th Edition (oreilly.com)
Chapter 10: Administering Users and Groups
Chapter 10 Administering Users and Groups | CompTIA Linux+ Study Guide, 4th Edition (oreilly.com)
- grep -v ^$ /etc/login.defs | grep -v ^#
- gawk -F: ‘{print $3, $1}’ /etc/passwd | sort -n
- cat /etc/default/useradd
- cat /etc/passwd
- sudo cat /etc/shadow
- sudo useradd DAdams
- sudo useradd -md /home/JKirk -s /bin/bash JKirk
- sudo passwd DAdams
- sudo chage -l DAdams
- sudo chage DAdams
Learning about Kali Linux
OSINT and Passive Recon
- theHarvester -d packtpub.com -l 500 -b LinkedIn
- https://tineye.com/
- Shodan Search Engine