OWASP / ZSC

OWASP ZSC - Shellcode/Obfuscate Code Generator https://www.secologist.com/
https://www.secologist.com/
Other
646 stars 217 forks source link

No tab completion when calling ZSC from different directory #110

Open sizzop opened 8 years ago

sizzop commented 8 years ago

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

Ali-Razmjoo commented 8 years ago

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>
jack17529 commented 7 years ago

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

CodeMaxx commented 7 years ago

@sizzop ^