Skip to content

Advanced Python Scripting for Cybersecurity Specialization by INFOSEC

Notifications You must be signed in to change notification settings

annaviper/advanced_python_for_cybersec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Python Scripting for Cybersecurity Specialization by INFOSEC https://github.com/hposton/advanced-python-for-cybersecurity

1 Introduction

1

1.1 Performing reconnaissance

  • Shodan search
  • DNS Exploration
  • Network scanning
  • Service detection
  • CVE lookup

After this, we have a lot of information about the target: IP addresses, services, vulnerabilities, etc.

1.2 Gaining initial access

  • Generating password variations
  • Generating three random words
  • Automating brute force

2 Establishing Command-and-Control and Finding Credentials

1

2.1 Establishing Command-and-Control

  • Traffic analysis
  • Calculating entropy
  • Detecting encodings
  • Building C2 packets

2.2 Finding Credentials

1

  • Credential access
  • Dumping Chrome credentials
  • Searching the registry
  • Searching the system
  • Cracking Linux passwords
  • Analyzing passwords

About

Advanced Python Scripting for Cybersecurity Specialization by INFOSEC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages