Foreman: a secure self-hosted agent orchestrator
Giving a modern LLM root access to a computer allows it to do a lot of things that were previously unthinkable.
Giving a modern LLM root access to a computer allows it to do a lot of things that were previously unthinkable.
This is a writeup from the “supplychain” challenge of the CTF for THCon 2023, made by Dridri.
This article is about the Flashbots project (see that post on ethresear.ch for background).
Logging is important. Python has a nice logging framework. I very rarely see it used properly, even by experienced programmers.
This article will examine in details what happened during the two transactions that exploited vulnerabilities to open under-collateralized positions in bZx, causing a loss of equity worth more than a million dollar in total.
This is the counterpart of Blockchain Autopsies - Analyzing Ethereum Smart Contract Deaths, looking at suspicious patterns in the history of Ethereum, where contracts would not be killed but simply emptied by attackers.
Four years ago, I wrote an article “How to steal Bitcoins” that was about finding address corresponding to weak brainwallets, and some forensic evidence that it was exploited automatically, for profit.
Pakala is a tool for symbolic execution of EVM bytecode (like Manticore or Mythril).
For my experiments, I set on having an Ethereum archive node (with the full history of all the states), with Parity.
TL;DR: Use a Yubikey 4 with touch-to-sign to store your GPG keys, and use these keys for SSH authentication and storing your secrets with password-store.
Quelques notes sur la configuration d’IPv6 sur un serveur Online.net, sous Debian.
Pour convertir un BIN, MDF, PDI, CDI, NRG et B5I, en ISO : iat
This article is a collection of tips and informations that I found useful to know about neo4j, when learning about it. It also presents some performance tips (from the developer point of view).
Quand on est soucieux de sa vie privé / confidentialité sur le web, on peut facilement tomber dans deux extrêmes :
J’ai toujours été assez fasciné par les crawlers web. Avec un crawler puissant et rapide, il devient possible de tirer profit de l’énorme quantité d’information présente sur le web, de toutes les façons imaginables. Il y a tellement d’applications possibles !
I am fascinated by web crawlers since a long time. With a powerful and fast web crawler, you can take advantage of the amazing amount of knowledge that is available on the web.
J’ai eu l’occasion de travailler avec Céleste Boursier-Mougenot (artiste français) pour sa dernière exposition au musée des abattoirs à Toulouse. En effet, j’ai fait partie d’une équipe de quatre ingénieurs (Ken Hasselman, Guilhem “Nim” Saurel et Vincent Angladon), contactés pour travailler sur la partie technique de l’œuvre Offroad.
Quelques notes sur l’installation d’un serveur mail, avec gestion en IMAPS et configuration d’un « catch-all » pour pouvoir reçevoir tous les mails envoyés (indiféremment de la partie de l’adresse mail avant l’arobaze).
I found it difficult to encounter open-source games with a good quality. Here is a small list of games that I really enjoyed:
Every Bitcoin address is based on a secret key, from which the public key (associated to a Bitcoin address) is calculated. Once you have the private key for an address, you have the control of that address and can use it to transfer funds.