Jump to content
xisto Community

Rs-Server

Members
  • Content Count

    18
  • Joined

  • Last visited

Posts posted by Rs-Server


  1. The BIOS;
    Your computers BIOS is the first program that is run when your computer starts.



    You can tell the BIOS to ask for a password when it starts, thus restricting access to your computer.
    In most cases , It will Be Your Parents/Relative's.

    Learn how to bypass it


    Their Are 2 Ways Of Doing This. ;


    1) Using a Backdoor BIOS Password

    Some BIOS manufacturers implement a backdoor password. The backdoor password is a BIOS password that works, no matter what the user sets the BIOS password to. These passwords are typically used for testing and maintenance. Manufacturers typically change the backdoor BIOS passwords from time to time.

    AMI Backdoor BIOS Passwords

    Reported AMI backdoor BIOS passwords include A.M.I., AAAMMMIII, AMI?SW , AMI_SW, BIOS, CONDO, HEWITT RAND, LKWPETER, MI, and PASSWORD.

    Award Backdoor BIOS Passwords

    One reported Award backdoor BIOS password is eight spaces. Other reported Award backdoor BIOS passwords include 01322222, 589589, 589721, 595595, 598598 , ALFAROME, ALLY, ALLy, aLLY, aLLy, aPAf, award, AWARD PW, AWARD SW, AWARD?SW, AWARD_PW, AWARD_SW, AWKWARD, awkward, BIOSTAR, CONCAT, CONDO, Condo, condo, d8on, djonet, HLT, J256, J262, j262, j322, j332, J64, KDD, LKWPETER, Lkwpeter, PINT, pint, SER, SKY_FOX, SYXZ, syxz, TTPTHA, ZAAAADA, ZAAADA, ZBAAACA, and ZJAAADC.

    Phoenix Backdoor BIOS Passwords

    Reported Phoenix BIOS backdoor passwords include BIOS, CMOS, phoenix, and PHOENIX.

    Backdoor BIOS Passwords from Other Manufacturers

    Reported BIOS backdoor passwords for other manufacturers include:


    VOBIS & IBM = merlin
    Dell = Dell
    Biostar = Biostar
    Compaq = Compaq
    Enox = xo11nE
    Epox = central
    Freetech = Posterie
    IWill = iwill
    Jetway = spooml
    Packard Bell = bell9
    QDI = QDI
    Siemens = SKY_FOX
    SOYO = SY_MB
    TMC = BIGO
    Toshiba = Toshiba


    2) Resetting the BIOS Password using Software

    Every system must store the BIOS password information somewhere. If you are able to access the machine after it has been booted successfully, you may be able to view the BIOS password. You must know the memory address where the BIOS password is stored, and the format in which the BIOS password is stored. Or, you must have a program that knows these things.

    You can write your own program to read the BIOS password from the CMOS memory on a PC by writing the address of the byte of CMOS memory that you wish to read in port 0x370, and then reading the contents of port 0x371.

    !BIOS will recover the BIOS password for most common BIOS versions, including IBM, American Megatrends Inc, Award and Phoenix.

    CmosPwd will recover the BIOS password for the following BIOS versions:

    * ACER/IBM BIOS
    * AMI BIOS
    * AMI WinBIOS 2.5
    * Award 4.5x/4.6x/6.0
    * Compaq (1992)
    * Compaq (New version)
    * IBM (PS/2, Activa, Thinkpad)
    * Packard Bell
    * Phoenix 1.00.09.AC0 (1994)
    * Phoenix 4 release 6 (User)
    * Gateway Solo - Phoenix 4.0 release 6
    * Toshiba
    * Zenith AMI



    Thanks
    Mopargeek.

  2. Your Own Home Server - Introduction
    An Introduction

    In this tutorial you will learn how to step up your own server. This server will be comprised of Apache 1.3.5, PHP 4.2.0, and MySQL 3.23.49. This tutorial will address the basic setup of a server on your own computer. This means the removal of hassles of dealing with the company that is running a remote web server. It will be easy to modify. You can add any thing you want to it, be it CGI/Perl, Zope, Roxen, etc, all by your self. You will have unlimited disk space, well at least as big as your hard drive is =) Now that you know the advantages, it is time that I tell you what i used, and what you will need.

    What I used
    * Windows 2000 - NOTE that if you are using 2k you WILL NEED Administrative Privileges. If you don't then get them somehow =) If you are on 95, 98, NT, XP, ME, I
    * Apache 1.3.6 - I tried to use 2.0 but I could not get it work. I also feel that 1.3.6 is tried and true, so why mess with greatness.
    * Mysql 3.23.49 - The newest version of MySQL when I set up my server. MySQL also the is the best PHP supported Database, and well love PHP don't we.
    * PHP 4.2.1 - The latest and greatest PHP release. -nt

    What you will need
    * Apache 2 - Link: http://www.apache.org/dist/
    * Mysql 3.23.49 - Link: http://forums.xisto.com/no_longer_exists/
    * PHP 4.2.0 - Link: http://php.net/downloads.php
    * Windows - This tutorial is ONLY written for new versions of Windows.

    Once you have downloaded all the programs you are ready to continue.

    1. Installing Apache

    Installing Apache

    The first step is to download Apache for Windows. Before you install it make sure that any other server software is removed. Remove it all via the control panel.On

    Once you have clicked on the executable, a screen should com up that looks like this. Go ahead and click on next

    user posted image

    Of course you plan to abide be the license agreement, so click on I accept.... and click on next.

    user posted image

    You really don't need to read this, but if you want you can. Read it if you want feel informed. When you are ready click on next.

    user posted image

    Here is where the actual setup of Apache begins. For Network Domain put in localhost as for Server Name You want these both to be localhost because the server is running locally, on your computer. It doesn't matter what is in email field, just put in yours. No one will no it because it's just you.

    user posted image

    For the sake of this tutorial it is better to just leave it as it is because, later in the tutorial I will show you how to start the server with one click of the mouse, and for the sake of ease, it will be easier for you to follow along. You can change it if you want, but you will have to realize where to substitute it. For me the root drive is E: but for you will probably be C:

    user posted image

    Once you have all the jazz set up, it is time to install the server. If you are on w2k or XP be sure that you have Administrative permissions or you will get an error about half way through the install saving cannot access msvrt32.dll or something. If you get that error run it again when you have admin privileges. Once you are ready click on install.

    user posted image

    If all went well you just see a screen similar to this. Now it is time to test the install of apache. Click on Start > Program Files > Apache HTTP Server and look for start Start Apache in Console. Click it. Once it says Apache XXXXX running, press Windows Key + R and type -LOCALHOST/. If the install works you should see a page saying that it works. If all is set and done, continue to the next step.

    user posted image
    __________________________________________________ ____________________
    2. Installing PHP
    Once you have clicked on the executable, a screen should come up that looks like this. Go ahead and click on next.

    user posted image

    Of course you plan to abide be the license agreement, so click on I accept.... and click on next.

    user posted image

    For this information, we will want the simple standard install. Chances are you if you are reading this tutorial, you will probably not even want to talk about advanced =)

    user posted image

    This is the mail setup, just enter localhost, and me@localhost.com. These are not important, because you, the admin, are the only person that will use the server, and you will be the one handling errors.

    user posted image

    We are going to want this install to work is Apache, so click on Apache, and move on.

    user posted image

    Once you have all the jazz set up, it is time to install the server. If you are on w2k or XP be sure that you have Administrative permission or you will get an error about half way through the install saving cannot access msvrt32.dll or something. If you get that error run it again when you have admin privileges. Once you are ready click on install.

    user posted image

    After the install is done you should get something that says you will have to manually configure apache to use php. Assuming you have a working Apache server installed, make sure that it is not running. Navigate to C:\Program Files\Apache Group\Apache\conf\ open the httpd.conf file. Note that you can also get to the http.conf from the start menu. Start > Program File > Apache HTTP Server > Configure Apache Server > Edit the Apache httpd.conf Configuration File and the window will open up in notepad. Now hit Ctrl + End if you see something like what follows, you can skip this step. If you do not see that code, copy it. This code will only work if you used the default install folder when you installed php. If you did, copy that code and paste it into the end of the file. Select the code to right, and hit crtl + c , then go into the httpd.conf file and hit ctrl + v and save the file.

    ScriptAlias /php/ "c:/php/"

    AddType application/x-httpd-php .php .phtml

    Action application/x-httpd-php "/php/php.exe"

    Now that we have php installed, it is time to test it. Open up notepad and type the code to the right. Save it as phpinfo.php. Remember to set it as all files in the drop down menu, or the file will be a text file. Save in the Directory: C:\Program Files\Apache Group\Apache\htdocs. htdocs is the directory where all the files go. You can create endless dir's and browse them. For Example E:\Program Files\Apache Group\Apache\htdocs\mydir\myfile.php could be accessed as LOCALHOST/mydir/myfile.php. Once you have that file saved. You will need to start the Server. Click: Start > Program File > Apache HTTP Server >; and look for something like Start Apache in Console. After you have found it, launch it. You should get a window saying that Apache is running. Now go to Start > Run > and type in -LOCALHOST/phpinfo.php. If you don't see anything, php is not installed correctly. If php is installed correctly, you will see a few large tables, displaying php's configuration. Now Your are 1/2 done!
    __________________________________________________ ____________________
    3. Installing MySQL
    Once you have clicked on the executable, a screen should com up that looks like this. Go ahead and click on next.

    user posted image

    Of course you plan to abide be the license agreement, so click on I accept.... and click on next.

    Just like before you should leave the default dir alone, so you will be able to follow along with me when I show you how to start and stop all the aspects of the server.

    Stay with the typical installation. Just like before, if you don't have admin privileges, the install will be faulty. After you click next, the install will begin. After the install has finished, move on to the next step.

    Now you have to set up the root account. The root account is the absolute admin of the system, the highest possible. Click on Start > Run and type cmd to open up the command prompt. You are going to have to navigate to where MySQL is installed. Type C: > Enter > cd mysql > Enter > cd bin > Enter. Now you have to tell setup the root settings. Type mysqladmin -uroot password InsertYourPasswordHere then hit enter.

    To see an image of the screen, -http://forums.xisto.com/no_longer_exists/

    What is the point of having a database if you can't easily administer it! That is where phpMyAdmin comes into play. phpMyAdmin is a free piece of software written in php that makes the administration of a mysql or many other types of databases easy. You will want to download (https://sourceforge.net/projects/phpmyadmin/files/)the latest version. Save it in the htdocs folder. Once it is done downloading it, right click on it and select Extract > To Here. When it is done you should end up with a directory in the htdocs folder called phpMyAdmin-2.2.6 To make it easier to access, rename it to phpMyAdmin. After you have renamed it, click on it and look for a file called config.inc Open it. This is where you set the configuration of phpMyAdmin. When you open it up, it should look similar to the image to your side. On yours there should be a few things missing. The $cfgPmaAbsoulteUrl and $cfgservers[$i]['password']. You will need to fill those in between the quotes. for the $cfgPmaAbsoulteUrl enter -LOCALHOST/phpMyAdmin/ if you followed my instructions to the letter. If you did not rename it or extracted to a different directory, put that in there. For the $cfgservers[$i]['password'] enter the password you entered when you were setting MySQL in the set above. You can refer to the image for help. After you have put the right things in save the file.

    To see an image of the screen, -http://forums.xisto.com/no_longer_exists/

    Now we want to test the install of mysql, php, phpmyadmin, and apache all at once. Start apache in console like we did before. Now, you are going to need to start mysql. For myself I made a file that would start mysql for me. Open notepad and type: start c:\mysql\bin\mysqld-nt.exe --standalone and save that as Start MySQL.bat. Once you have saved it, click it. A window should open and then close. Mysql is now running on your computer. After mysql and apache are started go to run again and type -LOCALHOST/phpMyAdmin/index.php and if everything is installed correctly phpmyadmin should so up. You are almost done! Now we have the easy part =)

    4. Finishing it all up

    Wow! We mad it through the whole process. Now we want to simplify the whole process of controlling the server. I made a toolbar with all the things I needed. I made a new folder on my desktop and called it Server Folder and put all the stuff there. I made a new shortcut and gave it a value of -LOCALHOST/ made a shortcut to the PHP Documentation page. Another shortcut to my php editor, which is now unavailable. The phpMyAdmin shortcut is set to -LOCALHOST/phpMyAdmin/index.php. I made another shortcut htdocs. I moved the Start Apache in Console program that was in the start menu folder and moved it to the server folder. You can take the Start Mysql file you made in the last page and move it to the new folder. After you have put all the desired things into that folder, right click on a blank space in stat menu task bar (where the program boxes lie) and select Toolbars > New Toolbar and navigate to the folder. Voila!

    Now all you have to do is click Start Apache in Console , Start Mysql, and Lauch browser biggrin.gif

    Here You Are Guys.

    Crooksey - Friend Of Mine & The maker gave me permission to post.

  3. Here are some hints to help you more efficently use rapidshare.
    Rapidshare has been an excellent tool for sharing large files. Over the last few weeks, many people have figured out how to more efficently use this service. I wanted to document some of these suggestions here. If you have more please let me know.

    Rapidshare traces the users IP address to limit each user to a certain amount of downloading per day. To get around this, you need to show the rapidshare server, a different IP address. You can do this one of multiple ways.

    1. Short-Out the java script:

    1. Goto the page you want to download
    2. Select FREE button
    3. In the address bar put the following: java script:alert(c=0)
    4. Click OK
    5. Click OK to the pop-up box
    6. Enter the captcha
    7. Download Your File


    2. Request a new IP address from your ISP server.
    Here's how to do it in windows:

    1. Click Start
    2. Click run
    3. In the run box type cmd.exe and click OK
    4. When the command prompt opens type the following. ENTER after each new line.

    Code:
    ipconfig /flushdns
    ipconfig /release
    ipconfig /renew
    exit
    5. Erase your cookies in whatever browser you are using.
    6. Try the rapidshare download again.

    Frequently you will be assigned a new IP address when this happens. Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work. To be honest, I do not know how to do this in linux/unix/etc. If this works for you, you may want to save the above commands into a batch file, and just run it when you need it.


    3. Use a proxy with SwitchProxy and Firefox:

    1. Download and install Firefox if you have not already
    2. Download and install SwitchProxy
    3. Google for free proxies
    4. When you hit your download limit, clean your cookies and change your proxy


    4. Use an anonymous service:
    Running your system through the tor network should in theory work; however, it is difficult to use and setup. Plus, you allow others to run their evil deeds through your system as well by using this system. Anonymizer 2005 is inexpensive, easy to use, but not free. Other pay services would likely work as well.


    5. You can use a bookmarklet to stop your wait times:
    1. Open IE
    2. Right Click On This Link
    3. Select Add to Favorites
    4. Select Yes to the warning that the bookmark may be unsafe.
    5. Name it "RapidShare No Wait"
    6. Click on the Links folder (if you want to display it in your IE toolbar)
    7. Click OK
    8. You may need to close and reopen IE to see it
    9. Goto rapidshare and click the bookmarklet when you are forced to wait



    This has Been Posted Before On A Different Forum, By The Creator.
    He Gave Me Full Permission To Post Here, So Mods Please Dont Lock!

    I wont lock the topic  but as discussed you NEED to add quote marks to copied information from other websites...
    Mark420

  4. Here are some ideas as how to open the cmd when you have it blocked. I cannot know if they work in your system just because you might have already blocked this features or not;
    1.- Open the calculator and click on help > help topics. When the help window opens right next to where it says 'calculator' ( top left corner ) there is a ' ? ' symbol , right click on it and select jump to URL and put this;

    file:///c:/windows/system32/cmd.exe

    and then click open. Magic the cmd opens automatically.
    If your calculator is blocked you can do the same in any of the windows XP games;
    - Free Cell.
    - Hearts.
    - Internet Backgammon.
    - " " Checkers.
    - " " Hearts.
    - " " Reversi.
    - " " Spades.
    - Solitaire.
    - Pinball.
    - Minesweeper.
    - Spider Solitaire.

    I have tested it in all of them and it works. But I REPEAT THIS;

    YOUR ADMINISTRATOR MIGHT BE AWARE OF THAT AND IT MIGHT NOT WORK ( not trying to yell to anybody just make it more clear )

    2.- Using the same text as above ; file:///c:/windows/system32/cmd.exe
    You can open Excel and create a HYPERLINK with the this text, click OK and then click in the link in the excel cell. Click OK in both windows that will pop up and the command prompt will open.
    This thing only works with Microsoft Office, i have test it with Openoffice and it does not work



  5. 1. Click on "Start" in the bottom left hand corner of screen2. Click on "Run"
    3. Type in "command" and hit ok

    You should now be at an MSDOS prompt screen.

    4. Type "ipconfig /release" just like that, and hit "enter"
    5. Type "exit" and leave the prompt
    6. Right-click on "Network Places" or "My Network Places" on your desktop.
    7. Click on "properties"

    You should now be on a screen with something titled "Local Area Connection", or something close to that, and, if you have a network hooked up, all of your other networks.

    8. Right click on "Local Area Connection" and click "properties"
    9. Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
    10. Click on "Use the following IP address" under the "General" tab
    11. Create an IP address (It doesn't matter what it is. I just type 1 and 2 until i fill the area up).
    12. Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
    13. Hit the "Ok" button here
    14. Hit the "Ok" button again

    You should now be back to the "Local Area Connection" screen.

    15. Right-click back on "Local Area Connection" and go to properties again.
    16. Go back to the "TCP/IP" settings
    17. This time, select "Obtain an IP address automatically"
    tongue.gif 18. Hit "Ok"
    19. Hit "Ok" again
    20. You now have a new IP address

    With a little practice, you can easily get this process down to 15 seconds.

    P.S:
    This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back.

    copied from this site

    Credits To Crooksey. A Great Friend Of Mine Gave Me Permission To Post.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.