Skip to content

camm9/Scripting-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Scripts for Security

This is a collection of different scripts used for security purposes.

File Integrity Checker

Name: file_intregity_checker.py
Description: Checks a directory for any changes, including modified or deleted files by storing a list of files and their hashes.
Usage: Create a baseline with the following command:

python3 file_integrity_checker.py create path/to/directory

Then to verify a directory with its baseline measures, simply change from 'create' to 'verify'

python3 file_integrity_checker.py verify path/to/directory

Connection Tracker

Name: connection_tracker.py
Description: Checks all active IPv4 and IPv6 connections on device. Usage: You can choose to display connections in the terminal or save to a JSON file.

python3 connection_tracker.py view

python3 connection_tracker.py save

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages