-
Website
http://www.matasano.com/log -
Original page
http://www.matasano.com/log/552/code-release-blackbag-09-binary-protocol-reversing-unix-thingies/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Press Controls
3 comments · 2 points
-
ChrisMtso
12 comments · 1 points
-
Eric Monti
11 comments · 1 points
-
StatlerAndWaldorf
12 comments · 3 points
-
Dave G.
7 comments · 1 points
-
-
Popular Threads
I was able to get it to compile on SuSE 10.1. I simply had to change line 44 in tsec.c.
The current line is:
if(setpgrp(0, getpid()) == -1) {
Which I replaced with:
if (setpgrp() == -1 ) {
After that it compiled without a problem.
The product looks great... I did a brief review of your two posts today over on my site... I plan on doing a full review with examples this upcoming weekend... but I'm quite impressed.
I should make it clear that this is not our "product", which you can tell by the fact that this code actually got released.
I will suggest that the library code here is more useful than the programs themselves.
I will, however, admin that I'm curious as to why you will most likely not be releasing this code again.
The library code here is more useful than the actual programs are (although I use the programs every day and would be basically sunk without them).
I'll get it up this evening, unless I don't, in which case I will allow you to shame me publicly with more comments.
doesnt let strangers like me in :)
thanx in advance
gwen
thanx anyway
gwen
gwen
http://72.14.209.104/search?q=cache:http%3A//ww...
for the .6 version which is now giving forbidden errors , so I will take a stab at this and say make sure the the tools directory is readable/executable by all if not owned by the http user.
and take a look at www/logs/error_log with a tail -f while working at it to determine why it cant be found..
sigh..
gwen
ps or I am sure one of us can post it someplace for you to refer to if emailed ..
pss.. I wont shame u..
gwen
ps.. SHAME SHAME SHAME!!!!
any chance soon??(it has been months...)
gwen
http://www.sockpuppet.org/blackbag-0.9.tgz
thanx thomas
gwen
thanx thomas
gwen
During the make install, the 'sub.macros' file wasn't available. I just used touch to create the file.