会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
seako
[PortSwigger] Lab: Finding and exploiting an unused API endpoint
摘要: 登入,加入Lightweight l33t Leather Jacket 到購物車,結帳 發現是錢不夠 看前端js https://0a63004a0420062c80b83ad30022000c.web-security-academy.net/resources/js/api/productPr
阅读全文
posted @ 2024-09-18 14:30 seako
阅读(7)
评论(0)
推荐(0)
编辑
[PortSwigger] Lab: Exploiting an API endpoint using documentation
摘要: ![image](https://img2024.cnblogs.com/blog/828820/202409/828820-20240912144702601-981058212.png) ![image](https://img2024.cnblogs.com/blog/828820/202409/828820-20240912144723854-1523363629.png) ![image
阅读全文
posted @ 2024-09-18 14:29 seako
阅读(8)
评论(0)
推荐(0)
编辑
[mongo] 問題搜集
摘要: 1.重啟失敗 EXIT NUMBER 14 solved https://stackoverflow.com/questions/30476447/mongodb-error-child-process-failed-exited-with-error-number-14 改成 mongod
阅读全文
posted @ 2021-10-12 11:18 seako
阅读(22)
评论(0)
推荐(0)
编辑
jenkins 使用rsnyc 排除 selinux問題
摘要: rsync 指令,使用remote-shell mode,直接在shell裡執行一切安好 rsync -arzh -e 'ssh -i ~/.ssh/abc' /sh-test/job 'abc@sh-test.sc.gcp:~' 使用 jenkins 跑出 ERROR: script return
阅读全文
posted @ 2021-08-23 17:26 seako
阅读(89)
评论(0)
推荐(0)
编辑
[個人紀錄] ssh tunnel 測試
摘要: 想法是這樣,telnet本機port 1234,tunnel到server,再轉發port 23,完成登入 server要安裝sshd & telnetd sudo apt-get install openssh-server sudo apt-get install telnetd server的
阅读全文
posted @ 2021-03-08 00:14 seako
阅读(50)
评论(0)
推荐(0)
编辑
gitlab 使用ssh key
摘要: 要讓gitlab-runner能夠以deploy user身份執行git 操作而不用打帳密 ssh-keygen -C gitlab_worker ,要輸入檔名時一樣打gitlab_worker 把key放到 /home/gitlab-runner/.ssh下 把gitlab_worker.pub的
阅读全文
posted @ 2020-08-27 09:46 seako
阅读(641)
评论(0)
推荐(0)
编辑
[ golang ] go1.10.7: command not found
摘要: ubuntu 依照官方的教程 下戴包放到/usr/local 解壓 加入環境變數 我是在/etc/profile.d/ 下新增 add_go_path.sh #!/bin/bash export PATH=$PATH:/usr/local/go/bin 存檔,source /etc/profile.
阅读全文
posted @ 2020-08-16 17:21 seako
阅读(1719)
评论(0)
推荐(0)
编辑
[ubuntu 20.04 LTS] 安裝open-jdk8
摘要: 流程簡述一下 sudo apt-get install default-jdk 很可惜,這個會安裝新的jdk,目前是jdk11 java -version 安裝jdk8 sudo apt-get install openjdk-8-jdk 安裝version後還是jdk11 安裝在 /usr/lib
阅读全文
posted @ 2020-06-26 04:19 seako
阅读(1495)
评论(0)
推荐(0)
编辑
[ubuntu 20.04 LTS] 安裝行列輸入法
摘要: sudo apt-get install ibus-array 重開機 Region & Language -> more(下面三點) 拉到最下面 選擇 other
阅读全文
posted @ 2020-06-20 23:52 seako
阅读(890)
评论(0)
推荐(0)
编辑
[Leetcode] 5279. Subtract the Product and Sum of Digits of an Integer
摘要: class Solution { public int subtractProductAndSum(int n) { int productResult = 1; int sumResult = 0; do { int currentval = n % 10; productResult *= currentval; sumResult += currentval; n /= 10; }while
阅读全文
posted @ 2019-12-08 11:42 seako
阅读(163)
评论(0)
推荐(0)
编辑
下一页
导航
博客园
首页
联系
订阅
管理
公告