Instrumentation with ByteBuddy executing premain method Oct 6, 2020

With instrumentation we can do things with the bytecode before and after it is uploaded to the JVM, here I have 3 simple classes, a pathetic JFrame with an X=10; that can represent from the life of a player or any other type of variable in any java application (desktop, web app etc) with this technique we can modify that value.

... ➦
ShutUp and Squat πŸ‹οΈ ️ Sep 11, 2020
Analyzing old stub.dll of Trojan RAT fruits Pineapple version Jun 8, 2019

It all started one of those times when I was bored as usual, and I ran a .jar apparently any, but not really, it was a server of adwind (a programmer that I thought was quite talented) year 2017 or so in November.

Well, how do I know that? first I tried to decompile it in other absurd ways like for example, con CFF Explorer, without any result, since it does not contain runPE, as I found out later.

... ➦
PoC led web with Vaadin 8 Feb 3, 2019

Summary beginnings

This is an old version that I programmed in 2016 inspired by a post from security by default (post that without it would not be here I can swear).

... ➦
PoC Email Sender with Springboot and Vaadin 8.5.2 Oct 30, 2018

Modify the application.properties with user and password, this email must have enabled the smtp server, we will use gmail in this example

... ➦
Customize bashrc plus PATH environment variables Oct 10, 2018

To edit the username in the linux console, add executables to the environment variable, we can go to the .bashrc file which is in the /home/username directory and add the following in the shell

... ➦
Buffer io error on device Jan 12, 2018

My western digital caviar black 1tb hdd, I think it was dying, it was giving me errors by console when entering a command, it hung suddenly when some applications accessed it, well the change of the sata port seems to be the current solution XD…​

... ➦
Solution to leyer`s @Lycrackme Dec 13, 2017

Disclaimer

The ByteBuddy api can give us a different solution.

Well gentlemen that talc testing bored I found this crackME of Leyer is about 10 years old hahahaha first time I peek into this issue crackMEs, before just used them and ready without much passion, but really let’s say, I was a little bored, so vacilen.

... ➦
Arduino IDE error avrdude Nov 11, 2015

I realize that in Ubuntu 14.04 and when I want to compile in the arduino sketch I get this little error

... ➦
Unbrick Tplink tl-wr1043nd with Arduino UNO May 10, 2013

Well, one ordinary day I’m about to update the firmware of my tplink like other times, but always, there is one of those times to remember. there is one of those times, that are to remember, and those that make us from thinking to change our perspective a little bit.

Of that of which we know, (That we know nothing), this was my first contact with tin and soldering iron, basic inspiration for the the very large world of electronics.

... ➦