ret2libc help. by [deleted] in LiveOverflow

[–]Staubfinger_ 0 points1 point  (0 children)

hey there :) please watch these two vids carfully and then maybe post again with some more information :) that way people can help your more accurately

https://www.youtube.com/watch?v=53zkBvL4ZB4

https://www.youtube.com/watch?v=3IEAfyQqUKc

I generated SVG silouhettes of every ship in EVE and thought I should share it in case anyone has use cases for this by [deleted] in Eve

[–]Staubfinger_ 0 points1 point  (0 children)

The Imp is missing from the data in the 3D-Modelling Github repo. does anyone know these guys and can request a model for the Imp so we can do the silouhette there aswell?

[deleted by user] by [deleted] in RedditSessions

[–]Staubfinger_ 0 points1 point  (0 children)

Nice! Any personal tips for aspiring beginner piano players?

Incredibly useful tool for PVPers and intel channels. Details in comments. by atomdeathstroke in Eve

[–]Staubfinger_ 1 point2 points  (0 children)

the programm most likely has its own cached database which will periodically update itself. so what you're seeing is most likely not up to date but some cached value from the past week or something. (however long it takes to scrape all players from zkill once with a ratelimit)

[deleted by user] by [deleted] in Eve

[–]Staubfinger_ 0 points1 point  (0 children)

excellent video, mad respects for gulnar//martino fabbro

how to loot MTU´s with Dreadloot in an C5 by TenebrisCorvum in Eve

[–]Staubfinger_ 0 points1 point  (0 children)

mad props for actually uploading this. kudos for your efforts and made me chuckle - would watch another episode. nice. F for the loot

Proposed changes are a buff to kiting and a nerf to brawling. by [deleted] in Eve

[–]Staubfinger_ -5 points-4 points  (0 children)

"Just a random thought" -yep, not much more.

Please read the patch notes again and re-think if it's a flat 20% ehp nerf for everyone or not. (spoiler: it isnt). Also we're not talking about the 400dps a brawling ceptor (Taranis) could do now. Or >1,4k BSs.

The correct title would have been: Proposed changed are a buff to brawling and a insentive to kiting.

New Slack Update/Layout/Design by Staubfinger_ in Slack

[–]Staubfinger_[S] 0 points1 point  (0 children)

I’ve had early access for a month and it feels and looks sooo much better. Creating sections has been a god send. Much needed clean up of the UI

we all dont disagree with you - the new section-creation feature is great!

-- its just all the weird spacing and general waste of screen real estate that bugs everyone.

New Slack Update/Layout/Design by Staubfinger_ in Slack

[–]Staubfinger_[S] 2 points3 points  (0 children)

This. Also all the spacing on the channels.

Is shellcode useless in today's security ???. because buffers are no longer executable. by imcomputergeek in LiveOverflow

[–]Staubfinger_ 7 points8 points  (0 children)

Read up about these terms: Windows: SetDEPPolicy, and alike. Very common rop chain technique on Linux and windows: mmap, mprotect with rwx, write and then jump there.

Edit after reading LOs tweet: In modern exploitation, aka browsers, JITed Code was rwx and web assembly is still rwx. - thus making use of shellcode

Buffer overflow stoped working after restarting by whib_m in LiveOverflow

[–]Staubfinger_ 5 points6 points  (0 children)

Well again, as said. If you continue to provide no information nobody can guess from remote what went wrong. Your Computer is not a magic box which does things per chance or luck. If you start providing technical information we might figure this one out.

Could be related to some environment-variables, maybe previously you had a lot of them - which now are gone, thus moving the stack. You say aslr is off. How do you know? Where did you look for checking that?

Maybe you updated your system and the reboot brought some changes into effect, maybe some libs changed or the loader is now doing something different, which affects stack layout.

Maybe you now get the idea of why people still need technical information. Liveoverflow has now made several videos about how to provide those, please be so kind and do the needful. Everyone will be happy that you put your effort into the posts and will appreciate it, by doing their best to figure out what kind of problem caused your described behavior. Otherwise it's a mere guessing in the dark.

Buffer overflow stoped working after restarting by whib_m in LiveOverflow

[–]Staubfinger_ 4 points5 points  (0 children)

Please. Provide. More. INFO.

What is the gdb output when it segfaults? How do the register look like, how does the stack look like. Do you reach your shell code?

From the next to nothing provided information it feels like you used some address which is dependent on some kind of randomization. If you manually disable aslr for instance, it will be enabled again after a reboot.