Link to lcap(8) - Linux man page
http://linux.die.net/man/8/lcap
Monday, August 23, 2010
Make your files immutable which even root can't delete
Old article (2005) at All about Linux:
http://linuxhelp.blogspot.com/2005/11/make-your-files-immutable-which-even.html
http://linuxhelp.blogspot.com/2005/11/make-your-files-immutable-which-even.html
Zelda Classic
Zelda Classic is a tribute to (what we think is) the greatest video game of all time: Nintendo's The Legend of Zelda. It has been developed into an exact replica of the NES version that we all know and love. Beyond that, Zelda Classic allows the development of new quests that can use either the traditional graphics or enhanced graphics, as well as new enemies, items, and challenges.
http://www.zeldaclassic.com
http://www.zeldaclassic.com
Wednesday, August 18, 2010
Change shell for a user, Ubuntu
list the shell
echo $SHELL
change shell to for example /bin/bash
chsh -s /bin/bash username
echo $SHELL
change shell to for example /bin/bash
chsh -s /bin/bash username
Tuesday, August 17, 2010
Reverse proxy
A reverse proxy is a proxy server that is installed on a server network or on network equipment. Typically, reverse proxies are used in front of Web servers. All connections coming from the Internet addressed to one of the Web servers are routed through the proxy server, which may either deal with the request itself or pass the request wholly or partially to the main web servers.
A reverse proxy dispatches in-bound network traffic to a set of servers, presenting a single interface to the caller. For example, a reverse proxy could be used for load balancing a cluster of web servers. In contrast, a forward proxy acts as a proxy for out-bound traffic. For example, an ISP may use a proxy to forward HTTP traffic from its clients to external web servers on the Internet; it may also cache the results to improve performance.
Click here for more information @ Wikipedia
A reverse proxy dispatches in-bound network traffic to a set of servers, presenting a single interface to the caller. For example, a reverse proxy could be used for load balancing a cluster of web servers. In contrast, a forward proxy acts as a proxy for out-bound traffic. For example, an ISP may use a proxy to forward HTTP traffic from its clients to external web servers on the Internet; it may also cache the results to improve performance.
Click here for more information @ Wikipedia
Monday, August 16, 2010
rsyslog + mysql (sql schema)
CREATE DATABASE Syslog;
USE Syslog;
CREATE TABLE SystemEvents
(
ID int unsigned not null auto_increment primary key,
CustomerID bigint,
ReceivedAt datetime NULL,
DeviceReportedTime datetime NULL,
Facility smallint NULL,
Priority smallint NULL,
FromHost varchar(60) NULL,
Message text,
NTSeverity int NULL,
Importance int NULL,
EventSource varchar(60),
EventUser varchar(60) NULL,
EventCategory int NULL,
EventID int NULL,
EventBinaryData text NULL,
MaxAvailable int NULL,
CurrUsage int NULL,
MinUsage int NULL,
MaxUsage int NULL,
InfoUnitID int NULL ,
SysLogTag varchar(60),
EventLogType varchar(60),
GenericFileName VarChar(60),
SystemID int NULL
);
CREATE TABLE SystemEventsProperties
(
ID int unsigned not null auto_increment primary key,
SystemEventID int NULL ,
ParamName varchar(255) NULL ,
ParamValue text NULL
);
http://wiki.rsyslog.com/index.php/HOWTO_:_Rsyslog_%2B_MySQL_on_FreeBSD
USE Syslog;
CREATE TABLE SystemEvents
(
ID int unsigned not null auto_increment primary key,
CustomerID bigint,
ReceivedAt datetime NULL,
DeviceReportedTime datetime NULL,
Facility smallint NULL,
Priority smallint NULL,
FromHost varchar(60) NULL,
Message text,
NTSeverity int NULL,
Importance int NULL,
EventSource varchar(60),
EventUser varchar(60) NULL,
EventCategory int NULL,
EventID int NULL,
EventBinaryData text NULL,
MaxAvailable int NULL,
CurrUsage int NULL,
MinUsage int NULL,
MaxUsage int NULL,
InfoUnitID int NULL ,
SysLogTag varchar(60),
EventLogType varchar(60),
GenericFileName VarChar(60),
SystemID int NULL
);
CREATE TABLE SystemEventsProperties
(
ID int unsigned not null auto_increment primary key,
SystemEventID int NULL ,
ParamName varchar(255) NULL ,
ParamValue text NULL
);
http://wiki.rsyslog.com/index.php/HOWTO_:_Rsyslog_%2B_MySQL_on_FreeBSD
Change hostname Ubuntu
view hostname command
hostname
change hostname
sudo nano /etc/hostname
restart service to activate
/etc/init.d/hostname.sh start
hostname
change hostname
sudo nano /etc/hostname
restart service to activate
/etc/init.d/hostname.sh start
Friday, August 13, 2010
KillerStartups.com
KillerStartups.com is a user driven internet startups community. Entrepreneurs, investors, and bloggers are staying informed on up-and-coming internet startups using our blog platform, where internet entrepreneurs submit their startup to see what others think about it.
http://www.killerstartups.com
http://www.killerstartups.com
Thursday, August 12, 2010
Antikythera mechanism
The Antikythera mechanism is conjectured to be an ancient mechanical computer designed to calculate astronomical positions.
Click here for more information @ Wikipedia
Click here for more information @ Wikipedia
The Difference Engine
The Difference Engine was an automatic, mechanical calculator designed to tabulate polynomial functions. Both logarithmic and trigonometric functions can be approximated by polynomials, so a difference engine can compute many useful sets of numbers.
Click here for more information @ WikiPedia
Click here for more information @ WikiPedia
Wednesday, August 11, 2010
Monday, August 9, 2010
ipsec-isakmp
ISAKMP, a key protocol in the IPsec (Internet Security) architecture, combines the security concepts of authentication, key management, and security associations to establish the required security for government, commercial, and private communications on the Internet.
w3m
w3m is a text-based web browser as well as a pager like `more' or `less'. With w3m you can browse web pages through a terminal emulator window (xterm, rxvt or something like that). Moreover, w3m can be used as a text formatting tool which typesets HTML into plain text.
http://w3m.sourceforge.net/
http://w3m.sourceforge.net/
NeXpose Community Edition
The NeXpose Community Edition is a free, single-user vulnerability management solution specifically designed for very small organization or individual use.
NeXpose Community Edition is powered by the same scan engine as award-winning NeXpose Enterprise and offers many of the same features. Support is available via the extensive online Community.
http://www.rapid7.com/products/nexpose-community-edition.jsp
NeXpose Community Edition is powered by the same scan engine as award-winning NeXpose Enterprise and offers many of the same features. Support is available via the extensive online Community.
http://www.rapid7.com/products/nexpose-community-edition.jsp
iKAT
iKAT - The Interactive Kiosk Attack Tool is the worlds premier
Internet Kiosk/Citrix/Thin-Client hacking tool.
Designed as a SaaS, iKAT features many methods of escaping out of a
browser jailed environment and gaining command execution.
iKAT is a website you visit from a Kiosk, its quick, free, and aims to please.
iKAT is solely developed by myself (Paul Craig) a Kiosk hacking
enthusiast from New Zealand.
http://ikat.ha.cked.net
Internet Kiosk/Citrix/Thin-Client hacking tool.
Designed as a SaaS, iKAT features many methods of escaping out of a
browser jailed environment and gaining command execution.
iKAT is a website you visit from a Kiosk, its quick, free, and aims to please.
iKAT is solely developed by myself (Paul Craig) a Kiosk hacking
enthusiast from New Zealand.
http://ikat.ha.cked.net
Sunday, August 8, 2010
Irssi
Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins.
http://irssi.org
http://irssi.org
FuzzDiff
FuzzDiff -- A simple tool designed to help out with crash analysis during fuzz testing. It selectively "un-fuzzes" portions of a fuzzed file that is known to cause a crash, re-launches the targeted application, and sees if it still crashes. Eventually, this will yield a file that still causes the crash, but contains a minimum set of changes from the original un-fuzzed file.
http://vsecurity.com/resources/tool
http://vsecurity.com/resources/tool
Blender
Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License.
http://www.blender.org
http://www.blender.org
Thursday, August 5, 2010
NConf
NConf is a PHP based web-tool for configuring the Nagios monitoring software. It differs from similar tools by offering enterprise-class features like templates, dependencies and the ability to configure a large-scale, distributed Nagios server topology.
http://www.nconf.org
http://www.nconf.org
Monday, August 2, 2010
GSMK CryptoPhones
Trustworthy Voice and Message Encryption
•GSMK CryptoPhones are your trustworthy solution for completely confidential encrypted telephone calls – whether by GSM cellular network, 3G/UMTS, satellite, or land line
•GSMK CryptoPhones are based on the strongest encryption algorithms on the market
•GSMK CryptoPhones are the only secure phones that come with full source code available for independent review – allowing their security to be fully verified by independent researchers
•GSMK CryptoPhones provide hassle-free, integrated security – protecting not only the information you exchange by phone, but also the data on your mobile device
http://www.cryptophone.de
•GSMK CryptoPhones are your trustworthy solution for completely confidential encrypted telephone calls – whether by GSM cellular network, 3G/UMTS, satellite, or land line
•GSMK CryptoPhones are based on the strongest encryption algorithms on the market
•GSMK CryptoPhones are the only secure phones that come with full source code available for independent review – allowing their security to be fully verified by independent researchers
•GSMK CryptoPhones provide hassle-free, integrated security – protecting not only the information you exchange by phone, but also the data on your mobile device
http://www.cryptophone.de
Subscribe to:
Posts (Atom)