IS2C DOJO

Tampilkan postingan dengan label reverse ip. Tampilkan semua postingan
Tampilkan postingan dengan label reverse ip. Tampilkan semua postingan

Senin, 10 Maret 2014

Information Gathering :: spentera.com


The second task from my Sensei is getting information related to spentera.com. And i will using the same technique from the last one.

1. NMAP



From the information above I got an information that the Name Server using Cloudflare. Its difficult to get the real information about the server. But, now I will try another way.


2. Brute_Ns.php

I made this tool to check subdomains associated with the services running on the server.


Hoorah! I got possible real IP from the server. Now, I'm trying to rescan the IP using Nmap.


Now, I got some possible services and OS running on the server.

20/tcp   closed ftp-data
21/tcp   open   ftp        Pure-FTPd
53/tcp   open   domain     ISC BIND 9.3.6-20.P1.el5_8.6
80/tcp   open   http       Apache httpd
110/tcp  open   pop3       Dovecot pop3d
143/tcp  open   imap       Dovecot imapd
443/tcp  open   ssl/https?
587/tcp  open   smtp       Exim smtpd 4.82
993/tcp  open   ssl/imap   Dovecot imapd
995/tcp  open   ssl/pop3   Dovecot pop3d
5666/tcp open   tcpwrapped
Service Info: Host: server28.web-hosting.com; OS: Red Hat Enterprise Linux; CPE: cpe:/o:redhat:enterprise_linux

3. Netcat

Now, i'm trying to grab information using netcat.



And the server didnt allow me to grab any information.


4. Reverse IP
Same with my last post, I'm using my tool to get another website which is hosted on teh same server.




I got 134 websites hosted on the server. Lets look in a deep scan.


5. Deep_Scan.php
I made this tool to grab possible folders from the lists which is captured by reverse_ip.php.

The results cannot be shown here because of some Sensitive Information


6. Get Information From Robots.txt



Got no information...


7. Checking DNS using dnsenum

DNSenum is a pentesting tool that enumerates as much DNS information about domains as possible. -- Aldeid



All subdomains are considered as active subdomain and from this result, I do not allow to search for subdomains using tools that do not include unique results.

7. Whois spentera.com

I tried to get information about the owner of domain spentera.com using whois. here is the results :







I can get information about this domain. The domain hosted in : enom.com but all the information has been set in private.



8. Grabbing Email on spentera.com

I'm using my own tool. Here is the results : 




I think we cannot use those informations.


=================== EOF ===================

Information Garthering :: is2c-dojo.com


Today, I got a task from my sensei to gather information related to the website http://is2c-dojo.com.

Here are some of my results last night until this morning:

1. NMAP

Nmap (Network Mapper) is a security scanner originally written by Gordon Lyon (also known by his pseudonym Fyodor Vaskovich)[1] used to discover hosts and services on a computer network, thus creating a "map" of the network. To accomplish its goal, Nmap sends specially craftedpackets to the target host and then analyzes the responses. -- Wikipedia

NMAP
From the results of nmap I get informations such as:
  • Found 9 open port :
  • 21/tcp  open  ftp      Pure-FTPd 
  • 53/tcp  open  domain   ISC BIND 9.3.6-20.P1.el5_8.6
  • 80/tcp  open  http     Apache httpd 2.2.26 ((Unix) mod_ssl/2.2.26 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4)
  • 110/tcp open  pop3     Dovecot pop3d
  • 143/tcp open  imap     Dovecot imapd
  • 443/tcp open  http     Apache httpd 2.2.26 ((Unix) mod_ssl/2.2.26 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4)
  • 587/tcp open  smtp     Exim smtpd 4.82
  • 993/tcp open  ssl/imap Dovecot imapd
  • 995/tcp open  pop3s?


  •  Host Info :
  • Nmap scan report for is2c-dojo.com (192.111.155.74) 
  • Host: gudeg.partnerit.us 
  • OS: Red Hat Enterprise Linux; CPE: cpe:/o:redhat:enterprise_linux


2. Netcat

I use netcat to find the date it was last updated by admin, look for a web service that is used by the admin and get another info from 404 responses (forced to access the data that does not exist) .




From the results of Netcat I get informations such as:

  • Server: Apache/2.2.26 (Unix) mod_ssl/2.2.26 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
  • Last-Modified: Tue, 21 Jan 2014 17:28:13 GMT
  • Possible admin's email : mailto:adi88nugroho@gmail.com
From those informations above, I tried to find further information about the Admin from the Google :


I got lots of information related to the Admin's email and Admin's phone number ( +- 8,300 results ).


3. reverse_ip.php

I made this tool to search for some possibilities other websites hosted on the server with the target website. And, here is the results :


I found 81 possible website hosted on this ip : 192.111.155.74

4. deep_scan.php

I made this tool to grab possible folders from the lists which is captured by reverse_ip.php.

The results cannot be shown here because of some Sensitive Information


5. Checking robots.txt

The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or robots.txt protocol, is a convention to advising cooperating web crawlers and other web robots about accessing all or part of a website which is otherwise publicly viewable. Robots are often used by search engines to categorize and archive web sites, or by webmasters to proofread source code. The standard is different from, but can be used in conjunction with, Sitemaps, a robot inclusion standard for websites. -- Wikipedia

I got no information from robots.txt.

6. Checking DNS using dnsenum


DNSenum is a pentesting tool that enumerates as much DNS information about domains as possible. -- Aldeid

 
I got some information from dnsenum.
All subdomains are considered as active subdomain and from this result, I do not allow to search for subdomains using tools that do not include unique results.




7. Whois & Dig is2c-dojo.com

I tried to dig up the data domain owner is2c-dojo.com using whois and dig. here is the results :





I didnt get any information about this domain. But, this domain registered on JogjaCamp.com or resellercamp.com. All the information has been set in private.


8. Finding Emails
Again, I'm using my own tool. Here is the results :



Too bad, There is no email typed on the website.




=================== EOF ===================