Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Apuntes SinCara Extras systemd @info:cursos:pue:ethical-hacker:extras
- = Apuntes SinCara Extras systemd == Consideraciones iniciales * Se presenta el 30 de abril de 2010, por Lennart Poetterig * SystemD es un sistema de inicio y administración de servicios. ... onales como SysV init o Upstart (de Canonical / Ubuntu) * Se enfoca en la eficiencia, la rapidez y la robustez. * Es ampliamente usado en la comunidad de Linux, aunque ha generado bastante controv
- 2.4 Decorators @info:cursos:pue:python-pcpp1:m1
- e of related objects. Python is able to decorate functions, methods, and classes. The decorator's operation is based on wrapping the original function with a new "decorating" function (or class), hence the name "decoration". This is done by passing the original function (i.e., the **decorated** function) as a para
- Ethical Hacker : sesión 4 @info:cursos:pue:ethical-hacker
- dir a la URL de amazon para ver los productos con un descuento dado. * pass-the-cookie * robar cookies para logearse en una web * same-site * command injection ... cto o no * XXE * invocación desde XML a una petición de fichero/recurso externo * redire... insegura * Ataques a servicios web * apuntes Fernando: * **SOAP** (Simple Object Ac
- Apuntes SinCara Extras @info:cursos:pue:ethical-hacker:extras
- = Apuntes SinCara Extras == Titulares/Resumen del curso * Logística del curso * Este curso trata de tener una visión 360º de la ciberseguridad. Si quereis profundizar en algún tema, lo leeis con más calma, una vez sacada la certificación * Una vez terminado e
- 2.7 Encapsulation @info:cursos:pue:python-pcpp1:m1
- ribute encapsulation Encapsulation is one of the fundamental concepts in object-oriented programming (... hism, and abstraction). It describes the idea of bundling attributes and methods that work on those at... inside a class like in a **capsule**, preventing unauthorized parties' direct access to them. Publicl... object. This can be a way to enforce a certain amount of privacy for the attributes. This picture pre
- 4.1 PEP 257 – Docstring Conventions @info:cursos:pue:python-pcpp1:m2
- that occurs as the first statement in a module, function, class, or method definition. Such a docstri... on strings** that are used in the class, module, function, and method definition in order to provide information about the functionality of a larger piece of code in a **prescr... help programmers (including you) to remember and understand the purpose, operation, and capabilities
- 3.1 PEP 8 – Introduction @info:cursos:pue:python-pcpp1:m2
- y recommended reading, as they help you to better understand the philosophy behind Python and become a... more important. Consistency within one module or function is the most important. [...] However, know w... t of the code. (However, this may be a good opportunity to rewrite the code and make it PEP 8 complian... le conventions. These tools can be installed and run locally, or accessed online. We want to show you
- Apuntes SinCara sesion 3 @info:cursos:pue:ethical-hacker:sesion3
- = Apuntes SinCara sesion 3 == Modulo 09 * El ser humano es el eslabón más débil de la cadena de la c... tu-dni-wallapop-internet-te-puede-costar-meses-denuncias-juicios - Dar tu DNI en Wallapop e internet te puede costar un infierno de juicios y denuncias * https://www.cuatro.com/codigo-10/20230613/codigo-10-investiga
- Apuntes SinCara sesión 4 @info:cursos:pue:ethical-hacker:sesion4
- = Apuntes SinCara sesión 4 == Modulo 14 : Hacking Web Applications * OWASP * OWASP Top 10 ... rx, pero previamente, en 2023 se habían ido a la Fundación Linux * Análisis de seguridad de aplicaci... Hole * https://okitup.com/blog/que-es-y-como-funciona-el-cors/ - CORS: Qué es y cómo funciona el Cross-Origin Resource Sharing * https://www.cronu
- 4.1 Shallow and deep copy operations @info:cursos:pue:python-pcpp1:m1
- ject: label vs. identity vs. value; * the id() function and the is operand; * shallow and deep cop... ithout making use of variables. As variables are fundamental elements that allow us to cope with objec... lue and label not enough? The built-in ''id()'' function returns the 'identity' of an object. This is an integer which is guaranteed to be unique and constant for this object during its lifet
- LPIC2 2021 Sesión 5 (2021-02-16) - discos @info:cursos:pue:lpic2-2021
- , b, c, d... dispositivos SCSI * Además, cada unidad puede tener 4 particiones primarias (1-4) y e... ''df -hT'' * ext, ext2, ext3, ext4 (debian, ubuntu) * raiserfs * xfs (redhat >=7) * btrfs: apuntaba maneras y se ha quedado en nada (oracle) * ... articiones (discos compartidos que se trabaja conjuntamente -> cluster)) * formatear: * ''mkfs -
- Apuntes SinCara sesión 1 @info:cursos:pue:ethical-hacker:sesion1
- = Apuntes SinCara sesión 1 == Modulo 01 * El CIO (Director de Información), es el gerente de sistema... or de seguridad de la información. Básicamente es un rol desempeñado a nivel ejecutivo y su función principal es la alineación de la seguridad de la infor... la forma de combinar esas herramientas para hacer un determinado trabajo y el procedimiento es la guía
- 2.1 PEP 20 – The Zen of Python @info:cursos:pue:python-pcpp1:m2
- to the Python programming language and Python community, wrote this 19-line poem on the Python mailing... o to the editor window, type in ''import this'', run the code, and voilà! Can you see what happens? W... it. Maybe there’s a better way to implement the functionality. If not, think about leaving a comment ... ng on so that other programmers find it easier to understand your code. In Python, it’s preferred to
- Apuntes SinCara sesión 2 @info:cursos:pue:ethical-hacker:sesion2
- = Apuntes SinCara sesión 2 == Modulo 06 * Kerberos: * https://www.tarlogic.com/es/blog/como-funciona-kerberos/ - Cómo funciona Kerberos * https://www.tarlogic.com/es/blog/como-atacar-kerberos/ ... que el AS (Authentication Service) le proporcione un TGT (Ticket Granting Ticket), válido durante unas
- 1.7 Four magic letters: CRUD @info:cursos:pue:python-pcpp1:m4
- cts and tools and glue all these pieces into one functional block. You already know how HTTP works, how it’ is mounted on top of the TCP stack and how the HTTP serve... us than just store and publish fancy images and funny videos. In fact, a properly trained web server... chnologies can utilize shared data through one, **universal interface**. The interface itself enables