Jump to content

r4v37t

Active Members
  • Posts

    99
  • Joined

  • Last visited

Posts posted by r4v37t

  1. I want create a security code, in examples:

    1. I want Encrypt my file with my password "12345".

    2. When I insert the password I have different time between each char.

    3. To insert '1' time is 3 sec.

    4. To insert '2' time is 1 sec.

    5. To insert '3' time is 1 sec.

    6. To insert '4' time is 2 sec.

    7. To insert '5' time is 0,5 sec.

    8. If the password is correct but the time is false then that file can't open.

    Can you all help me to make algorithm?

  2. Anything is possible, in any language, but what is your intent? Malicious, or do you actually want to learn something, because it seems the more questions you ask, the more script kiddie you sound.

    If all you want is exploits and free code, go to milworm or check google, but please stop asking questions that you don't want answers to, becauase all you seem to want is the code to do it for you with mal intent.

    Be a script kiddie.. :unsure:

    I think I'm a newbie, where start to learn to get fun from my digital world.

    I just want to explore and try to hack the PHP Code :rolleyes:

    And I want to make a something different and usefull for anyone......

  3. Earlier I got some thinking about how PHP WORM can inject the client computer, and it's like this:

    1. WORM_MAKER has infect the site with worm script, where in that page is checks the OS that the client using.

    2. Like example if user have used WINDOWS OS, then the script will generate the worm code for WINDOWS OS.

    3. Then that page will make that code downloaded silently.

    It's possible to do?

    Absolutely in PHP code?

  4. not sure if you've figured this out, but here's how you'd get the IP for the person connecting to your page.

    <?php
    $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
    
    echo $hostname;
    ?>

    that's straight from the PHP manual. Here

    And the POC of worm in PHP it's like a worm virus in computer?

    I mean how worm in PHP can keep it self run in that computer that have infect?

  5. Does your host advertise this functionality?

    If I'm a web host and I don't advertise shell access, I'm completely going to block shell execution from with in PHP.

    The access of shell execution isn't blocking by the web host, in fact I can use ping or ifconfig in the web host from PHP but I can't use command for "zip" like ZIP or GZIP.

  6. Did you check the MD5 matches?

    Did you burn it at the slowest speed the writer allows (on modern drive this tends to be 4x)?

    I have burn it's in medium speed.....

    Check it was a complete download

    I have download it's by DAP, but in download I have resume it maybe three or four times. So, it's have effects for my download?

    Is it booting of a SATA drive?

    If so, how new is the SATA controller in use?

    I have try it's in any computers....

    So, where is the problems?

  7. I have download ISO file of backtrack 3 beta, I burn it but when in boot screen the screen stop at the message like this

    Can not find : linux

    BOOT:

    why like that??

×
×
  • Create New...