https://github.com/dogoncouch/dogoncouch-misc
Miscellaneous scripts.
https://github.com/dogoncouch/dogoncouch-misc
Last synced: 12 days ago
JSON representation
Miscellaneous scripts.
- Host: GitHub
- URL: https://github.com/dogoncouch/dogoncouch-misc
- Owner: dogoncouch
- License: mit
- Created: 2017-07-01T18:41:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T21:20:26.000Z (over 5 years ago)
- Last Synced: 2025-09-04T07:29:15.551Z (about 2 months ago)
- Language: Python
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dogoncouch-misc
Miscellany.
## Index
- [Network](network/) - Network related scripts.
- [ssltest.sh](network/#ssltestsh) - Checks http and ssh protocol security on a remote host.
- [Reverse Shell](network/#reverse-shell) - Reverse shell server and client.
- [geofind.py](network/#geofindpy) - Prints GeoIP information on a hostname or IP address.
- [myip.py](network/#myippy) - Finds and displays your public IP address and (approximate) location via duckduckgo.
- [putkey.sh](network/#putkeysh) - Adds your ssh public key to `~/.ssh/authorized_keys` on a remote host.
- [uselog.py](uselog/#uselogpy) - Logs system usage statistics to syslog.
- [SIEM testing](siem_testing/) - SIEM testing scripts.
- [logflood.py](siem_testing/#logfloodpy) - Floods log files using old log events with new date stamps.
- [wlsim.py](siem_testing/#wlsimpy) - Simulates brute force attacks by repeating the same wordlist.
- [Misc](misc/) - Very miscellaneous.
- [html-gen.py](misc/#html-genpy) - Creates HTML files for directories full of pictures or other files.
- [fix-newlines.py](misc/#fix-newlinespy) - Switches newlines in a file between \r and \n.
- [clean-fixtures.py](misc/#clean-fixturespy) - Removes primary keys from django fixtures.