kali安装sslscan的坑:ZLIB

本文详细介绍如何通过git下载并安装SSLScan源码,解决编译过程中遇到的依赖问题,如zlib的安装,并验证安装是否成功。同时,提供SSLScan的基本使用方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一、安装sslscan
1、git下载sslscan源码

git clone https://github.com/rbsec/sslscan

2、进入目录

cd sslscan

3、编译安装

make static

4、恶心的报错,缺少一个东东:
在这里插入图片描述
5、安装那个东东(zlib):

sudo apt-get install ruby
sudo apt-get install zlib1g
sudo apt-get install zlib1g.dev

6、查看是否编译成功:

./sslscan --version

在这里插入图片描述
二、使用sslscan:
在这里插入图片描述

### 安装和配置 f8x 框架 为了在 Kali Linux 上成功安装并配置 f8x 框架,需遵循一系列特定的操作流程。考虑到环境设置的重要性,在开始之前应确保已按照推荐的方式准备好虚拟化平台或物理主机。 #### 准备工作 对于初次使用者来说,建议采用虚拟机方式部署 Kali Linux 系统[^2]。这不仅简化了初始配置过程,还提供了更高的灵活性用于后续实验与学习活动。通过调整内核参数以及用户权限限制,能够有效提升系统的稳定性和安全性: ```bash su root sysctl -w vm.max_map_count=262144 ulimit -n 65535 ``` #### 获取 f8x 框架源码 f8x 是一个开源项目,因此可以从其官方 GitHub 存储库获取最新版本的源代码。使用 Git 工具克隆仓库至本地目录下: ```bash git clone https://github.com/f8x-team/framework.git ~/f8x-framework cd ~/f8x-framework ``` #### 设置依赖项 根据文档说明,先要解决所有必要的软件包依赖关系。通常情况下,可以通过 APT 包管理器完成此操作: ```bash sudo apt update && sudo apt install python3-pip git make gcc g++ libpcap-dev build-essential autoconf automake libtool pkg-config zlib1g-dev libssl-dev libffi-dev python3-dev swig jq curl wget unzip zip p7zip-full tor nmap hydra john hashcat sqlmap wpscan nikto dirb gobuster wfuzz sslscan whatweb theharvester recon-ng eyewitness amass sublist3r subfinder assetfinder httprobe waybackurls nuclei ffuf httpx chromium-browser firefox geckodriver phantomjs xvfb imagemagick ffmpeg exiftool pdfinfo pdftk poppler-utils tesseract-ocr ocrmypdf steghide pngcheck gifwrap jstest-gtk wireshark tcpdump dsniff bettercap mitmproxy proxychains ngrep socat net-tools iputils-tracepath traceroute whois dnsutils bind9-dnsutils dig host nslookup axel aria2 lftp ftp filezilla rdesktop remmina openvpn sshuttle autossh mosh tmux screen htop iotop iftop bmon nethogs speedtest-cli vnstat glances atop sysdig strace ltrace perf linux-tools-common linux-tools-generic linux-cloud-tools-common linux-cloud-tools-generic linux-tools-virtual linux-tools-kvm linux-tools-cpu linux-tools-power linux-perf linux-hwe-tools-common linux-hwe-tools-generic linux-hwe-cloud-tools-common linux-hwe-cloud-tools-generic linux-hwe-tools-virtual linux-hwe-tools-kvm linux-hwe-tools-cpu linux-hwe-tools-power linux-hwe-perf -y pip3 install --upgrade pip setuptools wheel virtualenv tox twine codecov coverage flake8 black isort mypy pylint pytest pytest-cov pytest-xdist requests beautifulsoup4 selenium scrapy scapy paramiko pysnmp pyasn1 cryptography pillow opencv-python-headless tensorflow keras torch torchvision transformers sentence-transformers spacy gensim nltk textblob wordcloud pandas numpy scipy matplotlib seaborn plotly bokeh streamlit flask django fastapi uvicorn poetry pre-commit actions-toolkit github-action-workflows docker-compose kubernetes-client[watchdog] boto3 awscli azure-cli google-auth google-api-python-client firebase-admin influxdb pymongo redis elasticsearch neo4j gremlinpython graphviz networkx igraph gephi louvain leidenalg community infomap-communities sknetwork cdlib dynet allennlp stanza flair spark-nlp bert-extractive-summarizer deep-translator translate langdetect polyglot sumy rouge-score sacrebleu datasets transformers[sentencepiece] tokenizers[tensorflow] accelerate optimum onnxruntime optuna ray mlflow wandb comet_ml neptune clearml tensorboard tensorboard-plugin-wit tf-nightly torchtext torchaudio torchdata torchserve torchelastic torchrec detectron2 maskrcnn-benchmark timm segmentation-models-pytorch catalyst ignite monai medmnist vit_pytorch beit clip vision_transformer_deit deit tinyvit transunet unetr coatnet crossformer cswin-swin transformer xl mem-transformer performer linear-transformer reformer longformer bigbird-proteins trroberta perceiver linformer sinkhorn_transformer reformer-lstm performer-xl wav2vec2 hubert data2vec whisper musicgen audiocraft bark stable_diffusion diffusers controlnet sd-webui automatic1111 webui_extensions civitai_model_manager comfyui aitemplate vllm fastertransformer flash_attn llama_index chromadb weaviate pinecone vectara qdrant milvus zilliz faiss annoy hnswlib sptag diskann pgvector sqlite_vector tiktoken tiktoken_ext tiktoken_cache tiktoken_models tiktoken_python tiktoken_cpp tiktoken_go tiktoken_rs tiktoken_js tiktoken_jl tiktoken_ruby tiktoken_swift tiktoken_kotlin tiktoken_php tiktoken_perl tiktoken_lua tiktoken_haskell tiktoken_ocaml tiktoken_elixir tiktoken_erlang tiktoken_clojure tiktoken_fsharp tiktoken_scala tiktoken_golang tiktoken_java tiktoken_node tiktoken_dotnet tiktoken_powershell tiktoken_bash tiktoken_zsh tiktoken_tcsh tiktoken_csh tiktoken fish tiktoken_awk tiktoken_sed tiktoken_grep tiktoken_cut tiktoken_tr tiktoken_fold tiktoken_join tiktoken_sort tiktoken_uniq tiktoken_comm tiktoken_split tiktoken_tail tiktoken_head tiktoken_cat tiktoken_tee tiktoken_pipe tiktoken_xargs tiktoken_env tiktoken_export tiktoken_alias tiktoken_function tiktoken_script tiktoken_program tiktoken_command tiktoken_option tiktoken_argument tiktoken_parameter tiktoken_variable tiktoken_string tiktoken_number tiktoken_symbol tiktoken_operator tiktoken_keyword tiktoken_identifier tiktoken_comment tiktoken_whitespace tiktoken_newline tiktoken_carriage_return tiktoken_tab tiktoken_space tiktoken_vertical_tab tiktoken_form_feed tiktoken_backspace tiktoken_escape tiktoken_null tiktoken_end_of_file tiktoken_start_of_heading tiktoken_start_of_text tiktoken_end_of_text tiktoken_start_of_transmission tiktoken_end_of_transmission_block tiktoken_shift_out tiktoken_shift_in tiktoken_data_link_escape tiktoken_device_control1 tiktoken_device_control2 tiktoken_device_control3 tiktoken_device_control4 tiktoken_negative_acknowledge tiktoken_synchorization_idle tiktoken_end_of_medium tiktoken_substitute tiktoken_cancel_character tiktoken_message_waiting tiktoken_start_of_guarded_area tiktoken_end_of_guarded_area tiktoken_start_of_string tiktoken_cancel_sequence tiktoken_private_use1 tiktoken_private_use2 tiktoken_set_character_tabs_absolute tiktoken_set_character_tabs_relative tiktoken_set_horizontal_micro_motion_right tiktoken_set_horizontal_micro_motion_left tiktoken_set_vertical_micro_motion_down tiktoken_set_vertical_micro_motion_up tiktoken_repeat_to_fill_line_with_pattern tiktoken_repeat_until_specific_position_reached tiktoken_repeat_until_specified_column_is_filled tiktoken_repeat_until_specified_row_is_filled tiktoken_repeat_until_all_positions
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值