Skip to content

noxosd/stuff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

This repo contains some interesting stuff including tools, cheatsheets, articles that can be useful for penetration testing or smth.

###Tools

####Information Gathering

####Exploitation

  • rinetd - Port forwarding tool
Usage: /etc/rinetd.conf
change bind address, bind port, connect address, connect port, than restart as a service (/etc/init.d/rinetd restart)
  • Web server default log directories for log poisoning and LFI
/etc/httpd/logs/access_log - Apache/2.4.6 (CentOS)
/etc/httpd/logs/error_log - Apache/2.4.6 (CentOS)
  • Metasploit modules/payloads:
exploit/multi/handler - module that can accept various incoming payloads
linux/x86/shell/reverse_tcp - STAGED reverse tcp shell for Linux
linux/x86/shell_reverse_tcp - NON-STAGED reverse tcp shell for Linux
windows/meterpreter/reverse_https - meterpreter that looks like https traffic

####Post Exploitation

  • Metasploit modules/payloads:
post/windows/gather/credentials/gpp - Windows Gather Group Policy Preference Saved Passwords

####Password attacks

mimikatz # privilege::debug
mimikatz # sekurlsa::logonpasswords

####Utilities

####Articles

####Labs *

About

some stuff that can be useful

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published