[Kali penetration all-round practice] use Nmap for port detection to find vulnerable sites

Article directory 1 Summary 2 Nmap action 3 common Nmap scanning instructions 4-port scan status The difference between TCP / IP and Http 6 use Nmap to detect the target open port 1 Summary One port is a very important thing in network application, equivalent to "door". What is port Po ...

Added by WD.Gh0st on Sun, 15 Mar 2020 13:17:53 +0200

Java. Network programming

Network programming Overview of network programming C/S and B/S C/S: The client server software structure, and the content that the service provider needs to prepare for the user's service Clients of major platforms Android iOS PC Windows Linux macOS QQ wechat Taobao JD sword and expedition Serv ...

Added by prasitc2005 on Fri, 13 Mar 2020 15:47:30 +0200

KTV song recommendation - self coding - logical regression - gender judgment

Preface In the previous articles, PCA and SVD dimensionality reduction are shared. Today, another dimensionality reduction method, auto encoding, is shared. What is self coding Self coding is a data compression algorithm. The characteristics of encoder and decoder are as follows: For specific data Lossy compression Automatic learning The enco ...

Added by unistake on Fri, 13 Mar 2020 14:02:31 +0200

ORB-SLAM2 online construction of dense point cloud

This blog continues with the content in the previous blog. We have completed the modification of pose estimator in the front, that is to say, the ROS node provided by ORB-SLAM is used to realize online operation. Review our goal is to divide the mapping system into three nodes. The driving node is mainl ...

Added by grim1208 on Thu, 12 Mar 2020 07:18:00 +0200

Use guide of tcpdump

Original link: Tcpdump sample tutorial The main content of this paper is translated from <Tcpdump Examples>. Tcpdump is a powerful network packet capturing tool. It uses libpcap library to grab network packets, which is found in almost all Linux/Unix. Familiar with the use of tcpdump can help you to analyze and debug network data. Th ...

Added by nigel_belanger on Mon, 09 Mar 2020 09:11:48 +0200

Getting started with Java - advanced tutorial - 04. Serialization

Original address: http://www.work100.net/training/java-serialization.htmlMore tutorials: Beam cloud - free course serialize Serial number Chapter in text video 1 Summary - 2 serialized objects - 3 Deserialize object - Please refer to the navigation above for reading 1. overview Java provides a mechanism of object serialization, in ...

Added by WickedStylis on Sun, 08 Mar 2020 03:41:38 +0200

spring Practice--Handling Serialization and Deserialization of Amounts in spring

1. Concepts Serialization of java objects means that the state of the object is converted into a byte stream that can be used later to regenerate the object in the same state.Object serialization is an implementation of object persistence, which converts object properties and methods into a serialized form for storage and transmission.Deserial ...

Added by cougarreddy on Sat, 07 Mar 2020 18:29:12 +0200

Android-App Detection Upgrade Library

QuiteVersion For Android App detection of automatic updates Achieving results Add Dependency implementation 'com.xwdz:QuiteVersion:0.0.4' implementation 'com.xwdz:okHttpUtils:1.0.4' //Ignorable if dependent implementation 'com.squareup.okhttp3:okhttp:3.5.0' Characteristic Callable anywhere Suppo ...

Added by trilbyfish on Fri, 06 Mar 2020 18:09:52 +0200

Difference between TCP and UDP

TCP In order to facilitate the development of network applications, Berkeley University in the United States implements a kind of communication protocol Socket on Unix, which enables programmers to access TCP/IP conveniently; Use Socket of TCP/IP to communicate: The server program binds a socket ...

Added by boogybren on Fri, 06 Mar 2020 07:30:09 +0200

Example of ProtocolBuf implemented by Java native Socket

1. Development environment 1.Protocol version: 3.9 (latest available) Download Address 2.Protocol Protocol Version: 3 3. Ordinary java environment, source code is 2 classes. This is mainly about instant messaging using the native Java Socket API with its previous and back-end.Then binary data ( ...

Added by joeiscoolone on Fri, 06 Mar 2020 02:50:05 +0200