英文字典中文字典Word104.com



中文字典辭典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z   







請輸入英文單字,中文詞皆可:

exploit    音標拼音: ['ɛkspl,ɔɪt] [,ɛkspl'ɔɪt]
vt. 剝削,開發,利用
n. 功勞,功績,功勛

剝削,開發,利用功勞,功績,功勛

exploit
開拓

exploit
n 1: a notable achievement; "he performed a great feat"; "the
book was her finest effort" [synonym: {feat}, {effort},
{exploit}]
v 1: use or manipulate to one's advantage; "He exploit the new
taxation system"; "She knows how to work the system"; "he
works his parents for sympathy" [synonym: {exploit}, {work}]
2: draw from; make good use of; "we must exploit the resources
we are given wisely" [synonym: {exploit}, {tap}]
3: work excessively hard; "he is exploiting the students" [synonym:
{overwork}, {exploit}]

Exploit \Ex*ploit"\, n. [OE. esploit success, OF. esploit,
espleit,revenue, product, vigor, force, exploit, F. exploit
exploit, fr. L. explicitum, prop. p. p. neut. of explicare to
unfold, display, exhibit; ex plicare to fold. See {Ply},
and cf. {Explicit}, {Explicate}.]
1. A deed or act; especially, a heroic act; a deed of renown;
an adventurous or noble achievement; as, the exploits of
Alexander the Great.
[1913 Webster]

Ripe for exploits and mighty enterprises. --Shak.
[1913 Webster]

2. Combat; war. [Obs.]
[1913 Webster]

He made haste to exploit some warlike service.
--Holland.
[1913 Webster]

2. [F. exploiter.] To utilize; to make available; to get the
value or usefulness out of; as, to exploit a mine or
agricultural lands; to exploit public opinion. [Recent]
[1913 Webster]

3. Hence: To draw an illegitimate profit from; to speculate
on; to put upon. [Recent]
[1913 Webster]

In no sense whatever does a man who accumulates a
fortune by legitimate industry exploit his
employ['e]s or make his capital "out of" anybody
else. --W. G.
Sumner.
[1913 Webster]

111 Moby Thesaurus words for "exploit":
abuse, accomplished fact, accomplishment, achievement, act, acta,
action, adventure, apply, aristeia, attainment, beguile,
benefit from, bestow, bleed, bleed white, blow, bold stroke,
capitalize on, cash in on, clip, coup, cultivate, dealings, deed,
do, doing, doings, drain, effort, employ, emprise, endeavor,
enterprise, exercise, fait accompli, feat, finesse, fleece, gest,
go, gouge, hand, handiwork, handle, heroic act, hold up, ill-use,
impose, impose upon, improve, improve the occasion, job, jockey,
make capital of, make hay, make use of, maneuver, manipulate,
measure, milk, misuse, move, operation, overcharge, overprice,
overt act, overtax, passage, performance, play, play on,
presume upon, proceeding, production, profit by, profiteer,
put to advantage, res gestae, screw, skin, soak, step, stick,
sting, stroke, stunt, suck dry, surcharge, swindle,
take advantage of, thing, thing done, tour de force, trade on,
transaction, turn, turn to account, turn to profit, turn to use,
undertaking, use, use ill, use to advantage, utilize, venture,
victimize, work, work on, work upon, works



安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • EXPLOIT中文 (简体)翻译:剑桥词典 - Cambridge Dictionary
    When a great opportunity like that comes along, you'd be a fool not to exploit it We have a lot of knowledge and experience in this department that we are not currently exploiting fully
  • exploit - 搜索 词典
    10 To exploit it, he must be at least as bold as he was in the bank bail-out 要 抓住 这个 机会, 他 必须 要 重现 他 在 银行 救助 事件 上 的 勇敢, 而且 要 更 勇敢。
  • 漏洞利用 - 维基百科,自由的百科全书
    An exploit is a program, or piece of code, designed to find and take advantage of a security flaw or vulnerability in an application or computer system, typically for malicious purposes such as installing malware
  • exploit是什么意思_exploit的翻译_音标_读音_用法_例句_爱词霸在线词典
    While traditional "paid" media – such as television commercials and print advertisements – still play a major role, companies today can exploit many alternative forms of media
  • exploit_百度百科
    Exploit(漏洞利用)指利用计算机系统漏洞实施攻击的代码或技术手段,其英文原意为“利用”,在网络安全中专指漏洞利用行为。 漏洞利用程序通过触发漏洞(如 远程代码执行 、权限提升)控制目标系统,其中远程攻击类无需用户交互即可操控系统,本地攻击类常用于权限扩展。 攻击代码通常包含执行恶意指令的攻击载荷(payload)。 并非所有漏洞都能形成有效攻击,漏洞利用过程可能涉及多个漏洞的复合触发机制。 [1] [3] 漏洞利用需通过扫描目标系统、分析漏洞信息并选用工具实施控制,常见类型包括空白或默认口令、默认共享密钥、IP假冒及应用程序弱点。 防御措施涵盖及时安装系统补丁、使用安全浏览器、设置复杂密码与安装防护软件。
  • 渗透中POC、EXP、Payload、Shellcode和exploit的区别 - CSDN博客
    一句话,exploit是拿下系统前进行的活动,目标是拿下目标系统;payload是在拿下目标系统后所进行的操作,目标是提升权限、加强控制等操作,属于后渗透测试。 文章浏览阅读5 4k次,点赞11次,收藏29次。 本文深入解析了POC、EXP、Payload与Shellcode的概念,探讨了它们在漏洞验证与利用过程中的作用及区别。 文章指出,POC用于证明漏洞存在,EXP用于漏洞利用,Payload是在目标系统执行的代码,而Shellcode是一种特殊的Payload,用于建立shell。 此外,还介绍了Payload在Metasploit框架中的分类与应用。
  • EXPLOIT中文 (繁體)翻譯:劍橋詞典 - Cambridge Dictionary
    When a great opportunity like that comes along, you'd be a fool not to exploit it We have a lot of knowledge and experience in this department that we are not currently exploiting fully
  • exploits - 搜索 词典
    检查 看看 具有 已知 漏洞 特征 的 数据包 或 网络 指纹 活动 是否 被 允许 通过。 3 Such a treatment exploits the complementary action of two or more antibiotics 这种 疗法 利用 两 种 或 两 种 以上 的 抗生素 的 互补 作用。 4 His exploits in Normandy as the tide of World War II decisively turned, illustrate just how much war has changed in the past half century
  • exploit · GitHub Topics · GitHub
    Exploit refers to a piece of code or technique that takes advantage of a security vulnerability in a system, application, or network to cause unintended behavior Exploits can be used by attackers to gain unauthorized access, escalate privileges, execute arbitrary code, or cause a denial of service
  • Exploit Database - Exploits for Penetration Testers, Researchers, and . . .
    The Exploit Database - Exploits, Shellcode, 0days, Remote Exploits, Local Exploits, Web Apps, Vulnerability Reports, Security Articles, Tutorials and more





中文字典-英文字典  2005-2009

|中文姓名英譯,姓名翻譯 |简体中文英文字典