2 min read 0 Uncategorized Sending an Email with a Python script in A Linux Server qlundy November 30, 2024 First, I make sure I have the necessary libraries. I need smtplib for sending the email and email.mime for composing…
1 min read 0 Uncategorized A Simple Password Capture qlundy November 28, 2024 I ran ifconfig to identify which interface was doing the outbound communicating which was eth0 I ran a tcpdump and…