linux323.tk linux323.tk

linux323.tk

Sn0rt's Blog

Heap overflow with using malloc maleficarum on linux32. Off-by-one vulnerability (heap based) on linux32. Quick install a ladder. Kubernetes II - network policy. Kubernetes I - learn and install. Heap overflow using unlink on linux32. Analysis of kernel crash. Cgroups II - implementation. Cgroups I - usage. Got overwrite bypass aslr on linux32. Brute force bypass aslr on linux32. 2014 - 2016 Sn0rt.

http://www.linux323.tk/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR LINUX323.TK

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

May

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 8 reviews
5 star
2
4 star
4
3 star
2
2 star
0
1 star
0

Hey there! Start your review of linux323.tk

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.3 seconds

FAVICON PREVIEW

  • linux323.tk

    16x16

  • linux323.tk

    32x32

CONTACTS AT LINUX323.TK

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Sn0rt's Blog | linux323.tk Reviews
<META>
DESCRIPTION
Heap overflow with using malloc maleficarum on linux32. Off-by-one vulnerability (heap based) on linux32. Quick install a ladder. Kubernetes II - network policy. Kubernetes I - learn and install. Heap overflow using unlink on linux32. Analysis of kernel crash. Cgroups II - implementation. Cgroups I - usage. Got overwrite bypass aslr on linux32. Brute force bypass aslr on linux32. 2014 - 2016 Sn0rt.
<META>
KEYWORDS
1 sn0rt's blog
2 links
3 uaf on linux32
4 git usage
5 docker usage
6 internship in shanghai
7 redis config
8 netlink protocol ii
9 netlink protocol i
10 internship in beijing
CONTENT
Page content here
KEYWORDS ON
PAGE
sn0rt's blog,links,uaf on linux32,git usage,docker usage,internship in shanghai,redis config,netlink protocol ii,netlink protocol i,internship in beijing,ptmalloc2,prev,next,wer ed,by jekyll,github
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Sn0rt's Blog | linux323.tk Reviews

https://linux323.tk

Heap overflow with using malloc maleficarum on linux32. Off-by-one vulnerability (heap based) on linux32. Quick install a ladder. Kubernetes II - network policy. Kubernetes I - learn and install. Heap overflow using unlink on linux32. Analysis of kernel crash. Cgroups II - implementation. Cgroups I - usage. Got overwrite bypass aslr on linux32. Brute force bypass aslr on linux32. 2014 - 2016 Sn0rt.

INTERNAL PAGES

linux323.tk linux323.tk
1

analysis of kernel crash

http://linux323.tk/kernel-panic

Analysis of kernel crash. 昨天早上我还在吃早餐, 老大对我讲我们的服务器挂了,kernel 在临死前留下了一个 dump. KERNEL: /usr/lib/debug/lib/modules/3.10.0-229.el7.x86 64/vmlinux DUMPFILE: vmcore [. PARTIAL DUMP] CPUS: 24 DATE: Wed Aug 3 10:10:42 2016 UPTIME: 95 days, 17:54:10 LOAD AVERAGE: 0.13, 0.13, 0.14 TASKS: 544 RELEASE: 3.10.0-229.el7.x86 64 VERSION: #1 SMP Fri Mar 6 11:36:42 UTC 2015. MACHINE: x86 64 (. MEMORY: 95.6 GB PANIC: "divide error: 0000 [#1] SMP ". Kernel 是 centos 的. 知道了死于除 0, 利用 log 看一下凶手谁. Intel pstate timer func. Usr/src/d...

2

UAF on linux32

http://linux323.tk/linux-x86-UAF

What is use-after-free (UAF)? 继续使用已经被 free 的堆指针可能会导致任意代码执行,这样的 bug 称为 UFA (use after free)。 Include stdio.h #include string.h #include unistd.h #define BUFSIZE1 1020 #define BUFSIZE2 ( BUFSIZE1/2) - 4). Echo 2 /proc/sys/kernel/randomize va space $gcc -o vuln vuln.c $sudo chown root vuln $sudo chgrp root vuln $sudo chmod s vuln. 上面存在 UAF 漏洞的代码存在于行 6 与行 13,他们各自的 free 在行 5 和行 10,但是他们的指针即使在被 free 过后还被使用。 行 6 的 UAF 导致信息泄露,行 13 的导致任意代码执行。 在我们的漏洞代码(行 6)中,信息泄漏被用来获取堆地址,这个被泄漏堆地址帮助攻击者更加容易的计算 ASLR 后堆地址的基地址。 根据之前的知识,...

3

kubernetes II - network policy

http://linux323.tk/k8s-ii

Kubernetes II - network policy. 在 kubernetes 项目中一般的提案会在 repo 的. 相关提案,关于 networkpolicy 早期的会议讨论可以见. 初步接触 networkpolicy 个人习惯还是从如何使用开始,以下基于配置完成后的整理,如果问题还请斧正. 0x10 create a cluster. 首选在本地配置单个 node 和 master 的 k8s 的集群, 推荐. 进行集群部署, 我比较懒所以写个一个脚本做了个 wapper 把一些变量放进去了. Iptables -F iptables -Z iptables -X export. KUBERNETES VAGRANT USE NFS. Http:/ username:password@10.0.58.88:8080 export. Http:/ username:password@10.0.58.88:8080 install (). Rpm -qa grep vagrant-libvirt if. Dnf install vagrant-libvirt -y fi. Kubectl c...

4

quick install a ladder

http://linux323.tk/vpn

Quick install a ladder. 前几天申请了 github education pack 被审核通过了, 大礼包里面包含 $150 的 AWS 优惠券, 在申请说明中我写了打算靠大礼包来搭建梯子(推荐使用 ubuntu 一次到位不出错)。 Shadowsock 是个 socket5 的代理服务器, 而且配置服务与客户端使用都非常方便! Apt install python-pip -y pip install shadowsocks ssserver -p 38080 -k password -m rc4-md5 - user nobody -d start. Ssserver 后面 -p 表示侦听本地端口号,-k 表示 key,-m 后面表示对策加密和 mac 验证方式, user 后面启用匿名,-d 服务在后台. Sudo dnf install shadowsocks-qt5. Ipsec 配置非常非常麻烦, 使用下面这个一键脚本. 不要* 在值中使用这些字符 " '. Wget https:/ git.io/vpnsetup -O vpnsetup.sh &.

5

cgroups II - implementation

http://linux323.tk/cgroup-ii

Cgroups II - implementation. 要简单的多, 所以后面不是介绍其他子系统使用, 而是分析一下. 的实现 (base kernel 3.10). Blkio 这个子系统为块设备设定输入 / 输出限制,比如物理设备 磁盘,固态硬盘,USB 等等。 Cpu 这个子系统使用调度程序提供对 CPU 的 cgroup 任务访问。 Cpuacct 这个子系统自动生成 cgroup 中任务所使用的 CPU 报告。 Cpuset 这个子系统为 cgroup 中的任务分配独立 CPU 在多核系统 和内存节点。 Devices 这个子系统可允许或者拒绝 cgroup 中的任务访问设备。 Freezer 这个子系统挂起或者恢复 cgroup 中的任务。 Memory 这个子系统设定 cgroup 中任务使用的内存限制,并自动生成内存资源使用报告。 省略掉一部分不是特别关注的子系统 (因为相对应用场景小, 背景知识多! Cgroup backing dev info. Kobject create and add. For (i CGROUP SUBSYS COUNT). State maintaine...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

philo.top philo.top

philo.top

http://www.philo.top/tags/grub

Letsencrypt HTTPS SSL 证书在不影响生产的情况下申请.

philo.top philo.top

philo.top

http://www.philo.top/tags/coreos

Letsencrypt HTTPS SSL 证书在不影响生产的情况下申请.

philo.top philo.top

philo.top

http://www.philo.top/2015/07/27/MyVimrc

因为1010.4 默认的vim竟然是7.3的不能忍。 Mkdir -p /.vim/bundle & git clone https:/ github.com/gmarik/Vundle.vim.git /.vim/bundle/Vundle.vim. Curl -Ssl https:/ raw.githubusercontent.com/lijianying10/FixLinux/master/vimrc -o /.vimrc. Mkdir /.vim/colors/ & curl -Ssl https:/ raw.githubusercontent.com/tomasr/molokai/master/colors/molokai.vim -o /.vim/colors/molokai.vim. Cd /vim/bundle/command-t/ruby/command-t ruby extconf.rb make. Ctrl j/k 上下选择文件,选中后回车打开文件 ctrl t 以tab方式打开文件 ctrl s/v 可以水平或垂直分割窗口打开文件 ctrl c 退出该模式. Cd /vim/bu...

philo.top philo.top

philo.top

http://philo.top/2015/06/06/BuildAndDeplyTheThinnestDockerImage

经过对比我们可以发现 Adriaan de Jonge的的工作方式是通过CGO实现golang的静态编译以达到目的。 为了精益求精,我们在极致精简与正常使用操作系统 比如说基于ubuntu14.04 做工程角度的平衡,我们还是基于Scratch空Docker image进行构建,使用busybox重新构建了一个大小为5MB左右裁剪过的Linux作为golang运行环境,该系统可以直接使用普通golang编译器输出amd64架构的程序,整个image构建完成之后大小为11.75mb。 Dockerfile以及环境参考 https:/ github.com/lijianying10/DaoCloudStaticBlog. 如果方便使用ubuntu 14.04 amd64的情况下. 构建调试过程中的注意事项 1. 在复制lib文件夹的底层动态库的时候需要不断调试动态库的依赖。 具体解决方案如下 1. 直接在Dockerhub上使用progrium/busybox 2. 直接使用我们在github上共享的rootfs.tar. Sudo docker build - somefile.

philo.top philo.top

philo.top

http://www.philo.top/2015/07/16/pc-docker

安装EasyBCD添加ISO引导项文件直接使用CoreOS的livecd image 详细步骤带截图 http:/ jingyan.baidu.com/article/466506586ed309f549e5f81c.html. 然后挂载 如果您不明白如何分区格式化并且挂载请看考这里 https:/ wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks. Cp -rf /var/lib/docker /mnt/ rm -rf /var/lib/docker ln -s /mnt/docker /var/lib/docker. Mkdir /root/.ssh echo ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcTvSn5METOJUKXRr Sa92eL2PRZlHb5tdKMublwgvHWaYNxJyXrxCARmBCy8VAo6rb/OeTsyuMWjZ7fVpxKc32ZkcBoIRL7YNkAonO8nHMSLvWUSKkwo7wfWubJhBQtDjvJ40WIcECrFkssFxbcl9Y...

philo.top philo.top

philo.top

http://www.philo.top/tags/devenv

Letsencrypt HTTPS SSL 证书在不影响生产的情况下申请.

philo.top philo.top

philo.top

http://www.philo.top/2015/07/21/UbuntuDevEnv

操作失误,笑 因此在本文中给出终极解决方案 直接使用Ubuntu Live CD 来完成系统的启动。 我们可以准备从grub启动ubuntu操作系统把系统放到内存中,再预制出各种情况的环境包,也就是环境模块化,因为系统是在整个内存中所以速度非常非常快,需要模块化的内容并不多,比如说ssh vim tmux 为一组工具,开机后一个命令就可以激活工具包,不到几秒钟的时间即可完成,其他的如Chrome浏览器一类的都可以快速完成在内存上的安装。 此文是上次实践成功的想法升级版本,原文 http:/ www.philo.top/2015/07/16/pc-docker/. 本文问依然有它的缺点 主要体现在两个方面 1. 如果默认驱动不好使会造成很多麻烦。 因为本方案整个操作系统都是加载到内存中的,硬盘速度即为内存的速度,我这里实测可以达到4.5Gb/s,所以你准备好屌丝逆袭 买不起SSD 秒杀高富帅了吗. 对于它的简单介绍可以参考这里 http:/ baike.baidu.com/view/4236.htm. 官方 https:/ www.docker.com/. C: NST menu.lst. 1 修改安装源...

philo.top philo.top

philo.top

http://www.philo.top/tags/career

Letsencrypt HTTPS SSL 证书在不影响生产的情况下申请.

philo.top philo.top

philo.top

http://www.philo.top/tags/docker

如何利用 Docker 环境加速 Android 应用的构建. Letsencrypt HTTPS SSL 证书在不影响生产的情况下申请. Letsencrypt HTTPS SSL 证书在不影响生产的情况下申请.

philo.top philo.top

philo.top

http://www.philo.top/2015/07/24/ProgInvest

Http:/ www.zhihu.com/question/26606388. 除了极少数的个别人 你们没有未来 用不了多久,就会有更廉价,更年轻,更高效的劳动力 把你们从自己曾经熟悉的地方,彻底驱逐出去 这个答案虽然冷酷,但是却是事实. 每天撸代码12小时,IOS 北京 20k 事情就是这样,往往看到IOS市场景气的同时还是要看到应用市场只有苹果一个,还是要看到各种刷榜行为,能活下来的毕竟是少数。 其他小公司开发的应用要么限制了使用群体 比如说汽车相关 ,要么人家的产业重点不在手机应用上 手机银行一类的应用 其他的比如说社交产品,不都变成了超市一样的快速消费品了吗 火起来的社交应用在传播的时候我从就感觉多多少少都跟约炮有关,就像为啥linkedin到中国这么长时间了还在呵呵状态 前段时间一个朋友发给给我一组关于. 使用CG技术渲染这种场景一定是要物理学与数学方面的支持,至少在这里我能看到Particle In Cell 离子方面的计算或者类似更加具体的算法,还有蒙特卡洛处理碰撞用的算法。 Letsencrypt HTTPS SSL 证书在不影响生产的情况下申请.

UPGRADE TO PREMIUM TO VIEW 5 MORE

TOTAL LINKS TO THIS WEBSITE

15

OTHER SITES

linux30.co.nr linux30.co.nr

LinuxShare

All about Gnu Linux.

linux30.wordpress.com linux30.wordpress.com

The learning blog ||| | Just another linux learning blog

Just another linux learning blog. May 18, 2009. F8 – wide open for apeture( good for potrait picture). Apeture close down to hight number (makin. F17 (besar bukaan lence) good for taking. Picture inside a house – but not good for. Dept of field out of focus shutter speed. Length of time the shutter remians open, exposing the sensor. Fast shutter speed u let in less light. For basic set it to TV. How long light let in. Size of open the lence that let light in. How much light let in. DOF how to control.

linux300.skyrock.com linux300.skyrock.com

linux300's blog - le blog des manga émission et autre lol - Skyrock.com

Le blog des manga émission et autre lol. 23/03/2009 at 12:27 PM. 27/07/2010 at 1:41 AM. Subscribe to my blog! Une petite musique triste. Add this video to my blog. Une musique triste qui est comme je l'ai dit triste et que je kif. Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.2) if someone makes a complaint. Please enter the sequence of characters in the field below. Add this video to my blog. Don't ...

linux301.webodata.com linux301.webodata.com

Default Web Site Page

If you are the owner of this website, please contact your hosting provider: webmaster@linux301.webodata.com. It is possible you have reached this page because:. The IP address has changed. The IP address for this domain may have changed recently. Check your DNS settings to verify that the domain is set up correctly. It may take 8-24 hours for DNS changes to propagate. It may be possible to restore access to this site by following these instructions. For clearing your dns cache.

linux321.com linux321.com

Linux321.html

012 一切设计的起点 CPU 的架构. 111 Linux 是什么 作业系统/应用程式. 112 Linux 之前,Unix 的历史. 124 Linux 的发展 虚拟团队的产生. 012 一切设计的起点 CPU 的架构. 111 Linux 是什么 作业系统/应用程式. 112 Linux 之前,Unix 的历史. 124 Linux 的发展 虚拟团队的产生.

linux323.tk linux323.tk

Sn0rt's Blog

Heap overflow with using malloc maleficarum on linux32. Off-by-one vulnerability (heap based) on linux32. Quick install a ladder. Kubernetes II - network policy. Kubernetes I - learn and install. Heap overflow using unlink on linux32. Analysis of kernel crash. Cgroups II - implementation. Cgroups I - usage. Got overwrite bypass aslr on linux32. Brute force bypass aslr on linux32. 2014 - 2016 Sn0rt.

linux333.skyrock.com linux333.skyrock.com

Blog de linux333 - Blog de linux333 - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Bonjour je vais vous faire connaitre linux. Mise à jour :. Abonne-toi à mon blog! Ajouter cette vidéo à mon blog. Linux, ou GNU/Linux, est un système d'exploitation compatible POSIX. Linux est basé sur le noyau Linux, logiciel libre créé en 1991 par Linus Torvalds pour ordinateur compatible PC. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le lundi 09 février 2009 01:55.

linux36.skyrock.com linux36.skyrock.com

Blog de linux36 - Moi, tout simplement - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Moi, tout simplement. Voici mon nouveau blog ou je vais vous montrer ma vie, mes ami(es), mes trippes et.tout le reste! Mise à jour :. Abonne-toi à mon blog! Tagué, j'ai été.(*-*). Chaque personne décrit 7 choses à propos d'elle-même. Ceux qui ont été tagués doivent écrire sur leur blog ces 7 choses ainsi que ce règlement. Vous devez taguer 7 autres personnes et les énumérer sur votre blog. Je suis fier d'avoir perdu 13 Kg en 2 mois. Pourvu que ça dur. N'oubl...

linux360.cn linux360.cn

Linux运维社区-中国Linux运维第一社区 - Powered by Discuz!

按F1才能进系统 Press F1 to continue 完全解决. CentOS Linux VPS Kloxo/Lxadmin虚拟主机控制面板安装. GMT 8, 2015-8-16 20:38 , Processed in 0.223423 second(s), 3 queries , Redis On.

linux360.com.cn linux360.com.cn

Linux学习网

在php手册上看到get headers能直接返回头信息,一行代码就搞定. [查看全文]. SERC 2013 E Skyscrapers. Php mb convert encoding文字编码转换函数. Ubuntu 11.10 安装方法图文详解教. Ubuntu 10.04 直接安装Wine QQ2012与. 有关 myyql 运行状态及调优 二. 2006-2013 Linux学习网(http:/ www.linux360.com.cn) 版权所有 桂ICP备08003070号-13 百度加速乐.

linux360.pl linux360.pl

Shared IP

This IP is being shared among many domains. To view the domain you are looking for, simply enter the domain name in the location bar of your web browser.