If it's not on-topic, it's in here.
Post a reply

my actual remix

Fri Jul 27, 2012 12:21 am

is quite wild.

It contains the following stuff:

base

tor
i2p #not from the repos
i2p chat in pidgin set up
freedombox-privoxy #not from the repos
cli-usage is configured to use tor too.
And i know more than you do. You want that, i2p and tor, even if you don't know it yet.

crack
crack
john
aircrack-ng #self-build


pentest

hammerhead
metasploit #not from the repos
w3af
sqlmap
inguma

to test those:
lamp
wordpress
scuttle
at localhost.


network tools/monitoring

darkstat
etherape
ntop
nmap
tcpdump and tshark
wireshark
zenmap
dsniff
sslsniff


spoof tools

proxychains
socat
macchanger
all wich comes with tor: tor-resolve, torify, etc.
https-everywhere, adblock, duckduckgo

last not least
a cool wallpaper
bookmarks

Many more, the list is from the top of my head. I already installed apache in a lamp, but have not configured it yet, aka cp or ln the whole shebang to /var/www and create an easy index.html (to test the tools from above).
Not everything works. If someone wants to test, i will upload it, else i will first configure localhost, so one can give him the business straight from the liveDVD. It is ca 1.5 Gig big.
Else i will upload it in a few weeks.

Why would one want that? No idea. backtrack and network-security-toolkit are good, but both lack tor and i2p. The CD's which contain those, tor and i2p, ain't got the tools i want to learn. But i haven't looked at all CD's from expect-us.net. Some of those might do the job.
Last edited by nadir on Tue Aug 28, 2012 4:49 pm, edited 2 times in total.

Re: my actual remix

Mon Aug 27, 2012 4:46 pm

I wanted to upload the iso to minus, but they seem to have a restriction bout filesize now.
I think dropbox too.
Size is ca 2 Gigs.
Where can i upoad such a file?

oh, its not even a gamma-release, so if there is no solution its not a biggie.

Re: my actual remix

Mon Aug 27, 2012 5:17 pm

Maybe setup a sourceforge account/project ?

ubuntu one or cloud or whatever they call it?

no ideaz besides that, not sure if google does files anymore or not

Re: my actual remix

Mon Aug 27, 2012 11:47 pm

meandean wrote:Maybe setup a sourceforge account/project ?

Made an account.
As far i understand upload via filemanager is restricted to 1 Gig.
Will try to set up rsync or such these days. If you know how, let me know.
I realized that i missed a few packages, hence got a bit of time (need to add those, then rebuild, etc.pp).




no ideaz besides that, not sure if google does files anymore or not

Didn't do it in a while, but it was restricted to one Gig (last time).

Thanks.

Re: my actual remix

Tue Aug 28, 2012 4:37 pm

Not that far yet, but i guess its a start:
http://sourceforge.net/projects/lullysec/

I was able to create an interactive shell, but when i created a README there, i can't find it.
Will later try to upload the iso via rsync.
If that doesn't work i will remove metasploit, which is more than 1.2 Gigs (already removed freenet, which is huge too).
All i can promise is that it boots here :-)

Oh, as soon i got it working i will create one iso which will (hopefully) fit on a CD.

Any help how to use sourceforge is welcome.

I mean: come'on. LullySec. The name alone is worth to try it. ... :-)

Re: my actual remix

Tue Aug 28, 2012 7:42 pm

I usually use gftp to upload to sourceforge.

Re: my actual remix

Tue Aug 28, 2012 8:23 pm

Which settings do you use?
Been reading thru the docus, the last couple of, it gets better,
but all is a bit confusing.
did:
ssh -t user,[email protected] create
could log in, than couldn't find what is where.
finally could find it (yada home yada fsr yada yada).
The docu is a bit unclear.
Long short: How are your settings when using gftp ?

Oh, refractasnapshot is running, and when its finished i will try rsync
(again with the confusing docus ... ).

thanks

Re: my actual remix

Tue Aug 28, 2012 9:41 pm

As far i can see:
http://sourceforge.net/apps/trac/source ... 20download

a)
I first i have to create an interactive shell:
Code:
ssh -t username,[email protected] create

It will give errors, after entering the passwords. No idea why.
But the next command:
Code:
ssh [email protected]

will connect.
As i want to organize the downloadfiles i have to:
Code:
cd /home/frs/project/project-name

and can create files and folders there.

b) to upload
Code:
$ rsync -e ssh filename0 filename1 [email protected]:/home/frs/project/projectname/foldername

Re: my actual remix

Wed Aug 29, 2012 1:58 am

All i can say for sure is that it boots and works here.
http://sourceforge.net/projects/lullysec/files/

I will create a smaller image (a second one) soon.

Re: my actual remix

Thu Aug 30, 2012 7:40 pm

Looks like you got it!

for gftp
use frs.sourceforge.net for the host and select ssh2 in the dropdown
once connected type in /home/frs/project/projectname in the address bar of the right pane and hit enter
good to go
Post a reply