webrepl icon indicating copy to clipboard operation
webrepl copied to clipboard

Allow blank password in comand line argument

Open IhorNehrutsa opened this issue 4 years ago • 0 comments

WebREPL doesn't prohibit a blank password. You may use such webrepl_cfg.py:

PASS = ''

And a command-line example is: webrepl_cli.py -p "" script.py 192.168.4.1:/

IhorNehrutsa avatar Apr 12 '21 06:04 IhorNehrutsa