uawdijnntqw1x1x1
IP : 216.73.216.15
Hostname : www.vorobey-market.ru
Kernel : Linux www.vorobey-market.ru 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
opt
/
..
/
home
/
..
/
etc
/
python
/
..
/
python
/
..
/
python
/
..
/
python
/
..
/
etckeeper
/
unclean.d
/
50test
/
/
#!/bin/sh set -e if [ "$VCS" = git ]; then [ -d .git ] && [ -n "`git status --porcelain`" ] elif [ "$VCS" = hg ]; then [ -d .hg ] && ! hg status 2>&1 | wc -l | grep -q "^0$" elif [ "$VCS" = bzr ]; then [ -d .bzr ] && ! bzr version-info --custom --template="{clean}\n" | grep -q "^1$" elif [ "$VCS" = darcs ]; then [ -d _darcs ] && darcs whatsnew -l >/dev/null fi
/home/../opt/../home/../etc/python/../python/../python/../python/../etckeeper/unclean.d/50test