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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

402ea60 · Nov 1, 2020

History

14 Commits
Nov 1, 2020
Oct 28, 2020
Oct 28, 2020
Nov 1, 2020
Oct 28, 2020
Oct 19, 2020
Oct 23, 2020
Oct 19, 2020

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