Skip to content

fix: orphan histories and aliases#616

Merged
qu35t-code merged 2 commits into
ThePorgs:devfrom
skyf0l:fix/orphan-histories-and-aliases
Dec 11, 2025
Merged

fix: orphan histories and aliases#616
qu35t-code merged 2 commits into
ThePorgs:devfrom
skyf0l:fix/orphan-histories-and-aliases

Conversation

@skyf0l
Copy link
Copy Markdown
Contributor

@skyf0l skyf0l commented Dec 10, 2025

I was searching for the tun0 alias and figured out it existed but not added in exegol, so I moved it to the __init__ alias file.

So I've done some cleanup, here orphans histories and aliases i fixed:

$ comm -23 <(find sources/assets/shells/aliases.d -type f -exec basename {} \; | sort) <(grep -rh "^[[:space:]]*add-aliases" sources/install
/*.sh | sed 's/.*add-aliases[[:space:]]*//' | sed 's/[[:space:]]*#.*//' | grep -v '^$' | sort -u)
blazy
_init
networkIP
powershell
starkiller
thr
xmllint
$ comm -23 <(find sources/assets/shells/history.d -type f -exec basename {} \; | sort) <(grep -rh "^[[:space:]]*add-history" sources/install/*.sh | sed 's/.*add-history[[:space:]]*//' | sed 's/[[:space:]]*#.*//' | grep -v '^$' | sort -u)
ascii
buster
ctf-party
ghunt
_init
notify
ntpdate
osrframework
penelope
pyftpdlib
rustscan-ce
sslyze
twint
XSpear

I removed files when tools were not exiting anymore in exegol, else I added/fixed links.

@qu35t-code
Copy link
Copy Markdown
Member

Nice finding

@qu35t-code qu35t-code merged commit 449260e into ThePorgs:dev Dec 11, 2025
@ShutdownRepo ShutdownRepo mentioned this pull request Jan 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants