Follow Me!
-
Recent Posts
Recent Comments
- fashaun on OpenVPN: Listen on TCP and UDP with TUN
- Sebastien on Tesla Model3: 8 Months ownership
- billbill on It’s all about some encounters…
- janturba on OpenVPN: Listen on TCP and UDP with TUN
- Fernando Rodriguez on m0n0wall-CMI: The future of a great project…
Archives
Categories
Meta
Category Archives: Programming
Sending PGP HTML Encrypted e-mail with PHP
While adding the PGP HTML Report feature to WeSunSolve, I first successfully crypted the content of the HTML report to be sent to the user with PGP key. I would have thought that this was gonna be the hardest part, … Continue reading
Posted in Programming
1 Comment
PHP5: Memory leak with object arrays
As I’m coding with PHP since years now, I’m used to the language. I’m doing now some website in PHP with part of their processing into CLI php scripts, which are sometimes manipulating high amount of data.. This was the … Continue reading
Posted in Programming
Leave a comment
BBox 2: For fun and profit
From time to time, I used to play a little bit with my modem-router which is provided by my ISP (Belgacom @ Belgium). The bbox2 or Sagem F@st 3464 is after all, a great piece of hardware locked up by … Continue reading
Posted in Programming
1 Comment
m0n0wall-CMI: The future of a great project…
Sometimes ago… I’ve started the m0n0wall-cmi project… It was apparently something that a lot of people were missing and it found some interest in the community.. Unfortunately, I had no time to continue the project further and so it kinda … Continue reading
Posted in Programming
1 Comment
ifclone – or how to clone an interface over network.
I remember some times ago, I had seen a great tool that permitted to clone an interface through the network. By saying that, I mean that you can run a little client on a box where you want to sniff an interface and where all the traffic will run through network to the host where you will effectively sniff it.
This could be usefull for example when the box you want to sniff is an embedded device with only a little space available.
As I was today in need of this tool but can’t finally find it back, I decided to code my own and then to share it… Read the whole article to know more!
Posted in Programming
Leave a comment