Skip to content

Commit

Permalink
Yui
Browse files Browse the repository at this point in the history
  • Loading branch information
lanjelot committed Oct 18, 2020
1 parent df8a3eb commit cb3dd28
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions crypto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
http://www.cem.me/pki/index.html

# tools
https://github.com/Ciphey/Ciphey docker run -it --rm remnux/ciphey
CrypTool
CryptoCrack
https://github.com/apsdehal/awesome-ctf#crypto
Expand Down
4 changes: 4 additions & 0 deletions graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# graphql

https://blog.doyensec.com/2018/05/17/graphql-security-overview.html
https://blog.doyensec.com/2020/03/26/graphql-scanner.html
4 changes: 2 additions & 2 deletions pentest
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ locate -i
~/Documents/exploits/{exploit-database,packetstorm,vulndbs}

site:seclists.org KEYWORD <- many lists
site:http://lists.grok.org.uk KEYWORD <- full disclosure only
site:cvedetails
site:lists.grok.org.uk KEYWORD <- full disclosure only
site:cvedetails site:attackerkb.com site:cvebase.com

www.intelligentexploit.com ...
metasploit modules, nmap nse
Expand Down
2 changes: 1 addition & 1 deletion php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ http://www.0php.com/php_easter_egg.php
php -m

# opcache bypass write restrictions to webroot by overwrite cached index.php.bin
http://blog.gosecure.ca/2016/04/27/binary-webshell-through-opcache-in-php-7/
https://www.gosecure.net/blog/2016/04/27/binary-webshell-through-opcache-in-php-7/

# preg_replace
preg_replace($_GET["find"], $_GET["replace"], $unknown); exploit with find=//e&replace=`ls`
Expand Down
10 changes: 3 additions & 7 deletions record-screen
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# record-screen

# to .gif
# to .gif or svg
byzanz
termtosvg

# mieux que recordmydesktop
# video
kazam

# recordmydesktop
recordmydesktop --no-sound --overwrite --pause-shortcut Control+p -o blah.ogv -x 2878 -y 8 --width 1049 --height 613
ffmpeg -i blah.ogv -c:v libx264 -preset veryslow -qp 0 /tmp/woot.mp4

# gif screencast of terminal
https://github.com/KeyboardFire/mkcast

# script
script --timing=plop foo │
scriptreplay -t plop foo
3 changes: 3 additions & 0 deletions vpn
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# vpn

# auto openvpn on a vps
wget https://git.io/vpn | bash -

# bonne intro vpn
http://www.symantec.com/connect/fr/articles/penetration-testing-ipsec-vpns

Expand Down
1 change: 1 addition & 0 deletions wifi
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# wifi

https://github.com/routerkeygen
https://splone.com/blog/2020/10/13/typical-wi-fi-attacks/

# harvest valuable info in wpa enterprise traffic
Creap http://www.shellntel.com/blog/2015/9/23/assessing-enterprise-wireless-networks https://github.com/Shellntel/scripts.git
Expand Down

0 comments on commit cb3dd28

Please sign in to comment.