nixawk

Results 46 issues of nixawk

**default creds**: ``` guest/guest ``` Try to access `http://target.com:15672/` with your browser, and login with the creds. If it is on, please disable it with the following method. ``` $...

add
Information-Gathering

``` #!/usr/bin/python # -*- coding: utf-8 -*- from lxml import etree class MasscanParser(object): def parse_host_port_protocol(self, masscan_data=None, uniq=True): if not masscan_data: raise Exception("No report data to parse: please provide a valid...

add
Information-Gathering

``` #!/usr/bin/python # -*- coding: utf-8 -*- """\ This module provides rsync operations and some related functions. Functions: Rsync.client_negotiate() -- recv rsync welcome/motd messages Rsync.client_initialisation() -- send rsync VERSION query...

add
Privilege-Escalation

``` #!/usr/bin/python # -*- coding: utf-8 -*- # Author: Nixawk """ $ python2.7 https.py www.yahoo.com {'algorithm': 'sha256WithRSAEncryption', 'dns': [('DNS', '*.www.yahoo.com'), ('DNS', 'www.yahoo.com'), ('DNS', 'add.my.yahoo.com'), ('DNS', 'au.yahoo.com'), ('DNS', 'be.yahoo.com'), ('DNS', 'br.yahoo.com'),...

Information-Gathering

``` #!/usr/bin/python # -*- coding: utf-8 -*- # Purpose: Bruteforce Lync User. # Product: Microoft lync server 2013 # Author : Nixawk import requests import base64 import logging logging.basicConfig(level=logging.INFO) log...

Privilege-Escalation

Please view the [books list page](https://github.com/nixawk/pentest-wiki/blob/master/Books/README.md). If you want to share a good book, please paste the following information here.

add
Books