Skip to content

Releases: flozz/p0wny-shell

p0wny@shell v2023.08.10

10 Aug 15:55
13faf65
Compare
Choose a tag to compare

p0wny@shell v2023.05.28

28 May 12:50
b1c9e69
Compare
Choose a tag to compare
  • Encode all data fields as base64 to avoid encoding errors, especially on Windows (@cli-ish, #8, #35)

p0wny@shell v2023.05.22

22 May 07:07
7088895
Compare
Choose a tag to compare
  • Display the username and the hostname in the prompt (@cli-ish, #33, #7)

p0wny@shell v2023.05.10

10 May 16:36
c7fc23f
Compare
Choose a tag to compare
  • Try different execution functions (exec, shell_exec, system, passthru, popen, proc_open) to run commands to bypass disabled functions (@cli-ish, #31, #32)

p0wny@shell v2023.02.27

27 Feb 11:57
577a816
Compare
Choose a tag to compare

p0wny@shell v2023.02.13

13 Feb 12:57
db2424b
Compare
Choose a tag to compare
  • Larger terminal size on large screens (@psyray, #26)
  • No more horozontal scrolling on small screens (@flozz)