How to suppress proxychains message
Asked Answered
U

2

5

Note: this question is about proxychains not proxychains-ng.

By default, proxychains output some message like the below. How can suppress this message? ProxyChains-3.1 (http://proxychains.sf.net)

Unknowing answered 17/10, 2018 at 3:1 Comment(0)
W
7

Use sed to cut off first line

proxychains | sed -n '2,$p'

or upgrade to proxychain4

proxychains -q
Waitabit answered 22/1, 2020 at 3:12 Comment(0)
S
1

Simply write quiet_mode in your /etc/proxychains(4).conf file.

It may already be there commented, therefore just remove # before it.

Squalene answered 8/8, 2023 at 18:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.