video sharing site
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3645
Torrent Swapper 0.1
Torrent Swapper is an open sourced sociable peer to peer file-sharing client based on the Bittorrent protocol. more>>
Torrent Swapper is an open sourced sociable peer to peer file-sharing client based on the Bittorrent protocol that is ideal for high-speed distribution of large files that has a basic understanding of human friendships, of user tastes in content, and of Internet connectivity between users.
Torrent Swapper project supports simultaneous downloads, download queue, selected downloads in torrent package, fast-resume, speed limits, port mapping, disk cache, proxy, ip-filter, etc.
Main features:
- Amazon-like recommendations to get interesting files
- Doubling the download speed by using the upload capacity of friends
- Real-time P2P file sharing with P2P video streaming
- Showing the locations of seeders / leechers of the same content with city-level accuracy on a world map
- Multiple downloads in a single window
- Queueing system with priority
- Supporing pause, stop, resume, queue, remove operations
- Supporting global setting such as upload and download limiting
- Supporting local setting for each torrent as well
- And much more...
<<lessTorrent Swapper project supports simultaneous downloads, download queue, selected downloads in torrent package, fast-resume, speed limits, port mapping, disk cache, proxy, ip-filter, etc.
Main features:
- Amazon-like recommendations to get interesting files
- Doubling the download speed by using the upload capacity of friends
- Real-time P2P file sharing with P2P video streaming
- Showing the locations of seeders / leechers of the same content with city-level accuracy on a world map
- Multiple downloads in a single window
- Queueing system with priority
- Supporing pause, stop, resume, queue, remove operations
- Supporting global setting such as upload and download limiting
- Supporting local setting for each torrent as well
- And much more...
Download (0.62MB)
Added: 2006-08-11 License: MIT/X Consortium License Price:
254770 downloads
Globe7 1.1
Globe7 is a soft phone with integrated voice, video, IM, and real-time video streaming, powered by online advertising. more>>
Globe7 is a soft phone with integrated voice, video, IM, and real-time video streaming, powered by online advertising. The project allows you to make free calls from PC to PC (voice and video), PC to mobile, and PC to landline by watching videos in Globe7 TV.
Main features:
Phone
- Globe7 converts your laptop or desktop computer into a second telephone. You can make calls to any phone across the Globe. You can also receive unlimited free incoming calls from any landline or mobile phone. With Globe7, PC to PC calling is absolutely FREE
Globe7 TV
- Globe7 presents you incessant entertainment with free video streaming. You can watch video clips in different categories and you can also earn FREE talk time to your Globe7 account. Video on Demand and matured pay per view content are coming soon
Phone Book
- You can add your non Globe7 members to your phone book and make calls directly from the phone book
Search
- You can search the Web while making calls or chatting with your friends
My Earnings
- Check the details of amount earned by watching Globe7 TV
My channel
- You can upload your video files and share it among the friends up to a capacity of 1GB
Instant Messaging (Chat)
- You can send messages to your Globe7 friends who are online by using the Chat option
Follow Me Service
- With Follow Me Service facility, you can get your calls redirected to your landline or mobile when you are offline
SMS
- You can send SMS to any mobile across the Globe using the SMS feature available in Globe7
My calls
- You can view the list of incoming calls, outcalls and missed calls
View Channel
- For viewing the video content of your buddies you can choose this option
<<lessMain features:
Phone
- Globe7 converts your laptop or desktop computer into a second telephone. You can make calls to any phone across the Globe. You can also receive unlimited free incoming calls from any landline or mobile phone. With Globe7, PC to PC calling is absolutely FREE
Globe7 TV
- Globe7 presents you incessant entertainment with free video streaming. You can watch video clips in different categories and you can also earn FREE talk time to your Globe7 account. Video on Demand and matured pay per view content are coming soon
Phone Book
- You can add your non Globe7 members to your phone book and make calls directly from the phone book
Search
- You can search the Web while making calls or chatting with your friends
My Earnings
- Check the details of amount earned by watching Globe7 TV
My channel
- You can upload your video files and share it among the friends up to a capacity of 1GB
Instant Messaging (Chat)
- You can send messages to your Globe7 friends who are online by using the Chat option
Follow Me Service
- With Follow Me Service facility, you can get your calls redirected to your landline or mobile when you are offline
SMS
- You can send SMS to any mobile across the Globe using the SMS feature available in Globe7
My calls
- You can view the list of incoming calls, outcalls and missed calls
View Channel
- For viewing the video content of your buddies you can choose this option
Download (MB)
Added: 2007-04-20 License: Other/Proprietary License Price:
4256 downloads
Get YouTube Video 1.3c
Get YouTube Video is a service menu for KDE. more>>
Get YouTube Video is a service menu for KDE.
Usage:
Right-click onto a link to a YouTube video or at the background of the YouTube site showing the video and choose action -> Download YouTube Video -> ...
Install:
cd ~/.kde/share/apps/konqueror/servicemenus/
tar xvzf /path/to/youtube-servicemenu.tar.gz
I made some modifications to the YouTube Service Menu. It didnt work for me, so I looked at the source. I added a differnent method to guess the video_id and I added additional parameters to the query string to download the video.
The query-string trick is:
video_id is a part of the site-url, in which the video is embedded:
video_ids = set(re.findall(www.youtube.com/v/([-A-Za-z0-9_]+), data))
or
m = re.search(video_id=(?P [-A-Za-z0-9_]+), data)
or
m = re.search(v=(?P [-A-Za-z0-9_]+), data)
Then I do:
url = "http://www.youtube.com/watch?v=%s" % video_id
Now url points to a site in which the video will be embedded, so I can apply following regular expression to its contens:
m = re.search(watch_fullscreen?(?P .*?)&fs=1&title=" + "(?P
<<lessUsage:
Right-click onto a link to a YouTube video or at the background of the YouTube site showing the video and choose action -> Download YouTube Video -> ...
Install:
cd ~/.kde/share/apps/konqueror/servicemenus/
tar xvzf /path/to/youtube-servicemenu.tar.gz
I made some modifications to the YouTube Service Menu. It didnt work for me, so I looked at the source. I added a differnent method to guess the video_id and I added additional parameters to the query string to download the video.
The query-string trick is:
video_id is a part of the site-url, in which the video is embedded:
video_ids = set(re.findall(www.youtube.com/v/([-A-Za-z0-9_]+), data))
or
m = re.search(video_id=(?P [-A-Za-z0-9_]+), data)
or
m = re.search(v=(?P [-A-Za-z0-9_]+), data)
Then I do:
url = "http://www.youtube.com/watch?v=%s" % video_id
Now url points to a site in which the video will be embedded, so I can apply following regular expression to its contens:
m = re.search(watch_fullscreen?(?P .*?)&fs=1&title=" + "(?P
Download (0.003MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
3227 downloads
Web Site Robot 2.4
Web Site Robot is an easy to use Web site builder with a blog tool. more>>
Web Site Robot is an easy to use Web site builder with a blog tool, shopping cart, and online photo album. It is free and does not require additional software, HTML, programming, or a hosting company.
It enables secure online payments with credit cards. There is virtually unlimited storage space for HTML, documents, blogs, photos, music, videos, or any multimedia content.
Enhancements:
- The Robot is now able to discover and inform UPnP routers about its presence and the need to have a NAT port available for its Web server.
- In most SOHO environments with UPnP enabled routers, manual configuration is not needed.
- The operator just installs, registers the Robot and the Web site is online effortlessly.
<<lessIt enables secure online payments with credit cards. There is virtually unlimited storage space for HTML, documents, blogs, photos, music, videos, or any multimedia content.
Enhancements:
- The Robot is now able to discover and inform UPnP routers about its presence and the need to have a NAT port available for its Web server.
- In most SOHO environments with UPnP enabled routers, manual configuration is not needed.
- The operator just installs, registers the Robot and the Web site is online effortlessly.
Download (26MB)
Added: 2005-09-13 License: Freeware Price:
3097 downloads
Fast Video Download 1.3.1.1
Fast Video Download enables you to save embedded video files from various video-hosting servers. more>>
Fast Video Download enables you to save embedded video files from various video-hosting servers.
Fast Video Download can save embedded video files from following video-hosting servers:
Angry Alien, Anime Episodes, Anime Forever, Bad Jojo, Blip.TV, Bo-Funk, Bolt, Break.com, Bubblare.dk, CollegeHumor.com, Current.TV, Daily Motion, Danerd.com, eVideo Share, Google Video, Grinvi, iFilm, Libero.IT Video, HI5 (VideoEgg), My Space, MetaCafe, News.NTV.ru, PornoTube, Put File, Streetfire, Totally Crap, You Tube, V-Social and Vidiac.
Main features:
- Just in ONE click on the status-bar or custom toolbar icon, FVD immediately open the regular "Save As" dialog with already placed video title and extension.
- FVD supports additional video formats at Video, Break.com, Blip.TV. You can choose desired format via Preferences.
- FVD is able to pick any multimedia links from embeded objects on ordinary pages
- If theres only single link, standard dialog open immediately. Otherwise, links are listed in pop-up window.
- Processing of embedded YouTube video objects: Special download link will appear under every embedded YouTube Flash-Player posted on common pages such as blogs and web-boards.
- At last, FVD supports DownThemAll and FlashGot: You can turn on interaction with your desired download manager in preferences.
<<lessFast Video Download can save embedded video files from following video-hosting servers:
Angry Alien, Anime Episodes, Anime Forever, Bad Jojo, Blip.TV, Bo-Funk, Bolt, Break.com, Bubblare.dk, CollegeHumor.com, Current.TV, Daily Motion, Danerd.com, eVideo Share, Google Video, Grinvi, iFilm, Libero.IT Video, HI5 (VideoEgg), My Space, MetaCafe, News.NTV.ru, PornoTube, Put File, Streetfire, Totally Crap, You Tube, V-Social and Vidiac.
Main features:
- Just in ONE click on the status-bar or custom toolbar icon, FVD immediately open the regular "Save As" dialog with already placed video title and extension.
- FVD supports additional video formats at Video, Break.com, Blip.TV. You can choose desired format via Preferences.
- FVD is able to pick any multimedia links from embeded objects on ordinary pages
- If theres only single link, standard dialog open immediately. Otherwise, links are listed in pop-up window.
- Processing of embedded YouTube video objects: Special download link will appear under every embedded YouTube Flash-Player posted on common pages such as blogs and web-boards.
- At last, FVD supports DownThemAll and FlashGot: You can turn on interaction with your desired download manager in preferences.
Download (0.026MB)
Added: 2007-04-07 License: MPL (Mozilla Public License) Price:
2275 downloads
Web Sharing 0.0.3
Web Sharing is a small tray applet for sharing files on the web. more>>
Web Sharing is a small tray applet for sharing files on the web.
Publish anything on the Internet or your local area network at home, office or school from a folder on your hard disk with just a few clicks of a mouse!
<<lessPublish anything on the Internet or your local area network at home, office or school from a folder on your hard disk with just a few clicks of a mouse!
Download (1.9MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1553 downloads
Gaim Video and Voice Support 1.2.0
A friendly fork of Gaim (http://gaim.sf.net) to concentrate on video and voice support, which will eventually be backported. more>>
Gaim Video and Voice Support is a friendly fork of the gaim project to concentrate on video and voice support, which will eventually be backported.
<<less Download (2.8MB)
Added: 2005-07-26 License: GPL (GNU General Public License) Price:
1553 downloads
KFilm 0.0.2
KFilm is an non-linear Video Editor that runs on a **ix System. more>>
Video cutting software with QT/KDE uses SDL/ffmpeg an reads every FIle that ffmpeg reads -cut /merge video -non linear VideoEditing
<<less Download (0.72MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1528 downloads
YACS! 5.10
Yet Another Community System (YACS) is an open source, open-standards content management system based on PHP and MySQL. more>>
Yet Another Community System (YACS) is an open source, open-standards content management system based on PHP and MySQL with a focus on code quality and best practices.
The YACS product has a straightforward and modular component architecture that covers most common needs of demanding web masters.
YACS is for...
- Web designers that require a powerful multi-purpose content management system that is fully customizable through templates and style sheets.
- PHP-aware software developers that want to leverage a rich set of well-written scripts to save on development workload.
- Departments that wish to create smart web sites to improve searching, facilitate sharing through various web interfaces and integrate seamlessly in the IT infrastructure.
- IT department that are looking for a web solution to ease their task, featuring a central integration reference, semi-automated software upgrades, and centralized monitoring.
- Bloggers that are looking for new ways to leverage their work with images, files, links, and that want to complement their site with discussion boards or electronic books.
- Families that are looking for a simple and powerful tool to share files and to stream videos or music throughout the house.
Main features:
- YACS supports video-on-demand
- YACS adds ubiquity to web communities
- YACS supports social bookmarking
- Towards the integration Robert Scoble is dreaming of?
- YACS streamlines the extension of web structure
- YACS differentiates between RSS casts
- Two new things
<<lessThe YACS product has a straightforward and modular component architecture that covers most common needs of demanding web masters.
YACS is for...
- Web designers that require a powerful multi-purpose content management system that is fully customizable through templates and style sheets.
- PHP-aware software developers that want to leverage a rich set of well-written scripts to save on development workload.
- Departments that wish to create smart web sites to improve searching, facilitate sharing through various web interfaces and integrate seamlessly in the IT infrastructure.
- IT department that are looking for a web solution to ease their task, featuring a central integration reference, semi-automated software upgrades, and centralized monitoring.
- Bloggers that are looking for new ways to leverage their work with images, files, links, and that want to complement their site with discussion boards or electronic books.
- Families that are looking for a simple and powerful tool to share files and to stream videos or music throughout the house.
Main features:
- YACS supports video-on-demand
- YACS adds ubiquity to web communities
- YACS supports social bookmarking
- Towards the integration Robert Scoble is dreaming of?
- YACS streamlines the extension of web structure
- YACS differentiates between RSS casts
- Two new things
Download (2.1MB)
Added: 2005-10-28 License: GPL (GNU General Public License) Price:
1458 downloads
Revver 1.0.4
Revver is an upload client in Java for the Revver site. more>>
Revver is an upload client in Java for the Revver site.
To upload videos to Revver, you need a Revver account (create account now) and the Revver Upload Tool. After you download and double-click the Upload Tool, you can drag and drop a video to post it to your account.
We accept all common formats, including Quicktime, Windows Media, MPEG, MPG, ASF, MOV, WMV and most forms of AVI. Once you upload a video, it will be processed by our system to add the RevTag. To see the status of your files, login to Revver.com.
Creators: Share your videos and earn money.
Were here to help you earn money from your videos. Posting your videos is easy, free, and will get your work in front of a big audience (and its also a good way to share videos with friends). But Revver is much more than that - every video you upload is tagged so that you can earn money when people watch.
Before you post your video anywhere online, get a RevTag.
Unlike most video sites that take videos and give nothing back to creators, we created Revver from the beginning to support videomakers. When you upload a video, well attach a RevTag -- a single frame ad at the end of the video. Every time someone clicks on the ad, youll earn money.
Revver is an equal partnership -- you earn what we earn.
The income from RevTags is always split 50-50 between Revver and the creator. (If a partner site delivers the video to their users, we split the income after subtracting an affiliate commission.) Our success depends on your success. Heres how it works:
1. Create an account
It only takes 2 minutes to sign up and its completely free.
2. Post a video, get a RevTag
Drag and drop to upload your video. Well attach a RevTag to the file.
3. Share it, track it, earn money
Your video will appear on Revver.com and you can link to it or send it to friends. Every time someone clicks on the ad, youll earn money. And no matter where your video travels, the RevTag goes with it.
<<lessTo upload videos to Revver, you need a Revver account (create account now) and the Revver Upload Tool. After you download and double-click the Upload Tool, you can drag and drop a video to post it to your account.
We accept all common formats, including Quicktime, Windows Media, MPEG, MPG, ASF, MOV, WMV and most forms of AVI. Once you upload a video, it will be processed by our system to add the RevTag. To see the status of your files, login to Revver.com.
Creators: Share your videos and earn money.
Were here to help you earn money from your videos. Posting your videos is easy, free, and will get your work in front of a big audience (and its also a good way to share videos with friends). But Revver is much more than that - every video you upload is tagged so that you can earn money when people watch.
Before you post your video anywhere online, get a RevTag.
Unlike most video sites that take videos and give nothing back to creators, we created Revver from the beginning to support videomakers. When you upload a video, well attach a RevTag -- a single frame ad at the end of the video. Every time someone clicks on the ad, youll earn money.
Revver is an equal partnership -- you earn what we earn.
The income from RevTags is always split 50-50 between Revver and the creator. (If a partner site delivers the video to their users, we split the income after subtracting an affiliate commission.) Our success depends on your success. Heres how it works:
1. Create an account
It only takes 2 minutes to sign up and its completely free.
2. Post a video, get a RevTag
Drag and drop to upload your video. Well attach a RevTag to the file.
3. Share it, track it, earn money
Your video will appear on Revver.com and you can link to it or send it to friends. Every time someone clicks on the ad, youll earn money. And no matter where your video travels, the RevTag goes with it.
Download (0.14MB)
Added: 2006-01-04 License: Freeware Price:
1389 downloads
Phosphor 1.2.2
Phosphor is a peer-to-peer file sharing program. more>>
Phosphor is a peer-to-peer file sharing program.
Phosphor can be used to search for and download files of all types as well as share your own.
A user friendly GUI combined with useful features make Phosphor one of the strong contenders in the file sharing market. Expect a more reliable, friendly, faster and efficient file sharing experience.
Main features:
- Works on all systems with Java (e.g. Windows and Unix)
- Share any file type: music, video, applications
- Advanced search options for accurate results
- Chat capabilities
- Hotlist support
- Cross server searches
- System specific features like ping and system tray
- Scalable without a large strain on the network
- Open source and non-commercial
- XML network protocol
<<lessPhosphor can be used to search for and download files of all types as well as share your own.
A user friendly GUI combined with useful features make Phosphor one of the strong contenders in the file sharing market. Expect a more reliable, friendly, faster and efficient file sharing experience.
Main features:
- Works on all systems with Java (e.g. Windows and Unix)
- Share any file type: music, video, applications
- Advanced search options for accurate results
- Chat capabilities
- Hotlist support
- Cross server searches
- System specific features like ping and system tray
- Scalable without a large strain on the network
- Open source and non-commercial
- XML network protocol
Download (MB)
Added: 2006-01-13 License: GPL (GNU General Public License) Price:
1385 downloads
Shezhu Resource Sharing System 1.18
Shezhu Resource Sharing System is an application for scheduling and booking shared resources. more>>
Shezhu Resource Sharing System project is an application for scheduling and booking shared resources such as rooms and equipment.
The client only needs a modern Web browser.
It has a user friendly point and click interface, visual filters for making block/repeat bookings, concurrent users and double booking prevention, allows local site customization, and supports configurable academic term/semester blocks.
Main features:
- Portable - client only needs a modern web browser
- Point and Click - almost no typing required
- Intuitive - simple, obvious, consistent and user friendly
- Innovative - visual filters for making block/repeat bookings
- Powerful - concurrent users and double booking prevention
- Configurable - local site customization supported
- Useful - built in support for configurable academic term, semester and session blocks
- Free!
Requirements
In order to run or build the Shezhu Resource Sharing System you need some third-party software available on your machine.
Client
The client needs a modern web browser and the best browsers for this application are Firefox, Mozilla (including the Netscape branded equivalent and Gecko derivatives such as Galeon) and Microsoft Internet Explorer. The newest versions of all these browsers will work best. This application also works with the Konqueror and Opera browsers but these have some issues which may affect functionality. All browsers need JavaScript enabled. Any of these browsers may not work properly (or at all) depending on the operating system they are running under. Text based browsers (such as Lynx) are not supported.
For a comprehensive list of supported client browsers and operating systems refer to this browser compatibility chart from the most recent release of the application.
Server
The server needs recent versions of the Apache web server and the MySQL database server.
The server has only been tested on Redhat9 and FedoraCore3 Linux/i386 platforms although there is no specific reason why it should not work on other Linux platforms and distributions.
Development
Rebuilding this application from source requires a standard Unix development environment with the sh, make, cc, cpp, sed and awk utilities. Also required are RCS, Perl (5.6+) and the ImageMagick program. Also required is RPM to build a distribution. All these programs would probably come as standard in Linux distributions, other platforms may not have all of them by default.
Enhancements:
- This release adds support for Apache2 and multi-site installations, internal restructuring, a better installation tree, and improved access control management.
<<lessThe client only needs a modern Web browser.
It has a user friendly point and click interface, visual filters for making block/repeat bookings, concurrent users and double booking prevention, allows local site customization, and supports configurable academic term/semester blocks.
Main features:
- Portable - client only needs a modern web browser
- Point and Click - almost no typing required
- Intuitive - simple, obvious, consistent and user friendly
- Innovative - visual filters for making block/repeat bookings
- Powerful - concurrent users and double booking prevention
- Configurable - local site customization supported
- Useful - built in support for configurable academic term, semester and session blocks
- Free!
Requirements
In order to run or build the Shezhu Resource Sharing System you need some third-party software available on your machine.
Client
The client needs a modern web browser and the best browsers for this application are Firefox, Mozilla (including the Netscape branded equivalent and Gecko derivatives such as Galeon) and Microsoft Internet Explorer. The newest versions of all these browsers will work best. This application also works with the Konqueror and Opera browsers but these have some issues which may affect functionality. All browsers need JavaScript enabled. Any of these browsers may not work properly (or at all) depending on the operating system they are running under. Text based browsers (such as Lynx) are not supported.
For a comprehensive list of supported client browsers and operating systems refer to this browser compatibility chart from the most recent release of the application.
Server
The server needs recent versions of the Apache web server and the MySQL database server.
The server has only been tested on Redhat9 and FedoraCore3 Linux/i386 platforms although there is no specific reason why it should not work on other Linux platforms and distributions.
Development
Rebuilding this application from source requires a standard Unix development environment with the sh, make, cc, cpp, sed and awk utilities. Also required are RCS, Perl (5.6+) and the ImageMagick program. Also required is RPM to build a distribution. All these programs would probably come as standard in Linux distributions, other platforms may not have all of them by default.
Enhancements:
- This release adds support for Apache2 and multi-site installations, internal restructuring, a better installation tree, and improved access control management.
Download (0.22MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1366 downloads
HTML::Mason 1.32
HTML::Mason is a powerful Perl-based web site development and delivery engine. more>>
HTML::Mason is a powerful Perl-based web site development and delivery engine. With Mason you can embed Perl code in your HTML and construct pages from shared, reusable components.
Mason solves the common problems of site development: caching, debugging, templating, maintaining development and production sites, and more.
Mason is 100% free and open source. Although it can be used from CGI or even stand-alone, it is optimally designed for use with two other open source technologies: mod_perl and Apache.
<<lessMason solves the common problems of site development: caching, debugging, templating, maintaining development and production sites, and more.
Mason is 100% free and open source. Although it can be used from CGI or even stand-alone, it is optimally designed for use with two other open source technologies: mod_perl and Apache.
Download (MB)
Added: 2006-01-26 License: Artistic License Price:
1366 downloads
The Revisionist 0.02b
The Revisionist is a tool for extracting and indexing hidden metadata. more>>
The Revisionist is a tool for extracting and indexing hidden metadata (such as deleted or modified text) from large collections of MS Word files.
It can operate whole Web sites or SMB or NFS directories. The Revisionist project is handy for pen-testing, or it can be used just to spot embarrassing secrets.
My primary goal is to provide pen-testers and content administrators with a handy tool to detect hidden data in all documents available at a specific location (be it a locally mounted network share, a HTTP site, or whatnot), and easily review it all.
Right now, the tool only detects and indexes deleted text in documents with "change tracking" enabled, and can also index usernames and hardware addresses embedded in documents (to facilitate external assessment of company structure); future versions should be able to recover other goodies, too.
Usage:
To run the tool against a local directory, a mounted SMB or NFS directory, or such, simply issue the following command (after doing make, that is):
./therev @/path/to/directory
After the tool completes, you should be able to view master.html in current directory using your favourite browser (Lynx, Netscape, etc). Cached copies of documents would be placed in subdirectories named document.XXXXXX, where X is a random digit; hence, it is recommended to run the tool in a separate directory.
Note that you may also instruct the tool to look for specific substring and only choose those documents that contain it (strict checking, no regexp available):
./therev linux @/path/to/directory
To run the program against a specific site or top-level domain, do the following:
./therev site.com
Note that com, gov, gov.pl, www.microsoft.com are all a valid site name. The first parameter works similar to the previous case:
./therev homeland security gov
As a special bonus, when running the script against multilinguinal sites, you might want to specify a third parameter - desired language (using a two-letter code: en, pl, etc). NOTE: DO NOT USE LANGUAGE QUALIFIER UNLESS NECESSARY:
./therev linux microsoft.com en
The HTTP search mode uses Google.com to locate all matching Word documents on a specific site. For a document to be found, it must be indexable (that is, not excluded in robots.txt) and be in the first 1000 of results for a specific site. If there are more than 1000 documents at some website, consider sub-searches with keywords.
Enhancements:
- This release was fixed to work with the new Google page layout.
- Some other minor fixes were made.
<<lessIt can operate whole Web sites or SMB or NFS directories. The Revisionist project is handy for pen-testing, or it can be used just to spot embarrassing secrets.
My primary goal is to provide pen-testers and content administrators with a handy tool to detect hidden data in all documents available at a specific location (be it a locally mounted network share, a HTTP site, or whatnot), and easily review it all.
Right now, the tool only detects and indexes deleted text in documents with "change tracking" enabled, and can also index usernames and hardware addresses embedded in documents (to facilitate external assessment of company structure); future versions should be able to recover other goodies, too.
Usage:
To run the tool against a local directory, a mounted SMB or NFS directory, or such, simply issue the following command (after doing make, that is):
./therev @/path/to/directory
After the tool completes, you should be able to view master.html in current directory using your favourite browser (Lynx, Netscape, etc). Cached copies of documents would be placed in subdirectories named document.XXXXXX, where X is a random digit; hence, it is recommended to run the tool in a separate directory.
Note that you may also instruct the tool to look for specific substring and only choose those documents that contain it (strict checking, no regexp available):
./therev linux @/path/to/directory
To run the program against a specific site or top-level domain, do the following:
./therev site.com
Note that com, gov, gov.pl, www.microsoft.com are all a valid site name. The first parameter works similar to the previous case:
./therev homeland security gov
As a special bonus, when running the script against multilinguinal sites, you might want to specify a third parameter - desired language (using a two-letter code: en, pl, etc). NOTE: DO NOT USE LANGUAGE QUALIFIER UNLESS NECESSARY:
./therev linux microsoft.com en
The HTTP search mode uses Google.com to locate all matching Word documents on a specific site. For a document to be found, it must be indexable (that is, not excluded in robots.txt) and be in the first 1000 of results for a specific site. If there are more than 1000 documents at some website, consider sub-searches with keywords.
Enhancements:
- This release was fixed to work with the new Google page layout.
- Some other minor fixes were made.
Download (0.016MB)
Added: 2006-01-30 License: LGPL (GNU Lesser General Public License) Price:
1363 downloads
file*HANDLER 0.13
file*HANDLER is primarily a Perl script which coordinates some free media conversion packages with a PostgreSQL back end. more>>
file*HANDLER project is primarily a Perl script which coordinates some free media conversion packages (cited later) with a PostgreSQL back end accessing server to index and serve binary and text files direct from the database. A simple CGI file with embedded AJAX makes calls to this server which is also constantly looking for other alive f*H servers on the Internet.
Since the server caches media into the SQL database on demand, as the network grows, the network improves.
Its gridded directory sharing/browsing/searching with streaming audio/video as well as flat text/doc/pdf/image display for everyone. Its written with a few hooks for tags that would be included in your actual front page so that the UI is discard-able -- anyone can quickly rewrite a whole new [GT]UI without having to worry about the syntax of the newest version of dojo.licio.r or whatever.
If you wanted to ignore the JS/HTML/CSS hooks then you can easily use the system to make direct requests that just return lists formatted as HTML table-bodies. In other words, the markup IS the markup.
As such, Ive whipped up a Dojo 0.2 Widget that coordinates the serving backend with a UI so anyone can embed f*H functionality anywhere, or easily customize a provided default page.
A file*HANDLER server is really a few constituent parts Ive tied up for you (top down):
- A local web page providing the UI(served by an HTTP server of your choice) that is generated by a cgi script with embedded AJAX.
- A secondary portion of the same CGI script, acting as middle-ware, which communicates, via AJAX, with the local front page to reconcile asynchronous JavaScript requests with the file*HANDLER sub-network back-end.
- An always-on network server written in PERL that serves to the front and end communicates laterally with everyone elses file*HANDLER back-end PERL server additionally, it manages indexing of content directories you choose to serve.
- A PostgreSQL database that is accessed only via internal PERL routines called from your front page.
So for example, a remote user comes to your site. First, not only can they browse and search your files, but they can also browse and search the files of anyone else hosting a file*HANDLER server that your local server knows about. (file*HANDLER identifies other servers on the network automatically). The user can now read/view/listen/watch by stream any content they find from whomevers server. Theres no download, so theres so actual sharing, just direct streaming to the users browser.
<<lessSince the server caches media into the SQL database on demand, as the network grows, the network improves.
Its gridded directory sharing/browsing/searching with streaming audio/video as well as flat text/doc/pdf/image display for everyone. Its written with a few hooks for tags that would be included in your actual front page so that the UI is discard-able -- anyone can quickly rewrite a whole new [GT]UI without having to worry about the syntax of the newest version of dojo.licio.r or whatever.
If you wanted to ignore the JS/HTML/CSS hooks then you can easily use the system to make direct requests that just return lists formatted as HTML table-bodies. In other words, the markup IS the markup.
As such, Ive whipped up a Dojo 0.2 Widget that coordinates the serving backend with a UI so anyone can embed f*H functionality anywhere, or easily customize a provided default page.
A file*HANDLER server is really a few constituent parts Ive tied up for you (top down):
- A local web page providing the UI(served by an HTTP server of your choice) that is generated by a cgi script with embedded AJAX.
- A secondary portion of the same CGI script, acting as middle-ware, which communicates, via AJAX, with the local front page to reconcile asynchronous JavaScript requests with the file*HANDLER sub-network back-end.
- An always-on network server written in PERL that serves to the front and end communicates laterally with everyone elses file*HANDLER back-end PERL server additionally, it manages indexing of content directories you choose to serve.
- A PostgreSQL database that is accessed only via internal PERL routines called from your front page.
So for example, a remote user comes to your site. First, not only can they browse and search your files, but they can also browse and search the files of anyone else hosting a file*HANDLER server that your local server knows about. (file*HANDLER identifies other servers on the network automatically). The user can now read/view/listen/watch by stream any content they find from whomevers server. Theres no download, so theres so actual sharing, just direct streaming to the users browser.
Download (0.049MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
1347 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above video sharing site search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed