Jump to content

Pizza

Active Members
  • Posts

    71
  • Joined

  • Last visited

Posts posted by Pizza

  1. lets say there is site www.sitename.org/look.html

    the html file has javascript on it

    and one of the line says

    ---------------------------------

    function get_name( form )

    ---------------------------------

    is there anyway you can get the form?

  2. When i got locked out of my PC (some how) i reinstalled the OS

    i had to install XP first cuz when when you want to install vista you have to log in as admin on PC

    :)

  3. i am trying to make Nmap GUI using Java

    i know how to make buttons and stuff i can execute commend but i have little problem with this

    public class Nmap {
      public static void main(String arg[]) 
      {
          try 
        {      
             
                Process p = Runtime.getRuntime().exec("cmd /c start nmap -sS xxx.xxx.xxx.xxx");
                p.waitFor();
        }
          catch (Exception err) {
          err.printStackTrace();
         }
      }
    }

    nmap does start but it closes really quick is there anyway to prevent it and make cmd.exe stay until user presses key?(if i can do this i will be done with this when i have spring break with some most used commends) :)

    Please help  :-)

  4. my school is going to contest i need some help

    i want to exec commends using java to cmd

    but the output of the cmd wont show on java

    i want it output that cmd give show up in java's output

    contest http://contest.cs.iupui.edu/

    thanks

    i think i will make program that has gui and exec commend to a commend line program

    depends on what my partner wants to do

  5. this was made by me it just collects data from the win system by running batch file

    mspass.exe /stext data/mspass.txt
    mailpv.exe /stext data/mailpv.txt
    pspv.exe /stext data/pspv.txt
    netpass.exe /stext data/netpass.txt
    cports.exe /stext data/cports.txt
    awatch.exe /stext data/awatch.txt
    iehv.exe /stext data/iehv.txt
    produkey.exe /stext data/produkey.txt
    WirelessKeyView.exe /stext data/wirelesskey.txt

    http://www.megafileupload.com/en/file/45423/runh-zip.html

    this is my first batch program

  6. I have win vista and bf2142 long time a go i changed values for shooting one person and other stuff and when ever i go to play online they say its modded so it wont work

    i uninstalled it and reinstalled it it still wont work i did delete profile but still wont

    :-) :-( :-x :( :(

    Please help

    if u cant understand what i am trying to say sorry

  7. I've burnt a hole in my thumb because i shorted a 240v transformer making an electro magnet for school. That class i got all A's because i told the teacher i would sue him.

    I've made a tazer with a camera flash works well.

    lol

    thats bad

×
×
  • Create New...