Centroid.EU Blog
(this blog is mostly encrypted - adults only)
|
Previous Page
July 23rd, 2009
In the last few days there was a rumour of an openssh exploit, and also a
worm that would spread from openssh'ed computers. One thing I did was
change the default port so that an automated worm going to port 22 would
go nowhere. I also applied TCP wrappers to my hosts, I'll give you an
example of a host I use only for IPv6.
$ more /etc/hosts.allow
sshd : [2001:a60:f074::]/48
$ more /etc/hosts.deny
sshd : ALL
$
The host in question was a FreeBSD host and they require those weird square
brackets with the prefix behind. An OpenBSD host doesn't require these
square brackets.
What the rules do is they allow my IPv6 subnet to connect via SSH and deny
the rest.
0 comments
40 Years ago (Apollo)
July 22nd, 2009
The first man in orbit was Yuri Gagarin and that was in 1961. Eight years later we had the
first man on the moon.
That tells you that it's not all too hard to get to the moon considering 30
years of development since the V2 rocket that
Wernher von Braun designed in world war 2. The Chinese have a space program and even
put people into orbit before. Whether they can land a man on the moon in
8 years remains to be seen. But it's not impossible.
0 comments
Random Hackepedia
July 17th, 2009
Distributed Denial of Service (see DoS). A distributed denial of service is
many computers on the Internet coordinating a Denial of Service attack (DoS)
against a single host, network or network infrastructure....
To read more about DDos go
here.
0 comments
Removed link
July 13th, 2009
In a commit
Theo de Raadt points out that OpenBSD does not link to sites filled with hatred.
I am following suit by removing this link from the SolarScale blog. I don't
exactly know what the offending message was but I have some idea of it.
0 comments
An intergalactic puzzle
July 12th, 2009
I read NASA's APOD
(Astronomy Picture of the Day) and if you click on the link you'll see
todays picture which is a message to aliens. I wanted to see just how easy
it is so I started deciphering it. First it lists numbers in quantity
represented as dots then it shows the binary value of the number and then a
base 10 representation. These numbers go from 0 to 10 (with binary as well)
and continue in base ten with 10,11, 12, 14, 15 and 20. At the top then is
a 1 on the left side and a 1 on the right side in binary, possibly indicating
our sexes (with five spots possibly indicating our fingers on each hand).
Then it continues with prime numbers from 2 through 89 (so that definitely
something intelligent is behind this). And then it says 2 3021377 X1 which
I cannot figure out, but perhaps you can.
Hah! Google knew it was a very high prime number called a Mersenne prime.
Here is it's homepage.
0 comments
Random Hackepedia
July 11th, 2009
Syslog is the common way of managing logfiles on UNIX. Processes that wish to log something write to a UNIX socket usually bound in /dev/log which then goes to syslogd that writes these logs to a file usually found in /var/log.
To read more about syslog at hackepdia go here.
0 comments
Random Hackepedia
July 4th, 2009
All users on a system have the ability to customize their environment to their taste. This can involve choosing a shell such as bash, zsh, or tcsh, setting the environment, shell aliases, or running scripts at startup. These tasks are all handled by various "profile scripts".
To read more about
profiles read on.
0 comments
OpenBSD packages
July 4th, 2009
First off, I'm not a fan of packages. But I'm wrong. The economics of
pre-compiled packages are better than building a package yourself. For one
you don't have to run your CPU hot building a port that someone has already
done for you, so you're wasting less electricity if you install the package.
However I'm the type of person that wants the source code at all times so I've
found a way to compromise. I put this in my /etc/mk.conf:
# more /etc/mk.conf
FETCH_PACKAGES=Yes
PKG_PATH=ftp://ftp.de.openbsd.org/pub/OpenBSD/4.5/packages/i386/
So now all I have to do is go into the ports and type: make fetch (gets the
source) and make install (gets the package and installs it). This way I have
the source to fall back on when I need it and the package process is a few
seconds at most.
0 comments
The xlog is discontinued
July 2nd, 2009
Some people must have gotten hold of an old cache of my blog from 2006/2007
where I offered blog articles in encrypted form. You could order a decrypt
CD then to decrypt what was written, however noone at the time was interested.
I discontinued offering the blog in encrypted form and no sales were made. I
found some bounce mails from people today writing in to the decrypt mailbox
(which doesn't exist anymore). Thanks for your interests but the offer is
over.
0 comments
Natally does AES
June 30th, 2009
Well I have been hacking away at
natally
the last couple weeks now and I
finally got dual mode encryption into it. It now does AES as well as Blowfish
encryption. Because of the nature of the code it should be easy now to add
other ciphers now too, it just needs to be put in place. I started out with
blowfish and then coded my way to AES removing a lot of hard code such as
blocksizes which need to be dynamic with multiple ciphers. I'm thinking
perhaps I should write a manpage now (ughh) or something.
PS: with revision 50 I committed the NAT state expiration code which was
needed to complete this project. Perhaps it'll need a bit of tweaking
here and there but the main code is finished.
0 comments
Next Page
|
Search
RSS Feed
Click here for RSS
On this day in
Other links
Have feedback?
By clicking on the header of an article you will be
served a cookie. If you do not agree to this do not
click on the header. Thanks!
Using a text-based webbrowser?
... such as lynx? Welcome back it's working again for the time being.
Older Blog Entries
November, 2023
October, 2023
September, 2023
August, 2023
July, 2023
June, 2023
May, 2023
April, 2023
March, 2023
February, 2023
January, 2023
December, 2022
November, 2022
October, 2022
September, 2022
August, 2022
July, 2022
June, 2022
May, 2022
April, 2022
March, 2022
February, 2022
January, 2022
December, 2021
November, 2021
October, 2021
September, 2021
March, 2021
February, 2021
January, 2021
December, 2020
November, 2020
October, 2020
September, 2020
August, 2020
July, 2020
June, 2020
May, 2020
April, 2020
March, 2020
February, 2020
January, 2020
December, 2019
November, 2019
October, 2019
September, 2019
August, 2019
July, 2019
June, 2019
May, 2019
April, 2019
March, 2019
February, 2019
January, 2019
December, 2018
November, 2018
October, 2018
September, 2018
August, 2018
July, 2018
June, 2018
May, 2018
April, 2018
March, 2018
February, 2018
January, 2018
December, 2017
November, 2017
October, 2017
September, 2017
August, 2017
July, 2017
June, 2017
May, 2017
April, 2017
March, 2017
February, 2017
January, 2017
December, 2016
November, 2016
October, 2016
September, 2016
August, 2016
July, 2016
June, 2016
May, 2016
April, 2016
March, 2016
February, 2016
January, 2016
December, 2015
November, 2015
October, 2015
September, 2015
August, 2015
July, 2015
June, 2015
May, 2015
April, 2015
March, 2015
February, 2015
January, 2015
December, 2014
November, 2014
October, 2014
September, 2014
August, 2014
July, 2014
June, 2014
May, 2014
April, 2014
March, 2014
February, 2014
January, 2014
December, 2013
November, 2013
October, 2013
September, 2013
August, 2013
July, 2013
June, 2013
May, 2013
April, 2013
March, 2013
February, 2013
January, 2013
December, 2012
November, 2012
October, 2012
September, 2012
August, 2012
July, 2012
June, 2012
May, 2012
April, 2012
March, 2012
February, 2012
January, 2012
December, 2011
November, 2011
October, 2011
September, 2011
August, 2011
July, 2011
June, 2011
May, 2011
April, 2011
March, 2011
February, 2011
January, 2011
December, 2010
November, 2010
October, 2010
September, 2010
August, 2010
July, 2010
June, 2010
May, 2010
April, 2010
March, 2010
February, 2010
January, 2010
December, 2009
November, 2009
October, 2009
September, 2009
August, 2009
July, 2009
June, 2009
May, 2009
Powered by BCHS
|