ZSC icon indicating copy to clipboard operation
ZSC copied to clipboard

No tab completion when calling ZSC from different directory

Open sizzop opened this issue 9 years ago • 3 comments

When calling ZSC from the same directory, tab completion works fine.

e.g. $ python zsc.py

However, if I call ZSC from a different directory then the tab completion inserts tabs rather than doing a completion.

e.g. $ python OWASP-ZSC/zsc.py

sizzop avatar Oct 26 '16 13:10 sizzop

Hi Brian, I don't have this problem (Tested on windows and Linux)

C:\Users\Zombie\Desktop>python OWASP-ZSC-master/zsc.py
  ______          __      _____ _____    ______ _____  _____
 / __ \ \        / /\    / ____|  __ \  |___  // ____|/ ____|
| |  | \ \  /\  / /  \  | (___ | |__) |    / /| (___ | |
| |  | |\ \/  \/ / /\ \  \___ \|  ___/    / /  \___ \| |
| |__| | \  /\  / ____ \ ____) | |       / /__ ____) | |____
 \____/   \/  \/_/    \_\_____/|_|      /_____|_____/ \_____|


                OWASP ZeroDay Cyber Research Shellcoder

zsc> shellcode
zsc/shellcode>
download         generate         search           shell_storm_list
zsc/shellcode>

[root@srv ~]# python OWASP-ZSC-master/zsc.py

  ______          __      _____ _____    ______ _____  _____
 / __ \ \        / /\    / ____|  __ \  |___  // ____|/ ____|
| |  | \ \  /\  / /  \  | (___ | |__) |    / /| (___ | |
| |  | |\ \/  \/ / /\ \  \___ \|  ___/    / /  \___ \| |
| |__| | \  /\  / ____ \ ____) | |       / /__ ____) | |____
 \____/   \/  \/_/    \_\_____/|_|      /_____|_____/ \_____|


                OWASP ZeroDay Cyber Research Shellcoder

zsc> shellcode
zsc/shellcode>
download          generate          search            shell_storm_list
zsc/shellcode>

Ali-Razmjoo avatar Oct 28 '16 00:10 Ali-Razmjoo

Dude if you are working on linux check out this- http://askubuntu.com/questions/33440/tab-completion-doesnt-work-for-commands

jack17529 avatar Dec 15 '16 21:12 jack17529

@sizzop ^

CodeMaxx avatar Dec 16 '16 11:12 CodeMaxx