漏洞挖掘框架html网页版主要是为了方便查询,看懂代码的可以自行修改看不懂的看我更新(持续更新中)

主界面如下所示:


只需要编写你输入你想查询的内容他就会做一个自动的跳转为你开一个新的网页端界面为你查询!(持续完善跟新)有什么建议可以评论留言

举例【效果】如下:

源码如下&要求说明:


1、新建txt文档把源码粘贴即可  2、修改后缀为.html  3、默认浏览器打开即可 4、最上面的log可以用自己的图片自定义

<!DOCTYPE html>  
<html lang="en">  
<head>  
<meta charset="UTF-8">  
<meta name="viewport" content="width=device-width, initial-scale=1.0">  
<title>漏洞挖掘框架</title> 
<img class="logo" src="C:\Users\97229\Desktop\下载.png" alt="Logo"> <!--不需要即可删除或者注释这行代码-->
<style>  
    .input-container {  
        margin-bottom: 20px;  
        padding: 10px;  
        border: 1px solid #ccc;  
        border-radius: 5px;  
    }  
    .input-container input[type="text"],  
    .input-container button {  
        width: calc(100% - 22px);  
        padding: 10px;  
        margin-top: 5px;  
        border: 1px solid #ddd;  
        border-radius: 5px;  
    }  
    .input-container button {  
        background-color: #007bf6;  
        color: white;  
        cursor: pointer;  
    }  
    .input-container button:hover {  
        background-color: #0c3059;  
    }  
</style>  
</head>  
<body>  
<!--以下所有的平台用的话可能得提前登陆或者注册才行-->  
<div class="input-container">  
    <input type="text" id="weibu" placeholder="输入IP/域名">  
    <button onclick="微步查询()">微步查询</button>  
</div>  
  
<div class="input-container">  
    <input type="text" id="aiqicha" placeholder="输入公司名称">  
    <button onclick="爱企查查询()">爱企查查询</button>  
</div>  
<div class="input-container">  
    <input type="text" id="aizhanwang" placeholder="输入IP/域名">  
    <button onclick="爱站网查权重()">查权重</button>  
</div>
<div class="input-container">   
    <button onclick="恒脑()">安恒恒脑人工智能</button>  
</div> 

<script>
    function 微步查询() {
        var value = document.getElementById('weibu').value;
        var url = `https://x.threatbook.com/v5/ip/${encodeURIComponent(value)}`;
        window.open(url, '_blank'); // '_blank' 表示在新窗口或新标签页中打开
    }

    function 爱企查查询() {
        var value = document.getElementById('aiqicha').value;
        var url = `https://aiqicha.baidu.com/s?q=${encodeURIComponent(value)}&t=0`;
        window.open(url, '_blank');
    }

    function 爱站网查权重() {
        var value = document.getElementById('aizhanwang').value;
        var url = `https://www.aizhan.com/cha/${encodeURIComponent(value)}`;
        window.open(url, '_blank');
    }

    function 恒脑() {
        var url = `https://das-ai.com/agent`;
        window.open(url, '_blank');
    }
</script>
  
</body>  
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

文章永久免费只为良心

你的鼓励是我的动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值