An open API service indexing awesome lists of open source software.

https://github.com/bitsadmin/miscellaneous

Random code snippets
https://github.com/bitsadmin/miscellaneous

Last synced: 2 months ago
JSON representation

Random code snippets

Awesome Lists containing this project

README

        

# Random code snippets

| Snippet | Description |
| ---------------- | ---------------------------------------------------------------------------------------- |
| localrecon.cmd | Script created for OSCP for reconnaissance to obtain a quick insight in the hacked box. |
| wget.cmd | Script created for OSCP to download files to a Windows host via the commandline. |
| quickscan | Script to identify alive hosts in a network, which then for each host executes various tools to identify any vulnerabilities on its open ports. |
| oscp\_process.py | Pseudocode for attacking the OSCP lab network |