MsgHeader header; // standard message header int32 flags; // bit values of query options. See below for details. cstring fullCollectionName ; // "dbname.collectionname" int32 numberToSkip; // number of documents to skip int32 numberToReturn; // number of documents to return // in the ...
nmap [Scan Type(s)] [Options] 扫描类型 -sT TCP connect()扫描:这是最基本的TCP扫描方式。 connect()是一种系统调用,由操作系统提供,用来打开一个连接。如果目标端口有程序监听, connect()就会成功返回,否则这个端口是不可达的。这项技术最大的优点是,你勿需root权限。任何UNIX用户都可以自由使用这个系统调用。
structOP_QUERY{MsgHeader header;// standard message headerint32 flags;// bit values of query options. See below for details.cstring fullCollectionName;// "dbname.collectionname"int32 numberToSkip;// number of documents to skipint32 numberToReturn;// number of documents to return// in the f...