Blog
  • $(whoami)
  • 📔Notes
    • eJPT
      • Networking
      • Penetration Testing
      • Information Gathering
      • Scanning
      • Vulnerability Assesment
      • Web Attacks
      • System Attacks
      • Network Attacks
      • Pivoting
  • Bug bountry
    • Shodan For Bug hunters
  • 📚Writeups
    • Black pearl
    • Page
Powered by GitBook
On this page
  • Password Cracking
  • Unshadow
  • John The Ripper

Was this helpful?

  1. Notes
  2. eJPT

System Attacks

Malware "Malicious Software"

Malware is any software used to misuse computer systems with the intent to:

  • Cause denial of service

  • Spy on users activity

  • Get unauthorized contorl over one or more computer systems

  • Cause other maclicious activities

Password Cracking

Unshadow

unshadow passwd shadow > crackme

John The Ripper

john -wordlist <path to wordlist> -users=<users file> <hashfile>
PreviousWeb AttacksNextNetwork Attacks

Last updated 2 years ago

Was this helpful?

📔