https://github.com/bitsadmin/miscellaneous
Random code snippets
https://github.com/bitsadmin/miscellaneous
Last synced: 2 months ago
JSON representation
Random code snippets
- Host: GitHub
- URL: https://github.com/bitsadmin/miscellaneous
- Owner: bitsadmin
- License: bsd-3-clause
- Created: 2018-10-05T13:43:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T09:06:26.000Z (over 1 year ago)
- Last Synced: 2025-04-26T07:16:57.456Z (2 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 10
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |