Thursday, 30 June 2011
Mobius Forensic Toolkit 0.5.8 Is Out
Mobius Forensic Toolkit is a forensic framework written in Python/GTK that manages cases and case items, providing an abstract interface for developing extensions. Cases and item categories are defined using XML files for easy integration with other tools.
Changes: The Hive (registry viewer) features three new reports: email accounts, TCP/IP interfaces, and computer descriptions. All registry reports can be exported as CSV and the user password report can be exported in a format suitable for John the Ripper as well. Minor improvements were made.
For more information and downloads, visit the official link here.
Read more...
Changes: The Hive (registry viewer) features three new reports: email accounts, TCP/IP interfaces, and computer descriptions. All registry reports can be exported as CSV and the user password report can be exported in a format suitable for John the Ripper as well. Minor improvements were made.
For more information and downloads, visit the official link here.
Read more...
Mobius Forensic Toolkit 0.5.8 Is Out
2011-06-30T21:00:00+05:45
Cool Samar
forensic|security|
Comments
Bookmark this post:blogger tutorials
Social Bookmarking Blogger Widget |
Wednesday, 29 June 2011
Ubuntu PPA Managing With PPABuilder
While reading stuffs on internet I came across this. You can manage your ubuntu PPA using the PPABuilder tool.
To install the tool, type the following commands from terminal:
The complete guide for this is available here.
Read more...
To install the tool, type the following commands from terminal:
sudo apt-add-repository ppa:lkjoel/ppabuilder
sudo apt-get update
sudo apt-get install ppabuilder
sudo apt-get update
sudo apt-get install ppabuilder
The complete guide for this is available here.
Read more...
Ubuntu PPA Managing With PPABuilder
2011-06-29T22:28:00+05:45
Cool Samar
software|ubuntu|
Comments
Bookmark this post:blogger tutorials
Social Bookmarking Blogger Widget |
Source Code Auditing With Graudit
Graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility grep. It's comparable to other static analysis applications like RATS, SWAAT and flaw-finder while keeping the technical requirements to a minimum and being very flexible.
The tool can be downloaded from HERE
Read more...
The tool can be downloaded from HERE
Read more...
Source Code Auditing With Graudit
2011-06-29T19:13:00+05:45
Cool Samar
security|software|
Comments
Bookmark this post:blogger tutorials
Social Bookmarking Blogger Widget |
Search, Stream, and/or Download Audios/Videos From Youtube and Other Sites With GMediaFinder
GMediaFinder is a new GTK based desktop application that allows you to search, stream and download audios and videos from different sites. Both the windows and linux version of the tool are available and it can be great alternative to Minitube for linux.
It support fullscreen mode (double click on the video or F2/esc), visualisations and use the gstreamer engine to play sounds and videos. This tool also allows searching and streaming of audio and video from several other websites such as azmp3s.com, Tagoo, etc.
It is available for ubuntu through PPA so to install the tool, type the following commands in your terminal.
I hope this info is useful. :)
Read more...
It support fullscreen mode (double click on the video or F2/esc), visualisations and use the gstreamer engine to play sounds and videos. This tool also allows searching and streaming of audio and video from several other websites such as azmp3s.com, Tagoo, etc.
It is available for ubuntu through PPA so to install the tool, type the following commands in your terminal.
sudo apt-add-repository ppa:s-lagui/ppa
sudo apt-get update
sudo apt-get install gmediafinder
sudo apt-get update
sudo apt-get install gmediafinder
I hope this info is useful. :)
Read more...
Search, Stream, and/or Download Audios/Videos From Youtube and Other Sites With GMediaFinder
2011-06-29T18:58:00+05:45
Cool Samar
linux|software|ubuntu|windows|
Comments
Bookmark this post:blogger tutorials
Social Bookmarking Blogger Widget |
Friday, 24 June 2011
how to split a file in linux
If you need to split a single large file into smaller pieces to transfer the files through small memory drives(I had to transfer 4.6 GB matlab ISO using two 4 GB pendrives), there's this simple command line tool called "split" developed by Torbjorn Granlund and Richard M. Stallman.
Fire up the terminal and navigate to the directory in which the file to be splitted is present.
Then, we'll use the split command as below:
After executing the above command, the iso is divided into smaller chunks of specified file size. The --bytes option can take various different arguments such as 2K, 2M, etc.
To recombine the files into a single file, open the terminal and type the following after navigating to the proper directory.
For more information on the command, type man split.
Read more...
Fire up the terminal and navigate to the directory in which the file to be splitted is present.
Then, we'll use the split command as below:
split --bytes=2G matlab.iso matlab_
After executing the above command, the iso is divided into smaller chunks of specified file size. The --bytes option can take various different arguments such as 2K, 2M, etc.
To recombine the files into a single file, open the terminal and type the following after navigating to the proper directory.
cat matlab_* > matlab.iso
For more information on the command, type man split.
Read more...
how to split a file in linux
2011-06-24T18:45:00+05:45
Cool Samar
linux|tricks and tips|ubuntu|
Comments
Labels:
linux,
tricks and tips,
ubuntu
Bookmark this post:blogger tutorials
Social Bookmarking Blogger Widget |
Monday, 20 June 2011
SLC Examination 2067 Result Is Out
OCE, Sanothimi has published the result of SLC examination 2067 today and if you are wondering how you can view the result with marksheet, check this post.
To view SLC result with marksheet, we can visit the official OCE site given below.
slcresult.soce.gov.np : Though the info on the page says that the result is of 2067 (probably they are updating their database), you can view full marksheet from the page there.
slc.ntc.net.np : Marksheet available now
Read more...
To view SLC result with marksheet, we can visit the official OCE site given below.
slcresult.soce.gov.np : Though the info on the page says that the result is of 2067 (probably they are updating their database), you can view full marksheet from the page there.
slc.ntc.net.np : Marksheet available now
Read more...
SLC Examination 2067 Result Is Out
2011-06-20T20:31:00+05:45
Cool Samar
useful website|
Comments
Labels:
useful website
Bookmark this post:blogger tutorials
Social Bookmarking Blogger Widget |
Friday, 10 June 2011
Online Alternative To Matlab
Today, I visited a website which provided the service of working on Matlab online in a website without any need of installing Matlab software. Although not comprehensive as the software itself, this web version can be quite useful in some cases.
This site offers as of now more than 500 Matlab R2009A commands. Only text commands are supported for now and they are working for graphical supports such as plots.
www.matlab-online.com
Thanks to Brisha for pointing this useful site. :)
Read more...
This site offers as of now more than 500 Matlab R2009A commands. Only text commands are supported for now and they are working for graphical supports such as plots.
www.matlab-online.com
Thanks to Brisha for pointing this useful site. :)
Read more...
Online Alternative To Matlab
2011-06-10T01:22:00+05:45
Cool Samar
useful website|
Comments
Labels:
useful website
Bookmark this post:blogger tutorials
Social Bookmarking Blogger Widget |
Thursday, 9 June 2011
Advanced HTTP Fingerprinting With httprecon
One of the first steps in web server hacking involves fingerprinting to gather information regarding the web server and various mods applied to it. Fingerprinting the web server manually can be cumbersome so some good folks have developed an advanced open-source fingerprinting tool known as httprecon
*Description from official webpage:
The httprecon project is doing some research in the field of web server fingerprinting, also known as http fingerprinting. The goal is the highly accurate identification of given httpd implementations. This is very important within professional vulnerability analysis.
Besides the discussion of different approaches and the documentation of gathered results also an implementation for automated analysis is provided. This software shall improve the easyness and efficiency of this kind of enumeration. Traditional approaches as like banner-grabbing, status code enumeration and header ordering analysis are used. However, many other analysis techniques were introduced to increase the possibilities of accurate web server fingerprinting.
Check the Page of httprecon project
Read more...
*Description from official webpage:
The httprecon project is doing some research in the field of web server fingerprinting, also known as http fingerprinting. The goal is the highly accurate identification of given httpd implementations. This is very important within professional vulnerability analysis.
Besides the discussion of different approaches and the documentation of gathered results also an implementation for automated analysis is provided. This software shall improve the easyness and efficiency of this kind of enumeration. Traditional approaches as like banner-grabbing, status code enumeration and header ordering analysis are used. However, many other analysis techniques were introduced to increase the possibilities of accurate web server fingerprinting.
Check the Page of httprecon project
Read more...
Advanced HTTP Fingerprinting With httprecon
2011-06-09T23:26:00+05:45
Cool Samar
hacking|security|software|useful website|
Comments
Labels:
hacking,
security,
software,
useful website
Bookmark this post:blogger tutorials
Social Bookmarking Blogger Widget |
Subscribe to:
Posts (Atom)