Home

Kali command

Kali command 端口进程 netstat -tunlp pidof apache2 pstree grep apache2 lsof -i :80 ss -an grep “:80” telnet 127.0.0.1 80 nc 127.0.0.1 80 Reference

Read more

Penetration Test

Penetration Test Kali Linux Kali Homepage Kali Documentation Kali Tools Forum/Community Support Community Chat 信息安全的基本目标 confidentiality integrality availability controllability Non-repudiation 渗透测试的流程 Step01--确定目标 (Target) (建议要取得甲方的书面授权和许可)Step02--对目标进行信息收集 信息收集是渗透测试的第一生产力! Step03--漏洞扫描、漏洞查找 (安全弱点) Step04--漏洞利用 Step05--拿到系统的权...

Read more

收集信息

收集信息 DNS host example.com whois example.com Analysis site online builtwith.com ### Wappalyzer 分析网站的插件 https://github.com/fingerprintjs/fingerprintjs Reference

Read more

iOS Universal Link

iOS Universal Link 放在https://www.saanw.com/.well-known/apple-app-site-association Reference Apple Universal Link setup in iOS

Read more

Tabbar andd PageView

Tabbar andd PageView import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: MyTabbedPage(), ); } } class MyTabbedPage extends StatefulWidget { @override _MyTabbedPageState createState() =&...

Read more

iOS 国际化

iOS 国际化 App Name Roll back those changes, add a InfoPlist.strings file to your project, localize it and then add the needed keys to it. For example: “CFBundleDisplayName” = “App display name”; “CFBundleName” = “App bundle name”; To localized Info.plist : Find in the x-code the folder Resources (is placed in root) Select the folder Resources...

Read more