Spoof ident daemon. Nimble Pythonic spoof identd to make other servers think you're someone else.
412
Spoof ident daemon. Nimble Pythonic spoof identd. Please note that this is not a "real" identd -- it will not return correct information for which user is using which port. Instead, it will reply with a username and OS of your choice to all requests.
There is a Dockerfile that sets up and runs this service.
Docker Hub: https://hub.docker.com/r/flotwig/spoofident
To configure spoofident in Docker, you can pass in a spoofident.json based on spoofident.json.example, see below for details on the configuration keys and the volume syntax.
docker rundocker run -p 113:113 \
--restart=always \
-v /my/spoofident.json:/app/spoofident.json
flotwig/spoofident:latest
docker-compose.yml spoofident:
image: 'flotwig/spoofident:latest'
restart: always
volumes:
- /my/spoofident.json:/app/spoofident.json
ports:
- '113:113'
git clone [email protected]:flotwig/spoofident.git
cd ./spoofident/
sudo python spoofident.py &
python /path/to/spoofident.py to /etc/rc.local to start spoofident on system startup.Content type
Image
Digest
Size
328.9 MB
Last updated
almost 7 years ago
docker pull flotwig/spoofident