首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏菩提树下的杨过

    flash player10.1 + FMS4中的p2p功能

    <String>; private var _dataLength:uint = 100; private var _nc:NetConnection; private var _ng:NetGroup _txtOutput.appendText(s + "\n"); } } } 在这段代码中我们看到了一个全新的NetGroup对象,要使用p2p,“接收方”与“接收方”必须先加入到“相同名称"的 NetGroup中。 一旦"接收方"调用了addWantObjects方法后,"发送方"便会进入"NetGroup.Replication.Request"状态,此时"发送方"响应"接收方"的请求,将需要的数据块以udp协议发送过去 ,然后“接收方”会收到"NetGroup.Replication.Fetch.SendNotify"的数据到达通知,如果成功接收,将进入“NetGroup.Replication.Fetch.Result

    1.2K100发布于 2018-01-23
  • 来自专栏菩提树下的杨过

    fms4 p2p:图片分享

    public var connected:Boolean = false; public var netConnection:NetConnection; public var netGroup :NetGroup; private const SERVER:String = "rtmfp://localhost/"; private const DEVKEY:String = " = new NetGroup(netConnection,spec.groupspecWithAuthorizations()); netGroup.addEventListener(NetStatusEvent.NET_STATUS ,netStatus); } protected function receiveObject(index:Number):void{ netGroup.addWantObjects _fileShare.netGroup.info; _txtReceive.text = obj.objectReplicationReceiveBytesPerSecond + ""; _

    1.3K70发布于 2018-01-23
  • 来自专栏RokasYang

    Linux缓存服务NSCD用法总结及实践 - Name Service Cache Daemon

    yespositive-time-to-live netgroup 28800negative-time-to-live netgroup 20suggested-size netgroup 211check-files netgroup yespersistent netgroup yesshared netgroup yesmax-db-size netgroup 33554432 33554432可以看到输出信息参数值都能对上:图片5、-i, --invalidate=TABLE使指定的缓存失效,后面可以接:passwd、group、hosts、services、netgroup 同时,nscd可以缓存多种名字服务数据库,包括hosts、passwd、group、services、netgroup等。

    12.6K127编辑于 2023-03-21
  • 来自专栏效能与质量

    wireshark找不到网卡

    npf是什么东东 Netgroup Packet Filter 网络数据包过滤器 NPF Device driverNPF驱动器 网络数据包过滤器(Netgroup Packet Filter,NPF)

    3.8K20发布于 2021-08-25
  • 来自专栏朱永胜的私房菜

    基于Docker搭建大数据集群(一)Docker环境部署

    pull centos 查看是否拉取成功 docker imsages 设置docker网桥,用于分配固定IP docker network create --subnet=172.15.0.0/16 netgroup -d --privileged -ti -v /sys/fs/cgroup:/sys/fs/cgroup --name cluster-master -h cluster-master --net netgroup run -d --privileged -ti -v /sys/fs/cgroup:/sys/fs/cgroup --name cluster-slave1-h cluster-slave1--net netgroup run -d --privileged -ti -v /sys/fs/cgroup:/sys/fs/cgroup --name cluster-slave2-h cluster-slave2--net netgroup run -d --privileged -ti -v /sys/fs/cgroup:/sys/fs/cgroup --name cluster-slave3-h cluster-slave3--net netgroup

    1.4K30编辑于 2023-08-21
  • 来自专栏朱永胜的私房菜

    docker 部署 hadoop集群

    -d --privileged -ti -v /sys/fs/cgroup:/sys/fs/cgroup --name cluster-master -h cluster-master --net netgroup -d --privileged -ti -v /sys/fs/cgroup:/sys/fs/cgroup --name cluster-slave1 -h cluster-slave1 --net netgroup -d --privileged -ti -v /sys/fs/cgroup:/sys/fs/cgroup --name cluster-slave2 -h cluster-slave2 --net netgroup -d --privileged -ti -v /sys/fs/cgroup:/sys/fs/cgroup --name cluster-slave3 -h cluster-slave3 --net netgroup

    54620编辑于 2023-08-17
  • 来自专栏谢公子学安全

    工具的使用|PowerSploit脚本的用法

    #查看域内详细的信息 Get-Netuser #获取域内所有用户的详细信息 Get-NetUser | select name #获得域内所有用户名 Get-NetGroup #获取域内所有组信息 Get-NetGroup | select name #获取域内所有的组名 Get-NetGroup *admin* | select name #获得域内组中带有 admin的 Get-NetGroup "Domain Admins" #查看组"Domain Admins"组的信息 Get-NetGroup -UserName test #获得域内组中用户

    2.1K10编辑于 2022-01-19
  • 来自专栏全栈程序员必看

    Ldap服务器搭建流程

    dn: ou=Group,dc=mycompany,dc=com ou: Group objectClass: top objectClass: organizationalUnit dn: ou=Netgroup ,dc=mycompany,dc=com ou: Netgroup objectClass: top objectClass: organizationalUnit dn: ou=Aliases,dc=

    4.6K20编辑于 2022-08-28
  • 来自专栏betasec

    安全工具 | PowerSploit使用介绍

    #查看域内详细的信息 Get-Netuser #获取域内所有用户的详细信息 Get-NetUser | select name #获得域内所有用户名 Get-NetGroup #获取域内所有组信息 Get-NetGroup | select name #获取域内所有的组名 Get-NetGroup *admin* | select name #获得域内组中带有 admin的 Get-NetGroup "Domain Admins" #查看组"Domain Admins"组的信息 Get-NetGroup -UserName test #获得域内组中用户

    6.6K20发布于 2021-05-11
  • 来自专栏pythonlove

    Linux系统内部的名称解析与安全认证(原创)

    功能名称: aliases, ethers, group, hosts, netgroup, networks, passwd, protocols, rpm, services, shadow 解析库类型 a logic list of terminal names that this rule applies to. # # users # is a logic list of users or a netgroup

    2.5K40发布于 2018-08-04
  • 来自专栏漏洞知识库

    从 Github 泄露到拨入 V*N 拿到域控

    xxxx.com.cn -DomainController 172.16.172.80 -ADSpath "LDAP://DC=xxxx,DC=com,DC=cn" -Credential $cred Get-NetGroup

    1K60发布于 2021-07-14
  • 来自专栏潇湘信安

    从 Github 泄露到拨入 V*N 拿到域控

    xxxx.com.cn -DomainController 172.16.172.80 -ADSpath "LDAP://DC=xxxx,DC=com,DC=cn" -Credential $cred Get-NetGroup

    59130发布于 2021-07-28
  • 来自专栏kayden

    横向渗透方法小结

    Invoke-NetUserAdd - adds a local or domain user Get-NetGroups - gets a list of all current groups in the domain Get-NetGroup 184f9822b195c52dd50c379ed3117993 # get all the groups a user is effectively a member of, 'recursing up' Get-NetGroup Export-Clixml user.out $Users = Import-Clixml user.out # Find any machine accounts in privileged groups Get-NetGroup NoTypeInformation dns.csv # return all universal security groups in a forest with foreign members Get-NetGroup

    2.7K10编辑于 2022-09-29
  • 来自专栏Harvey

    TryHackMe-Post-Exploitation Basics

    \Downloads\PowerView.ps1 Get-NetUser | select cn 还可以枚举域组 Get-NetGroup -GroupName *admin* PowerView

    1.4K10编辑于 2022-12-30
  • 来自专栏进击的Coder

    腾讯云上Winpcap网络编程一之前言、目标

    它包含一个内核空间数据包过滤器(Netgroup Packet Filter, NPF),一个底层动态链接库(Packet.dll)和一个高层独立于操作系统的动态链接库(wpcap.dll)。

    1.9K00发布于 2017-03-21
  • 来自专栏阿dai_linux

    权限管理su、sudo、限制root远程登录 原

    operator) bob SPARC = (OP) ALL : SGI = (OP) ALL # jim may run anything on machines in the biglab netgroup jim +biglab = ALL # users in the secretaries netgroup need to help manage the printers # as well as

    3.5K10发布于 2019-04-03
  • 来自专栏黑白天安全团队

    获取域内管理员和用户信息

    获取所有用户的详细信息 Get-NetDomainController: 获取所有域控制器的信息 Get-NetComputer: 获取域内所有机器的详细信息 Get-NetOU: 获取域中的OU信息 Get-NetGroup

    9K20发布于 2020-07-30
  • 来自专栏bisal的个人杂货铺

    IP地址解析的规则

    files netmasks: files networks: files protocols: files rpc: files services: files sss netgroup

    4.4K10发布于 2021-01-20
  • 来自专栏SDNLAB

    Linux SRv6实战 服务链功能详解(第二篇)

    等替代方案可以实现类似的功能且较简单 如本文第一篇所述, Linux内核从4.10版本(2017年2月)就开始支持SRv6,支持丰富的SRv6操作,通过开源的Linux内核模块SREXT(https://github.com/netgroup segment-routing.net 5.SRv6 Linux的相关资料/教程: https://segment-routing.org 6.SREXT的相关资料/教程: https://github.com/netgroup

    2.8K20发布于 2019-05-17
  • 来自专栏HACK学习

    内网渗透测试定位技术总结

    命令参考: Get-NetGroups -> Get-NetGroup Get-UserProperties -> Get-UserProperty Invoke-UserFieldSearch ->

    2K30发布于 2019-08-06
领券