https://book.hacktricks.xyz/generic-methodologies-and-resources/tunneling-and-port-forwarding https://michmich.eu/Cheatsheets/internal/07-pivoting/ https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Network%20Pivoting%20Techniques.md Chisel You can download it from the releases page of https://github.com/jpillora/chisel You need to use the same version for client and server socks ./chisel server -p 8080 –reverse #Server — Attacker ./chisel-x64.exe client 10.10.14.3:8080 R:socks #Client —… Read more ›
Udemy – Cursos y Cupones Gratuitoshttps://cursosdev.com/couponshttps://idownloadcoupon.com/product-category/udemy-2/https://couponscorpion.com/category/100-off-coupons/
zsh does not do the mapping automatically, but you can use bindkey to do the mapping on your own. I have the following in my ~/.zshrc to get the keypad working: bindkey -s in-string out-string binds in-string to out-string. If in-string is typed out-string is pushed back and treated as input. The actual… Read more ›
Ejemplo para NGINX: Copiar la conf por defecto para luego editar Editar bookstyle.cnf, encontra [req] y descomentar la linea req_extensions = v3_reqluego encontrar el bloque [v3_req] y adicionar al finalsubjectAltName = @alt_names Adicionar un nuevo bloque, donde se especifique los… Read more ›
Tool para realizar un merge de APKs de un solo APK https://www.andnixsh.com/2020/06/sap-split-apks-packer-by-kirlif-windows.html
https://www.home-assistant.io/integrations/tuya/ https://medium.com/@ekfz.t/iot-development-practice-in-python-on-tuya-cloud-development-platform-59fd5eb18145 Admin: https://iot.tuya.com/cloud/basic?id=p1637549142794an9gyx&toptab=project Test: https://iot.tuya.com/cloud/explorer?id=p1637549142794an9gyx&groupId=group-controll&interfaceId=1374244593192673300 SDK PHP https://github.com/ifsale/tuyapiphp?ref=bestofphp.com https://bestofphp.com/repo/ifsale-tuyapiphp-php-rest-api SDK Python https://medium.com/@ekfz.t/iot-development-practice-in-python-on-tuya-cloud-development-platform-59fd5eb18145 https://developer.tuya.com/en/docs/iot/device-control-best-practice-java?id=Kat2uf0cwn9k9 https://github.com/tuya/tuya-connector-python
fuente: https://medium.com/@pendraggon87/short-primer-on-spf-dkim-and-dmarc-9827eb2f359d SPF Sender Policy Framework (SPF) is simply a DNS TXT record that lists the servers that are allowed to send mail for a specified domain. This allows recipients to determine if an email really is coming from who… Read more ›
https://neil-fox.github.io/Impacket-usage-&-detection/