Research Update: Week of December 15 — Python

Joe Gray (C_3PJoe)
5 min readDec 15, 2019

After one week of research and trial and error, I have some more progress to publish/report. I started the week by installing the packages used in the books that I am reading. I wrote a simple shell script to install them all:

#!/bin/bash
apt-get update -y;
apt-get upgrade -y;
apt-get install python-pip python3-pip python-bs4 python3-bs4;
apt install apt-transport-https…

--

--

Joe Gray (C_3PJoe)

Passionate infosec pro & hacker, but mostly interested in Intelligence Analysis (OSINT). I try to write tech & non-tech for n00bs, experienced, & management.