24 May 2023
Scanning For Default Credentials With Python
Summary This technical segment discusses creating a Python script to scan a network for default credentials and send notifications through a Slack bot. The initial release is here: https://github.com/SecurityWeekly/netslackbot Highlights
24 May 2023
Scanning For Default Creds With Python – Part 2
Summary This segment discusses Part 2 of the network scanning slackbot, which uses the Python Nmap library to scan a specified network and match manufacturer names, default usernames and passwords, and SSH and HTTP credentials. Highlights