The Artima Developer Community
Sponsored Link

Java Buzz Forum
Run any command via Java, You can even shutdown your computer

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
T Tak

Posts: 152
Nickname: awsometak
Registered: Feb, 2016

T Tak is Java Enthusiast
Run any command via Java, You can even shutdown your computer Posted: Feb 1, 2016 3:22 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by T Tak.
Original Post: Run any command via Java, You can even shutdown your computer
Feed Title: programtalk
Feed URL: http://programtalk.com/feed/
Feed Description: A blog mainly about java
Latest Java Buzz Posts
Latest Java Buzz Posts by T Tak
Latest Posts From programtalk

Advertisement
Recently I cam across a tutorial site that allowed to copy your code in a textarea and then allowed to execute the java program. Although the intent of the site was good but anyone with bad intentions could disrupt this site easily and execute any command.  Here is a program that you can run to shutdown you computer. import java.io.IOException; /** * @author tak * */ public class

Read: Run any command via Java, You can even shutdown your computer

Topic: org.apache.commons.net.ftp.ftpclient Example Previous Topic   Next Topic Topic: Bet Super Bowl 50 Like A Boss with Apache Spark

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use