samedi 17 novembre 2018

Kali Linux -- Penetration Testing Distribution


Kali Linux - "Most Advanced Penetration Testing Distribution, Ever"

Most advanced penetration testing platform we have ever made. Available in 32 bit, 64 bit, and ARM flavors, as well as a number of specialized builds for many popular hardware platforms. Kali can always be updated to the newest version without the need for a new download.

url: https://kali.org/


Wikihttps://en.wikipedia.org/wiki/Kali_Linux

Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. 

It is maintained and funded by Offensive Security Ltd. It was developed by Mati Aharoni and Devon Kearns of Offensive Security through the rewrite of BackTrack, their previous information security testing Linux distribution based on Knoppix. The third core developer Raphaël Hertzog joined them as a Debian expert.




mercredi 17 janvier 2018

ReactJS | JavaScript library for building user interfaces



React - A JavaScript library for building user interfaces


JavaScript library for building user interfaces. It is maintained by Facebook, Instagram and a community of individual developers and corporations




In computing, React (sometimes styled React.js or ReactJS) is a JavaScript library for building user interfaces.

It is maintained by Facebook, Instagram and a community of individual developers and corporations.

React allows developers to create large web-applications that use data and can change over time without reloading the page. It aims primarily to provide speed, simplicity, and scalability. React processes only user interfaces in applications. This corresponds to View in the Model-View-Controller (MVC) pattern, and can be used in combination with other JavaScript libraries or frameworks in MVC, such as AngularJS.