Anubhav

Results 3 comments of Anubhav

Hi, I got it working using the tmux plugin "@tmux-network-bandwidth-padding" ``` set -g @tmux-network-bandwidth-padding 2 tmux_conf_theme_status_right='#{prefix}#{pairing}#{synchronized} #{?battery_status, #{battery_status},}#{?battery_bar, #{battery_ bar},}#{?battery_percentage, #{battery_percentage},} , %R , %d %b , #{network_bandwidth} | #{username}#{root}...

Hi all, I was also searching for this issue, I'm currently using docker so at first I though maybe i have to mount a path to get an output. Finally,...

I managed to fix the issue with ```bash docker run -it --rm --mount "type=bind,src=$(pwd),target=/data" --workdir=/data --name rustscan rustscan/rustscan:2.0.1 "$@" ``` It can process the file now. However I'm having another...