-
Byshell
适合读者:入侵爱好者、网络管理员、黑器迷
前置知识:C基本语法
刘流:后门是黑客们永恒的话题,在各大网站如163、Yahoo、北大等相继被黑之后,越来越多的人开始关注服务器的安全,而各种后门技术也空前地火暴起来!今天我们将给大家带来一个重量级后门的使用、编程方法,让广大新手朋友们有好后门玩,让编程技术爱好者有好的后门编程技术可以借鉴。当然,更多的新技术还等你去发掘。
Byshell后门:无进程无DLL无硬盘文件无启动项
现在网络上流行的木马后门类工具很多,但可以称为精品的则没有多少,大多数新手们还在使用Radmin一类的软件来替代后门程序。不幸的是,它们并不是一个真正的后门,极容易服务器管理员察觉,因此肉鸡经常飞掉也就很正常了。
一个合格的后门至少应该做到不能有陌生进程存在于任务管理器里,给后门进程起一个看起来像系统进程的名字只是掩耳盗铃;不能在注册表Run启动项或者服务启动项里留下众所周知的启动键值或新增服务,当然更不能直接写开始菜单的启动项;不能如同无视管理员或者防火墙一般明目张胆地打开陌生端口;像Bits.dll那样等待连接时无端口,连接时开端口的程序,在端口检查时只有30 的几率能逃脱。另外后门最好能隐藏自己生成的文(Byshell)
- 2009-03-20 10:31:28下载
- 积分:1
-
0.95inch-RGB-OLED-Code
0.95英寸的SSD1331驱动程序,完整的驱动代码(0.95 inches of SSD1331 driver, complete driver code)
- 2020-08-25 17:28:17下载
- 积分:1
-
LogPolar
Log-Polar变换, 能把笛卡尔坐标系里面的旋转和尺度变换变为Log-Polar坐标系中的角度方向和log-r方向的平移(The Log-Polar transform can transform the rotation and scale transform in the Descartes coordinate system into the angular direction and the log-r direction translation in the Log-Polar coordinate system)
- 2017-08-18 10:39:59下载
- 积分:1
-
sysidjob2
该程序涉及了一阶系统、二阶系统的阶跃响应下的系统辨识方法。(The procedure involves first-order system, second-order system step response of system identification methods.)
- 2012-06-09 17:20:09下载
- 积分:1
-
TabbedView
该例实现了属性页CBCGTabView类,并有实例可供参考.
(Example realize that the property page CBCGTabView category, and has examples for reference.)
- 2008-07-15 09:19:32下载
- 积分:1
-
一个神经网络的EA的示例
说明: 神经网络EA,交易大赛冠军作品!MT4编程必学程序(Neural network EA, the champion work of the trade competition! MT4 programming must learn program)
- 2020-06-30 20:40:02下载
- 积分:1
-
mie散射软件
说明: 计算mie散射相关参数,根据颗粒粒径 ,入射光波长 ,颗粒折射率,介质折射率,计算不同角度下散射光强,不同粒径下的消光系数。(Calculate the mie scattering related parameters, calculate the scattered light intensity at different angles and the extinction coefficient at different particle sizes according to particle size, incident light wavelength, particle refractive index, and medium refractive index.)
- 2019-02-25 13:09:38下载
- 积分:1
-
TestExcel
实现对条码数据的获取,同时保存数据,并将数据保存为excel格式保存在桌面,(To achieve the bar code data acquisition, while preserving the data, and save the data as excel format stored in the desktop,)
- 2016-10-26 19:51:45下载
- 积分:1
-
NPOI 不安装office 创建和读取office文件 包括 excel和word文件 项目完整源码下载
NPOI 不安装office 创建和读取office文件 包括 excel和word文件 项目完整源码下载
- 2013-09-29下载
- 积分:1
-
数字图像处理滤波
#include#include#includeusing namespace std;using namespace cv;Mat image;//输入的图像矩阵Mat fImageFFT;//图像的快速傅里叶变换Point maxLoc;//傅里叶谱的最大值的坐标int radius = 50;//截断频率const int Max_RADIUS = 100;int bandWid = 40;//带宽const int MAX_BANDWID = 50;//最大带宽Mat bpFilter;//带通滤波器int bpType = 0;//带通滤波器的类型const int MAX_BPTYPE = 2;Mat fImageFFT_bpFilter;//带通傅里叶变换Mat fImageFFT_bpFilter_spectrum;//带通傅里叶变换的傅里叶谱
- 2022-01-25 21:23:28下载
- 积分:1