Git


During the Web enumeration, another Git directory was found at the .git directory of webroot

┌──(myVenv)─(kali㉿kali)-[~/PEN-200/PG_PRACTICE/uc404]
└─$ mkdir under_construction_git ; git-dumper http://$IP/under_construction/.git/ ./under_construction_git
[-] Testing http://192.168.125.109/under_construction/.git/HEAD [200]
[-] Testing http://192.168.125.109/under_construction/.git/ [200]
[-] Fetching .git recursively
[-] Fetching http://192.168.125.109/under_construction/.git/ [200]
[-] Fetching http://192.168.125.109/under_construction/.gitignore [404]
[-] http://192.168.125.109/under_construction/.gitignore responded with status code 404
[-] Fetching http://192.168.125.109/under_construction/.git/objects/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/branches/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/info/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/HEAD [200]
[-] Fetching http://192.168.125.109/under_construction/.git/logs/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/index [200]
[-] Fetching http://192.168.125.109/under_construction/.git/packed-refs [200]
[-] Fetching http://192.168.125.109/under_construction/.git/config [200]
[-] Fetching http://192.168.125.109/under_construction/.git/refs/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/description [200]
[-] Fetching http://192.168.125.109/under_construction/.git/objects/info/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/info/exclude [200]
[-] Fetching http://192.168.125.109/under_construction/.git/refs/heads/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/refs/tags/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/refs/remotes/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/logs/HEAD [200]
[-] Fetching http://192.168.125.109/under_construction/.git/objects/pack/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/logs/refs/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/applypatch-msg.sample [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/post-update.sample [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/fsmonitor-watchman.sample [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/pre-commit.sample [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/pre-push.sample [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/pre-applypatch.sample [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/pre-rebase.sample [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/pre-receive.sample [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/prepare-commit-msg.sample [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/commit-msg.sample [200]
[-] Fetching http://192.168.125.109/under_construction/.git/hooks/update.sample [200]
[-] Fetching http://192.168.125.109/under_construction/.git/refs/remotes/origin/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/objects/pack/pack-8159b4cdc9281cc80f9a24043231043764e1e3aa.pack [200]
[-] Fetching http://192.168.125.109/under_construction/.git/objects/pack/pack-8159b4cdc9281cc80f9a24043231043764e1e3aa.idx [200]
[-] Fetching http://192.168.125.109/under_construction/.git/logs/refs/heads/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/refs/heads/master [200]
[-] Fetching http://192.168.125.109/under_construction/.git/logs/refs/remotes/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/refs/remotes/origin/HEAD [200]
[-] Fetching http://192.168.125.109/under_construction/.git/logs/refs/heads/master [200]
[-] Fetching http://192.168.125.109/under_construction/.git/logs/refs/remotes/origin/ [200]
[-] Fetching http://192.168.125.109/under_construction/.git/logs/refs/remotes/origin/HEAD [200]
[-] Sanitizing .git/config
[-] Running git checkout .
Updated 10 paths from the index

Checking out There are 10 paths.

┌──(myVenv)─(kali㉿kali)-[~/PEN-200/PG_PRACTICE/uc404]
└─$ cd under_construction_git ; git log
commit 118ca8781f91102c3d93f41cd66f031a46f2319a (HEAD -> master, origin/master, origin/HEAD)
Merge: 4d6740f 4dcb492
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Fri Nov 8 10:45:18 2019 +0700
 
    Merge pull request #11 from xrillex/patch-1
    
    Typo
 
commit 4dcb492d9a05c7f4904184c362e656ee14f71693
Author: xrillex <rojads54@gmail.com>
Date:   Thu Nov 7 17:06:01 2019 -0800
 
    Typo
 
commit 4d6740fd4e4caa88f6a268b7d966429872f9b711
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Sat Oct 12 14:44:58 2019 +0700
 
    Update README.md
 
commit 6696d610f9d93fcb83972db13ac60c84803e87a1
Merge: 040e792 91ad581
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Thu Sep 5 20:49:14 2019 +0700
 
    Merge pull request #10 from tacman/patch-1
    
    Remove duplicate margin
 
commit 91ad58141e27c49791623354d741c58a4d40594c
Author: tacman <tacman@gmail.com>
Date:   Thu Sep 5 08:03:36 2019 -0400
 
    Remove duplicate margin
 
commit 040e792ea24ad15f7b3faee58bd60669ac48fbd9 (tag: v1.1.0)
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Sat Jun 1 17:31:15 2019 +0700
 
    added CDN
 
commit 3e284af877d98ed93e756bd2035dd154bb434392
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Sun Nov 11 20:04:49 2018 +0700
 
    Update README.md
 
commit a18c4068d996fc8f479cf9aedd5e2722f9f9873c
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Wed Oct 17 19:58:16 2018 +0700
 
    Update README.md
 
commit c810529ec76ebd794a40ceaea62fdadea7c46c1d
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Mon Oct 8 20:55:06 2018 +0700
 
    Update README.md
 
commit df67af8f5caf3c7e8631a923025e77dc1d0ab138
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Mon Oct 8 20:51:50 2018 +0700
 
    Update README.md
 
commit 7895c934b147aaca6399269312616fc521415863
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Thu Oct 4 15:44:58 2018 +0700
 
    Create CONTRIBUTING.md
 
commit 9968204c3d93efcac3446aa75685252371d415ad
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Mon Oct 1 10:34:39 2018 +0700
 
    Update README.md
 
commit 06b944f0609ad9bde64e1c581c60b197fe15a1d6
Author: Nauval <nauvalazhar2@gmail.com>
Date:   Mon Oct 1 10:08:25 2018 +0700
 
    Verified by W3C, Boostrap 4 validation, updated Bootstrap version, improved box-shadow
 
commit 421f6f8c76ceae1ac9437b5f4c0afa0b1932f81e
Merge: 356dee8 e8c5c03
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Mon Oct 1 09:07:08 2018 +0700
 
    Merge pull request #5 from amohata007/master
    
    title updated
 
commit 356dee8675053fb7a33f4d65624c8da637486c43
Merge: 7582e72 413ef99
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Mon Oct 1 09:06:07 2018 +0700
 
    Merge pull request #6 from amohata005gmailcom/master
    
    Update index.html
 
commit 413ef991e07a26dbad042f6ab11e102958f5f0a4
Author: amohata005gmailcom <33109476+amohata005gmailcom@users.noreply.github.com>
Date:   Mon Oct 1 02:20:45 2018 +0530
 
    Update index.html
 
commit e8c5c0317b1379ba141fa03470ea11ed097aba30
Author: Abhishek mohata <36244104+amohata007@users.noreply.github.com>
Date:   Mon Oct 1 02:05:26 2018 +0530
 
    title updated
 
commit 7582e7298301477c1382af8b3a177c5050750f8c
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Fri Jul 27 15:50:39 2018 +0700
 
    Fixed - IE 11 Login form shows on the right site
 
commit b7bd24460d051d0f1abc5153f843f5509c601cda
Merge: e2835d0 57819d2
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Tue Aug 29 09:21:12 2017 +0700
 
    update readme
 
commit e2835d0470271dc3d9d3c359f43c9d2e4bde4f7b
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Tue Aug 29 09:19:07 2017 +0700
 
    responsive, safari support
 
commit 57819d249674fe3d054b385dc7f9d1ec1bcd666f (tag: v1.0.0)
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Tue Aug 29 01:51:44 2017 +0700
 
    Update README.md
 
commit e04590f02af844924c89b1a7bd8c55dfc377a491
Merge: f5b8374 76a2736
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Tue Aug 29 01:39:52 2017 +0700
 
    Merge branch 'master' of https://github.com/nauvalazhar/my-login
 
commit f5b83748305338fc83d3a4e661a7e5ae8297421b
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Tue Aug 29 01:38:21 2017 +0700
 
    v1.0.0
 
commit 76a27363ee42ccec448fd2314a39e0c669762b1b
Author: Muhamad Nauval Azhar <nauvalazhar2@gmail.com>
Date:   Tue Aug 29 01:37:15 2017 +0700
 
    Initial commit

No notable commit found

┌──(myVenv)─(kali㉿kali)-[~/PEN-200/PG_PRACTICE/uc404/under_construction_git]
└─$ ll
total 52K
4.0K drwxrwxr-x 6 kali kali 4.0K Feb 23 18:15 .
4.0K drwxrwxr-x 7 kali kali 4.0K Feb 23 18:15 .git
4.0K -rw-rw-r-- 1 kali kali  255 Feb 23 18:15 CONTRIBUTING.md
4.0K -rw-rw-r-- 1 kali kali 1.1K Feb 23 18:15 LICENSE
4.0K -rw-rw-r-- 1 kali kali 2.3K Feb 23 18:15 README.md
4.0K drwxrwxr-x 2 kali kali 4.0K Feb 23 18:15 css
4.0K -rw-rw-r-- 1 kali kali 2.0K Feb 23 18:15 forgot.html
4.0K drwxrwxr-x 2 kali kali 4.0K Feb 23 18:15 img
4.0K -rw-rw-r-- 1 kali kali 3.0K Feb 23 18:15 index.html
4.0K drwxrwxr-x 2 kali kali 4.0K Feb 23 18:15 js
4.0K -rw-rw-r-- 1 kali kali 3.1K Feb 23 18:15 register.html
4.0K -rw-rw-r-- 1 kali kali 2.2K Feb 23 18:15 reset.html
4.0K drwxrwxr-x 5 kali kali 4.0K Feb 23 18:15 ..

No notable file found