Skip to content

vladisl0th/climage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

climage

A colection of spells to help you take your wizardry to the next level.

databases

Command Description
capa Identify potential malicious capabilities of a file, with reference to MITRE ATT&CK.
searchsploit Serch and use exploits from The Exploit Database.

isolation

Command Description
firejail Sandboxing tool based on SUID flags
bublewrap Sanboxing tool as seen in flatpack
qemu A very powerfull KVM type 2 hypervisor

learning

Command Description
apropos Search The Manual titels for a keyword.
fuck Attempts to correct previous PS1 error.
tldr Too Long Didn't Read, for those who want to grep harder.
whatis One liners from The Manual.
wtf Acronym dictionary.

optimisation

Command Description
boxxy Tidy up your dotfiles, make ~ great again!
hyperfine Program benchmarking tool.
time Measure how long a program took to run.

search

Command Description
ack Perl based regex search tool.
ag C based regex search tool.
find / -type f -a \( -perm -u+s -o -perm -g+s \) -exec ls -l {} \; 2> /dev/null Find all the SUID/SGID executables.

| | |

About

A colection of useful commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published