Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > System > System Administration

    THC-ManipulateData 1.3

    Download button

    Downloads: 429  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    The Hacker's Choice | More programs
    GPL / FREE
    March 8th, 2006, 18:57 GMT
    ROOT / System / System Administration

     Read user reviews (0)  Refer to a friend  Subscribe

    THC-ManipulateData description

    THC-ManipulateData can search data on a harddisk/partition/file.

    THC-ManipulateData can search data on a harddisk/partition/file, extract the part you are interested in, and write it back after you modified it.

    Useful to find and modify really all unencrypted Logfiles on a system. Does everything in RAW mode, and hence does not tamper a/m/ctimes.

    It comes with 4 tools:

    Syntax of search_data: ./search_data [-i] [-d] blockdevice searchstring

    -i - the only parameter which is optional. This does the
    search case insensitive.
    -d - dump the found occasions in hex
    blockdevice - a blockdevice you want to search for data. It need
    not to be a blockdevice, it can be anything, but normaly
    you use it on these.
    searchstring - a string you want to search for

    The blockdevice is searched for the occurance of searchstring, which are printed with location when found.

    Example: ./search_data -i /dev/hda3 "connect from 10.0.0.1"

    Output looks like:

    found at 234600: connect from 10.0.0.1/unresolved (UNKNOWN)

    Syntax of read_data: ./read_data blockdevice start_address no_of_bytes

    blockdevice - a blockdevice you want to get your data from. It need not to be a blockdevice, it can be anything, but normaly you use it on these.

    start_address - from which offset of the blockdevice you want to extract data from

    no_of_bytes - how many bytes of data starting at the start_address you want to extract in a file.

    The output filename is always START_ADDRESS.NO_OF_BYTES

    Example: ./read_data /dev/hda3 234653 1024

    writes 1024 bytes of data from /dev/hda3 starting from offset 234653 to the file "234653.1024"

    Syntax of write_data: ./write_data blockdevice filename

    blockdevice - a blockdevice you want to write your data to. It need not to be a blockdevice, it can be anything, but normaly you use it on these.
    filename - the data you want to write to the blockdevice. For error protection, the location where it is put it gathered from the filename - as you can see above from read_data. If you modified the data extracted with read_data into the file, it may not have a different size than defined in the filename! The data in filename is written to the blockdevice

    Example: ./write_data /dev/hda3 234653.1024

    writes 1024 bytes of data to /dev/hda3 starting at offset 234653 with the
    data read from the file "234653.1024"

    Syntax of replace_data: ./replace_data [-i] blockdevice searchstring replacestring

    -i - the only parameter which is optional. This does the search case insensitive.
    blockdevice - a blockdevice you want to search for data. It need not to be a blockdevice, it can be anything, but normaly you use it on these.
    searchstring - a string you want to search for
    replacestring - the string you want to replace the found entries with

    The blockdevice is searched for the occurance of searchstring, and is then replaced.

    Example: ./replace_data -i /dev/hda3 "connect from 1.0.0.1" "Remap table failure "

    Output looks like:

    found at 234600 - replaced

    What's New in This Release:

    · fixed a bug in read/write_data, seeks over 2gb now succeed
    · added -d for hexdump display of occasions found in search_data



    Product's homepage

      


    TAGS:

    manipulate data | search harddisk | search partition | search | harddisk | partition

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM