Skip to content

Suite of homemade security tools for security auditing and recon.

Notifications You must be signed in to change notification settings

jymjam/AuditLab

Repository files navigation

What is it?

AuditLab is a cutting edge run-of-the-mill collection of Homemade security auditing tools.

What's inside?

  • Port-scanner : Powershell

    Scan target ports

  • Ping-sweeper : Python

    Asset discovery w/ ICMP probing

  • DNSenum : Powershell

    DNS enumeration tool

  • WINRMenum : Python

    WINR enumeration tool

  • OSenum : Shell

    Host's OS check

Run, how?

  • Port-scanner

    • start powershell
    • call the script ./[script-name]
    • prepend [absolute-path-to-script] if necessary
  • Ping-sweeper

    • Install required python modules

      pip install -r requirements.txt

    • call the script

      py [script-name]

  • DNSenum

    • Store all targets in a .txt file
    • open powershell

      [script-name] [.txt]

    • prepend absolute path if necessary
  • WINRMenum

    • call script

      py [script-name] [ip] [username] [password]

  • OSenum

    • store all targets in .txt file
    • run the script in terminal

      sh [script-name] [.txt]

About

Suite of homemade security tools for security auditing and recon.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published