https://github.com/tolgahanakgun/playground
some useful scripts
https://github.com/tolgahanakgun/playground
logitech-mouse pcap tshark wireshark
Last synced: 5 months ago
JSON representation
some useful scripts
- Host: GitHub
- URL: https://github.com/tolgahanakgun/playground
- Owner: tolgahanakgun
- Created: 2018-10-07T12:46:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T11:11:02.000Z (over 5 years ago)
- Last Synced: 2023-02-26T14:23:20.520Z (over 3 years ago)
- Topics: logitech-mouse, pcap, tshark, wireshark
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# playground
Collection of my scripts:
[add_my_logitech.sh](add_my_logitech.sh) -> Installs required libraries for Logitech M545/546 and assigns shortcuts to the functional buttons
[alias.git](alias.git) -> Git aliases which produces text based git logs on the console with different detail levels
[dump_pcap_files.sh](dump_pcap_files.sh) -> Dumps all files in TCP streams in a pcap file
[gen-m3u.sh](gen-m3u.sh) -> Generates a m3u radio playlist from internet-radio.com with a specific music genre
[hfs_s.py](hfs_s.py) -> Creates a simple http/https file server with password based authentication
[pastebin.go](pastebin.go) -> A simple pastebin like server on your local machine
[permute.py](permute.py) -> Python permutation generator, intented for password bruteforce attacks