News Liste HackHub

Patch Notes 0.8.21
HackHub
11.02.26 20:37 Community Announcements
[p]Fixes[/p]
  • [p]Fixed a crash that could occur after installing Kisscord.[/p][/*]
  • [p]Fixed an issue that caused Copy-Paste to break.[/p][/*]
  • [p]Fixed a crash in the Log Viewer.[/p][/*]
  • [p]Fixed an issue where notes could duplicate in the Notepad application.[/p][/*]
  • [p]Implemented major security improvements for the scripting system.[/p][/*]

GitHub

  • [p]Added the ability to delete repositories.[/p][list]
  • [p]Go to your own repository page → Delete[/p][/*]
[/*][/list]

Terminal Updates

[p]Improvements[/p]
  • [p]Commands listed in the [c]help[/c] menu are now sorted alphabetically.[/p][/*]
[p]New Commands[/p][p][c]touch[/c] — Create a new file[/p]
Code touch notes.txt
touch script.ts
[p][c]echo[/c] — Print text output[/p]
Code echo "Hello World!"
echo Line1\\nLine2
[p][c]cp[/c] — Copy files[/p]
Code cp notes.txt backup.txt
[p][c]mv[/c] — Move or rename files[/p]
Code mv old.txt new.txt

New Operators

[p][c]>[/c] — Redirect output to a file
Creates the file if it doesn't exist. Overwrites it if it does.[/p]
Code echo "192.168.1.1" > targets.txt
nmap 10.0.0.1 -sV > scan_results.txt
nslookup example.com > dns.txt
ls > filelist.txt
[p][c]>>[/c] — Append output to a file[/p]
Code echo "first target" > targets.txt
echo "second target" >> targets.txt
[p]Combining pipes with redirection[/p]
Code cat config.txt | grep "password" > found.txt
Logo for HackHub
Release: Genre: Simulation Entwickler: HotBunny Vertrieb: G-DEVS.com Engine:keine Infos Kopierschutz:keine Infos Franchise:keine Infos
Einzelspieler Mehrspieler Koop