Useless chromium-tor is useless (and dangerous)

This commit is contained in:
Rodolphe Breard 2017-11-08 20:45:45 +01:00
parent 6af0ed1d87
commit 61d8e9a9dd

View file

@ -18,13 +18,6 @@ hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compa
hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5' hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'
hash youtube-dl 2>/dev/null && alias audio-dl='youtube-dl -x --audio-quality 0 --audio-format "vorbis"' hash youtube-dl 2>/dev/null && alias audio-dl='youtube-dl -x --audio-quality 0 --audio-format "vorbis"'
if hash chromium 2>/dev/null; then
chromium-tor() {
killall chromium
chromium --incognito --proxy-server="socks://localhost:9050"
}
fi
if hash dig 2>/dev/null; then if hash dig 2>/dev/null; then
istheinternetonfire() { istheinternetonfire() {
txt=$(dig +short txt istheinternetonfire.com) txt=$(dig +short txt istheinternetonfire.com)