~ 1 minuteupdated at 13/08/2017 15:59, over 1 year agosecurity wormMARKDOWN BIBTEXInfect software with a shared libraryHow to build a worm that can "infect" other software ?
~ 2 minutesupdated at 14/08/2017 23:01, over 1 year agoanalysis security wormMARKDOWN BIBTEXHow to evade an anti-virus analysisPiece of research to avoid anti-virus protection with a malicious code to load
~ 1 minuteupdated at 21/07/2017 22:59, over 1 year agowikiMARKDOWN BIBTEXWiki in a compiled languageHow to build a fast and careful of your CPU/RAM wiki in crystal
~ 6 minutesupdated at 01/07/2017 20:37, over 1 year agokent wormMARKDOWN BIBTEXModular Worm project: Early DelivrableThis is a document about our worm: work done, goals we have, motivations of doing what we do. "This is gonna take some work"
~ 1 minuteupdated at 28/06/2017 14:07, over 1 year agoblogMARKDOWN BIBTEXUpdate this blogUpdate of the blog and news about the computer worm I will write about
~ 2 minutesupdated at 28/06/2017 14:07, over 1 year agonetwork shellshock wormMARKDOWN BIBTEXWorm: Shellshock exploitShellshock is a security bug that has been found in september 2014. I'll present you how it worked.read about
~ 3 minutesupdated at 28/06/2017 14:08, over 1 year agoco874 data-link kent revision ethernet wirelessMARKDOWN BIBTEXData link, flow control, error controlMedium access Sublayer: how to allocate a channel if several device are on it ? (hub broadcast, ...)read about
~ 2 minutesupdated at 28/06/2017 14:09, over 1 year agoco874 dhcp dns kent network protocols revision rtp firewallMARKDOWN BIBTEXInternet security - Common protocols (RTP, DHCP, DNS)RTP, DNS, DHCP... Presentation of some common protocolsread about
~ 1 minuteupdated at 27/06/2017 19:18, over 1 year agoexamMARKDOWN BIBTEXScript to computes how much points you need at your examRuby script # cpt = global coursework mark, ccof = coef for coursework def min_exam(cpt, ccof) return ((0.5 - (cpt * ccof)) * (1.0 / (1.0 - ccof))).round(2) end puts min_exam(0.7, 0.25)
~ 1 minuteupdated at 28/06/2017 14:11, over 1 year agoco834 dpia kent pia privacy revisionMARKDOWN BIBTEXPersonal information and privacyGDPR and privacy by design. How to understand and analyze an organizational's issues and secure it. read about