How to Fix, Repair and Play Broken AVI Files with Index Errors etc.
Divfix++ (link)
This less than 1 MB program repairs broken AVI file streams by rebuilding index part of file. This is very useful when trying to preview movies which has no index part, like some files are currently downloading.
AVI Files Won't Play Fix and Play Broken AVI Files
To fix the file click on ‘Fix’. Make sure the option ‘Keep original file’ is checked or else the file will get replaced by the edited one. DivFix++ specialy designed for previewing video being downloaded files from P2P networks.
Tuesday, March 30, 2010
Sunday, March 28, 2010
Iexpress file joiner, exe binder, exe packer to hack remote computer
.
Iexpress File joiner exe binder:
Just follow guidelines below to use Iexpress file joiner exe binder windows utility.
1. Go to Start -> Run (Can also press shortcut key Win+R). In dialog box, enter- iexpress and hit on OK to bring up File joiner.
2. Now, you will get something like:

3. Hit on Next twice and then on Package title pane, enter the name of exe package you want to create and hit on Next.
4. Again hit on Next to get Confirmation prompt, you can choose to show a message to victim before first exe installation. File joiner will show this message. This is particularly useful if you want to install on victim computer a server trojan that is detected by antiviruses. You can select "Prompt user with" and in text box enter something like:
"Windows will install necessary files. Please disable your Antivirus before further installation proceeds."
which will make victim to disable his antivirus and thus our server can do its work efficiently. This is all social engineering part which you can make more effective by your own logic.

Hit on Next twice and in Packaged files pane, enter exe files you want to bind using "Add". Hit on Next to go to next file joiner pane.
5. Now, this is important. In Install Program to Launch pane of file joiner, select the files from drop down box as shown:
- Install program : Select the file you want victim to see in the installation.
- Post install program : Select the server keylogger or trojan file which you want to install on victim computer without his knowledge.
Hit on Next.
6. On next windows pane, select "Hidden" and hit on Next. In next Finished message box of exe binder, you can choose to show up a message on installation completion.
7. Hit on Next and enter the path and file name where the file binder should save the binded file. Choose name same as the file name you have told to victim. Also, check on "Hide file extracting animation from user".
8. Hit on Next and adjust restart setting as you wish depending on working of your server trojan. Hit on Next and in Save Self Extraction Directive, you can choose any option. Hit on Next twice to create binded file. Now, file joiner binder will create binded file for you.
9. Now, you have your server trojan binded file ready on your computer. Simply send this file to victim via email.
10. Once the victim double clicks on this installation package ie binded file, first he is greeted with a dialog box like this:

This is the result of step 4 of Confirmation prompt. Once he disables his Antivirus, our server trojan can easily install itself on victim computer and thus you can hack his computer or various online accounts easily.
Note: To make server function correctly on victim computer, you need to make it "Run as admininstator" on victim computer. If you have any such problem in using this iexpress utility,
So friends, I hope you are now well-known with use of iexpress file joiner, exe binder windows utility used to bind server keylogger files with normal exe files. Iexpress is best file joiner, exe binder and exe packer. If you have any problem in using this iexpress utility as file joiner, please mention it in comments.
Enjoy iexpress utility as file joiner, exe binder software...
Iexpress file joiner, exe binder, exe packer to hack remote computer
.
Iexpress File joiner exe binder:
Just follow guidelines below to use Iexpress file joiner exe binder windows utility.
1. Go to Start -> Run (Can also press shortcut key Win+R). In dialog box, enter- iexpress and hit on OK to bring up File joiner.
2. Now, you will get something like:

3. Hit on Next twice and then on Package title pane, enter the name of exe package you want to create and hit on Next.
4. Again hit on Next to get Confirmation prompt, you can choose to show a message to victim before first exe installation. File joiner will show this message. This is particularly useful if you want to install on victim computer a server trojan that is detected by antiviruses. You can select "Prompt user with" and in text box enter something like:
"Windows will install necessary files. Please disable your Antivirus before further installation proceeds."
which will make victim to disable his antivirus and thus our server can do its work efficiently. This is all social engineering part which you can make more effective by your own logic.

Hit on Next twice and in Packaged files pane, enter exe files you want to bind using "Add". Hit on Next to go to next file joiner pane.
5. Now, this is important. In Install Program to Launch pane of file joiner, select the files from drop down box as shown:
- Install program : Select the file you want victim to see in the installation.
- Post install program : Select the server keylogger or trojan file which you want to install on victim computer without his knowledge.
Hit on Next.
6. On next windows pane, select "Hidden" and hit on Next. In next Finished message box of exe binder, you can choose to show up a message on installation completion.
7. Hit on Next and enter the path and file name where the file binder should save the binded file. Choose name same as the file name you have told to victim. Also, check on "Hide file extracting animation from user".
8. Hit on Next and adjust restart setting as you wish depending on working of your server trojan. Hit on Next and in Save Self Extraction Directive, you can choose any option. Hit on Next twice to create binded file. Now, file joiner binder will create binded file for you.
9. Now, you have your server trojan binded file ready on your computer. Simply send this file to victim via email.
10. Once the victim double clicks on this installation package ie binded file, first he is greeted with a dialog box like this:

This is the result of step 4 of Confirmation prompt. Once he disables his Antivirus, our server trojan can easily install itself on victim computer and thus you can hack his computer or various online accounts easily.
Note: To make server function correctly on victim computer, you need to make it "Run as admininstator" on victim computer. If you have any such problem in using this iexpress utility,
So friends, I hope you are now well-known with use of iexpress file joiner, exe binder windows utility used to bind server keylogger files with normal exe files. Iexpress is best file joiner, exe binder and exe packer. If you have any problem in using this iexpress utility as file joiner, please mention it in comments.
Enjoy iexpress utility as file joiner, exe binder software...
Sunday, March 21, 2010
How to scan a target for open ports and services using Netcat, SuperScan, Strobe
How to scan a target for open ports and services using Netcat, SuperScan, Strobe
Netcat: The netcat application has many uses; one is the ability to scan a target for open ports and services. Another utility , cryptcat, is almost identical except that it operates with encryption.
From a DOS prompt, type the following with the syntax of:
Other useful commands for Netcat
The –v option instructs netcat to run in verbose mode, allowing you to see the progress of the scan.
The –r option instructs netcat to randomize local and remote ports in an attempt to elude any intrusion detection systems.
The –w2 option instructs netcat to wait 2 seconds between each port scanned to help elude any intrusion detection systems.
The –z option instructs netcat to operate in a zero-I/O (Input/Output) mode. It is best to use the –z when scanning with netcat.
The 1-1024 instructs netcat to scan port 1-1024.
*Note: 7, 13, 17, 9, and 19 as these ports can easily be used to create a Denial of Service (DoS). These ports should not be open to the Internet.
SuperScan: SuperScan has the ability to discover which ports are open on the target. Identifying the open ports tells an attacker what ports are available for potential exploit.
Accept the default installation of SuperScan. The installation will occur and the SuperScan application will start.
Strobe: The Strobe application identifies ports open on the target. By identifying the ports available this gives an attacker a potential hole to attempt to punch through and compromise the computer and/or network. Remember that all commands in Linux are case sensitive.
For the Windows-based version install and execute with the following syntax:
./strobe (Target IP)
From the Linux directory containing the compressed file type tar –zxvf strobe103.tar.gz. The files will uncompress into a new directory named strobe. Change to the new directory by typing cd strobe and pressing Enter. From the new directory type make install and press Enter.
To execute Strobe against the target in this example: ./strobe 172.16.1.40
The Strobe application will now execute against the target.
How to scan a target for open ports and services using Netcat, SuperScan, Strobe
How to scan a target for open ports and services using Netcat, SuperScan, Strobe
Netcat: The netcat application has many uses; one is the ability to scan a target for open ports and services. Another utility , cryptcat, is almost identical except that it operates with encryption.
From a DOS prompt, type the following with the syntax of:
Other useful commands for Netcat
The –v option instructs netcat to run in verbose mode, allowing you to see the progress of the scan.
The –r option instructs netcat to randomize local and remote ports in an attempt to elude any intrusion detection systems.
The –w2 option instructs netcat to wait 2 seconds between each port scanned to help elude any intrusion detection systems.
The –z option instructs netcat to operate in a zero-I/O (Input/Output) mode. It is best to use the –z when scanning with netcat.
The 1-1024 instructs netcat to scan port 1-1024.
*Note: 7, 13, 17, 9, and 19 as these ports can easily be used to create a Denial of Service (DoS). These ports should not be open to the Internet.
SuperScan: SuperScan has the ability to discover which ports are open on the target. Identifying the open ports tells an attacker what ports are available for potential exploit.
Accept the default installation of SuperScan. The installation will occur and the SuperScan application will start.
Strobe: The Strobe application identifies ports open on the target. By identifying the ports available this gives an attacker a potential hole to attempt to punch through and compromise the computer and/or network. Remember that all commands in Linux are case sensitive.
For the Windows-based version install and execute with the following syntax:
./strobe (Target IP)
From the Linux directory containing the compressed file type tar –zxvf strobe103.tar.gz. The files will uncompress into a new directory named strobe. Change to the new directory by typing cd strobe and pressing Enter. From the new directory type make install and press Enter.
To execute Strobe against the target in this example: ./strobe 172.16.1.40
The Strobe application will now execute against the target.
How to Identify CGI Vulnerabilities using TCS CGI Scanner
How to Identify CGI Vulnerabilities using TCS CGI Scanner
The TCS Common Gateway Interface (CGI ) Scanner application is designed to find targets that have vulnerable CGI Script errors. These errors are normally due to systems that have not been patched or updated.
Click to highlight the default target of htpp://www.tpp.ru and click on the at the top left of the application to delete the current target.
On the gray bar along the top left of the application, enter the IP address or hostname of the target and click on the gray-colored arrow to insert the new target. Repeat this process for multiple targets. The TCS CGI Scanner is now ready to scan the target.
To execute, right-click on a script and left-click on Copy String. Open Internet Explorer and paste the line in the address bar. Press the Enter key. The directory listing of the target’s C: drive will appear.
The line that should be in the address bar is:
To list the contents of the Program Files directory, edit the address bar to
Create directory command within the script:
Notice that the beenhacked directory is now created in the root of the C: drive on the target.
How to Identify CGI Vulnerabilities using TCS CGI Scanner
How to Identify CGI Vulnerabilities using TCS CGI Scanner
The TCS Common Gateway Interface (CGI ) Scanner application is designed to find targets that have vulnerable CGI Script errors. These errors are normally due to systems that have not been patched or updated.
Click to highlight the default target of htpp://www.tpp.ru and click on the at the top left of the application to delete the current target.
On the gray bar along the top left of the application, enter the IP address or hostname of the target and click on the gray-colored arrow to insert the new target. Repeat this process for multiple targets. The TCS CGI Scanner is now ready to scan the target.
To execute, right-click on a script and left-click on Copy String. Open Internet Explorer and paste the line in the address bar. Press the Enter key. The directory listing of the target’s C: drive will appear.
The line that should be in the address bar is:
To list the contents of the Program Files directory, edit the address bar to
Create directory command within the script:
Notice that the beenhacked directory is now created in the root of the C: drive on the target.
Subscribe to:
Posts (Atom)