No.4-Heist-easy-HTB-walkthrough
No.4-Heist-easy-HTB-walkthrough
Attacker: Official Kali linux 2019 64 bit
By Ikonw
Introduction of drone aircraft
1, Port scan
nmap -sV -sC heist.htb
Nmap scan report for heist.htb (10.10.10.149)
Host is up (0.25s latency).
Not shown: 997 filtered ports
PORT STATE SERVICE VERSION
80/tcp ...
Posted by jason.carter on Sun, 26 Jan 2020 01:26:48 -0800
.NET CORE(C#) WPF Recommended Animation Menu Design
WeChat Public Number: Dotnet9, Website: Dotnet9, Question or Suggestion: Please leave a message on the website if it helps you: Welcome to appreciate it.
.NET CORE(C#) WPF Recommended Animation ...
Posted by nutshell on Fri, 24 Jan 2020 16:31:51 -0800
iOS multi thread four: NSThread + summary
1, NSThread
It is a lightweight Multithread in iOS. One NSThread object corresponds to one thread
1. Some class methods
[NSThread mainThread]; // Get main thread
[NSThread currentThread]; // Get current thread
// Blocking the current thread and setting the sleep time are implemented in two ways ...
Posted by pjsteinfort on Sun, 19 Jan 2020 05:42:32 -0800
Using Python to learn win32 library for memory reading and writing
Preface:
Last week, in the essence of 52, I saw a big guy using Python to make a modifier of 5 of devil's tears. After reading it, I knew that the original Python could also operate on memory. After inquisitive about technology, I decided to try it myself.
Tools to use:
CE,Ollybdg,
With Python, read ...
Posted by Dave2222 on Sat, 18 Jan 2020 05:50:09 -0800
[UWP] Use Compact Overlay Mode to always display on the front end
1. What is and how to use Picture-in-Picture
UWP offers a new view mode CompactOverlay after Windows 10 Creators Update, which translates Chinese into a compact overlay?Anyway, most of the time we call it Picture-in-Picture mode.
The upper right corner of the above image is the Microsoft Movie and TV application that enters Picture-in-Picture ...
Posted by iimrii on Fri, 17 Jan 2020 12:13:10 -0800
Deploy your own ngrok in 7 minutes
Deploy your own ngrok in 7 minutes
Article Background
Pre-preparation
Install software
Article Background
Recently, to develop the WeChat Public Number, we need to use the external network ip. However, the free version on the Internet is either slow or changing IP regularly, so we decided to dep ...
Posted by baze on Thu, 16 Jan 2020 18:00:42 -0800
How easy is the Android floating window to implement?This is easy to do with kotlin!
Starting with business applications, this paper abstracts a floating window tool class from scratch that can be used to display floating windows on any business interface.It can manage multiple floating windows at the same time, and floating windows can respond to touch events, can be dragged, and have side animations.
The sample code is writt ...
Posted by mrdave on Wed, 15 Jan 2020 10:33:32 -0800
Solve cross domain -- postMessage
Principle and implementation of postMessage
In order to solve the problem of cross domain, HTML5 introduces a new API: Cross Document Messaging. This API adds a window.postMessage method to the window object to allow cross window communication, regardless of whether the two windows are homologous or ...
Posted by l053r on Wed, 15 Jan 2020 03:27:45 -0800
python. No3
New year's Day is coming. Let's not talk about it. I'd like to give you a new year's Eve
Recently, the IOS students next to me asked for leave to stay at home. Hey, hey, I was left alone in the corner shivering. Although the air conditioner of the company was turned on to 28 ℃, it still couldn't melt my ...
Posted by sribala on Wed, 15 Jan 2020 01:11:47 -0800
Implementation of TextBox with empty button (WPF)
Abstract:
This blog post is for the crowd: WPF novice.
Blog content: make TextBox Style template including empty Button through Style, and empty TextBox content by introducing additional attributes of custom class into Style.Purpose of the blog: to help new WPF developers or those in need to quickly und ...
Posted by aldernon on Tue, 14 Jan 2020 21:35:21 -0800