Skip to content

Instantly share code, notes, and snippets.

View aucru's full-sized avatar
🚲
YOLO

Mr.KiNG aucru

🚲
YOLO
View GitHub Profile
#!/bin/bash
#
# Description: file sync script
# Author: J1nH4ng<j1nh4ng@icloud.com>
# Date: 2025-01-14
# Version: V1.0.1.20250115_release
# Copyright 2025 © Team 4r3al. All rights reserved.
function check_application() {
if command -v rsync &> /dev/null; then
@aucru
aucru / nmap.xsl
Created April 7, 2024 07:34
[NMAP XSL] NMAP 美化模板 #NMAP
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="utf-8" indent="yes" doctype-system="about:legacy-compat"/>
<xsl:template match="/">
<html lang="en">
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap.min.css"/>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>