HN user

evandrix

868 karma
Posts123
Comments34
View on HN
unit42.paloaltonetworks.com 11mo ago

New Infection Chain and ConfuserEx-Based Obfuscation for DarkCloud Stealer

evandrix
1pts0
unit42.paloaltonetworks.com 1y ago

Stealthy .NET Malware: Hiding Malicious Payloads as Bitmap Resources

evandrix
4pts0
pdfsr.com 10y ago

Fetch getfetch.net DEBUG=True in Django = exploitable? (80char) [pdf]

evandrix
1pts0
github.com 10y ago

Clean up Git branches that have been merged into master

evandrix
1pts0
github.com 10y ago

Sshrc: bring your .bashrc, .vimrc, etc. with you when you ssh

evandrix
2pts0
github.com 10y ago

Mosh: the mobile shell

evandrix
2pts0
www.agner.org 10y ago

Software optimization resources

evandrix
32pts5
am.peen.es 10y ago

Ashley Madison hack: summary/overview

evandrix
1pts0
github.com 10y ago

Unix command line queue utility

evandrix
52pts19
csvoss.scripts.mit.edu 10y ago

Traceroute

evandrix
130pts45
www.alchemistowl.org 10y ago

(POC||GTFO)

evandrix
2pts0
www.daveeddy.com 11y ago

Synchronous File I/O in Node.js (2013)

evandrix
8pts0
github.com 11y ago

Nifty tool to convert from ELF to Mach-O

evandrix
1pts0
www.agner.org 11y ago

Software optimization resources

evandrix
8pts0
github.com 11y ago

VP-tree nearest neighbor search

evandrix
2pts0
privatepaste.com 11y ago

Private pastebin

evandrix
2pts1
oc.gtisc.gatech.edu 11y ago

Open Malware Search

evandrix
3pts0
github.com 11y ago

Node.js module `cloudscraper' – bypass CF DDoS protection

evandrix
2pts0
www.coresecurity.com 11y ago

CORE Labs Research Publications

evandrix
1pts0
github.com 11y ago

[bash] dateutil

evandrix
4pts0
macid.co 11y ago

MacID

evandrix
1pts1
josephscott.org 11y ago

Timing Details with `curl`

evandrix
1pts0
xkr47.outerspace.dyndns.org 11y ago

Plot – a program for plotting time-based data without hassle

evandrix
4pts0
github.com 11y ago

Command line pagerank computation

evandrix
2pts0
www.forbes.com 11y ago

PunkSpider: Hackers Scan Tor Hidden Services to Find Weaknesses in 'Dark Web'

evandrix
4pts1
www.punkspider.org 11y ago

PunkSpider

evandrix
2pts0
news.ycombinator.com 11y ago

Level11.tasteless.eu/index.php – need help with “Hard”

evandrix
1pts1
ozh.github.io 11y ago

HTML/ASCII tbl gen

evandrix
1pts0
rabexc.org 11y ago

Randomizing should be easy, right?

evandrix
1pts0
chall.tasteless.eu 11y ago

Tasteless.eu: SQLi challenges

evandrix
1pts0
Traceroute 11 years ago

Where's the direct link to obtain a copy of this updated GeoLite data (Apr 2015) pls?

Traceroute 11 years ago

any chance tracing to a malicious server via this can attack scripts.mit.edu?

Ah! that explains so much (and also why i've wasted a whole hour figuring out why what I observed was happening) I'm a CLI curl guy, rather than relying on these browsers which randomly would add a 0x0d 0x0a to my form submissions, for example. I also noticed that compiling (assembling-linking) the .S to execute it would not print anything (just hang there like a normal webserver), but I was getting stuff written to stdout with the final.c/webserver.c version using its shellcode.

ok, now it compiles, thanks for that. However, I'm getting an incomplete response "<h1>hello world</h1" without the trailing closing angled bracket. And when I try to run final.c after setting the FUNCTION_ADDR and ADDR as per your tutorial, I get some stray HTTP/1.0 200 and Content-type text/html being displayed on stdout as I start the program final.c (compiled to a.out by default)