User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 129
  6. 130
  7. 131
  8. 132
  9. 133
  10. 134
  11. ...
  12. 155
  13. 156
  14. 157
  15. 158

Posts by SBTlauien

  1. SBTlauien African Astronaut
    Would it be possible to inject some kind of string into the function in this small program to take control of the program?


    import java.text.ParseException;
    import java.text.SimpleDateFormat;
    import java.util.Date;
    import java.util.Scanner;

    public class DateIt {

    public static void main(String[] args) {
    Scanner reader = new Scanner(System.in);
    System.out.print("Enter a date: ");
    String currentDate = reader.nextLine();
    currentDate = aFunction(currentDate);
    System.out.println(currentDate);
    reader.close();
    }

    private static String aFunction(String theDate){
    Date dateToString = null;
    try {
    SimpleDateFormat format = new SimpleDateFormat();
    format = new SimpleDateFormat("MM/dd/yyyy");
    dateToString = format.parse(theDate);
    } catch (ParseException e) {
    e.printStackTrace();
    }
    return dateToString.toString();
    }

    }
  2. SBTlauien African Astronaut
    Shroomery.org
  3. SBTlauien African Astronaut
    This is why those little CAPTCHA keep popping up everywhere. I'm tired of looking and addresses and selecting street signs.
  4. SBTlauien African Astronaut
    I think I was either linked to TOTSE either on the Shroomery, The Dextroverse, IRC, or an AIM chat back around 2002-2003. It was definitely drug related and most likely about extracting some kind of drug from a plant(DMT, Mescaline, LSA, etc). I was greeted with the normal "Go fuck yourself fed!" I didn't post their often and kept my investigations to the other drug sites/chats.
  5. SBTlauien African Astronaut
    I hate to say it, mmQ, but you should be serving a 10-year prison term right now, with one third off for good behaviour. So, 7 years behind bars. And then no driving for another 10 years, of course. Sorry.

    If he lived where I lived, he would have had his license suspended for life after third DUI, and he would have had to do prison time after the forth DUI. And like Actor said, should have just walked.

    http://arnoldlawfirm.com/repeat-duii-dui-dwi-offenders-1st-2nd-or-3rd-convictions-eugene-oregon-attorneys/

    But you still got away with with it.
  6. SBTlauien African Astronaut
    I'm still seeing spam on the board. I like to see some kind of solution.

    Lanny, maybe you could use some help. Maybe just someone to help fix the bugs and set up that button idea I had. I personally don't know a lot about PHP but I could make it happen.
  7. SBTlauien African Astronaut
    I downloaded a couple of video courses on Powershell a couple of years ago but never watched them. I know there's a lot more torrents now though.

    https://kat.cr/usearch/powershell/?field=size&sorder=desc
  8. SBTlauien African Astronaut
    Mine are working for the time being.
  9. SBTlauien African Astronaut
    I just started read a book on ASP.NET security. It appears to be very popular.
  10. SBTlauien African Astronaut
    Why am I automatically suscribed to this?
  11. SBTlauien African Astronaut
    So from my research, I've noticed that there are a lot of IP protocols(over 140) but only a few get attention. TCP, UDP, and ICMP specifically. I started a little program that'll allow me to send an IP packet with another packet of my choice(so far just TCP, but eventually maybe UDP, ICMP, and the other 140+ protocols) encapsulated into it, from my phone, using a nice GUI.

    I was just wondering if this is worthwhile.

    I have IPV4 and IPV6 interfaces set up so that each bit for each of the header fields can easily be selected with option buttons, and so that other things(like the length) can be typed in(although this'll be optional because the C program will usually calculate the length). I was thinking about automating it to send random values with each packet(all 140) and then wait to see what kinds of responses I receive from each, just for figuring out what protocol a system is using on a specific port.

    Yay or nay?
  12. SBTlauien African Astronaut
    The hell are you talkin bout nigga?
  13. SBTlauien African Astronaut
    A heroin addict.
  14. SBTlauien African Astronaut
    Δ
  15. SBTlauien African Astronaut
    Were you the cook?
  16. SBTlauien African Astronaut
    Lanny is also the one dumping the spam carding threads into the forums.

    Teh moar u now…

    That son of a bitch.
  17. SBTlauien African Astronaut
    We can do whatever we want, and I like sitting in my chair at the bureau, it's safer.
  18. SBTlauien African Astronaut
    You guys want a mod?

    I don't think one would be needed if you implemented a small button that members with over 100 posts could press that would alert you, and place a temporary block on the post until you review it. If someone abuses the button, then remove their privilege to use it.
  19. SBTlauien African Astronaut
    Holy shit, I remember learning Visual Basic way back in high school, in the late 90's. QBASIC, then Visual Basic. I loved it, but don't remember much about the syntax.
  20. SBTlauien African Astronaut
    lol, What does this stand for or mean?
  1. 1
  2. 2
  3. 3
  4. ...
  5. 129
  6. 130
  7. 131
  8. 132
  9. 133
  10. 134
  11. ...
  12. 155
  13. 156
  14. 157
  15. 158
Jump to Top