Help with my payload

hi guy im writting a payload but i cant make it look like in the notepad


thats how it look

and this is what i see when i run it

someone can help me with the lines?

thx

At first you are using more characters than the terminal is providing.
A standard linux terminal is about 25h, 80w. So your line should not be wider than 76 char.

In Powershell the recommendation for source is 115 char, but I don’t know if this also applies to the output.

At second your Editor seems to use variable font, your terminal a fixed font. The font needs a leas of the same type. Something like Mini, Terminal, Consolas, … Just search for any fixed font at your system.

3 Likes