KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ssh-map
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
rng-tools
:
rng-tools for arm linux (based uclibc,not GNU libc)
CTF_webboard
:
天枢2018-web兴趣小组-CTF平台搭建
dho
:
Generate CircleCI config from `dhall` representations
EVMBridge
:
EVM ERC20 Token Bridge
XSSight
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ssh-map
?
Download (.md)
## SSH attempted connections map Simple web app for mapping attempted ssh connections to a server. [Demo here](http://sshmap.algroy.me). ### Installation 1. Clone repo to webserver root 1. Add your ipinfodb.com api key to `get_locations.py`, and set paths for `ips.txt` and `locations.json` 1. Copy `read_auth.sh` to your preferred directory where it will be run by root 1. Add crontabs for `read_auth.sh` and `get_locations.py`. For example: - `* * * * * /root/read_auth.sh > /var/www/html/ips.txt` - `* * * * * /usr/bin/python3 /var/www/html/get_locations.py > /dev/null` **TODO** - Prevent multiple API lookups of the same IP - Add whitelist for IP ranges or locations - Improve UI on mobile