Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.18 KB

File metadata and controls

35 lines (23 loc) · 1.18 KB

Code Space

A collection of utility scripts and testing examples for various programming tasks.

Contents

This repository contains the following key files:

  • iplookup.sh: A Bash script for IP address lookup and analysis
  • archive_and_delete.sh: A Bash script for archiving and deleting files with verification
  • temp_and_delete.sh: A Bash script for testing file creation, execution, and cleanup
  • url-processor.ps1: A PowerShell GUI application for processing and refanging obfuscated URLs
  • email_template.ps1: A PowerShell GUI script for creating templated Outlook email drafts with predefined content
  • python-test.py: A Python test suite demonstrating data types and operations
  • shodan_iplookup.py: A Python script for performing IP lookups using the Shodan API

Contributing

  1. Fork the repository
  2. Create your additions branch (git checkout -b additions/programV2)
  3. Commit your changes (git commit -m 'Added some new features')
  4. Push to the branch (git push origin additions/programV2)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

LaMont Session

Last Updated

2026-03-07