Jump to content

Anonymous123

Active Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by Anonymous123

  1. Can you list the commands I need to type to give masscan it's own ip address. I do want to scan outside of my local network but on the masscan github page it states that it was works best when masscan has it's own ip?
  2. masscan is great if you want to scan several hundred computers but nmap is great if you are scanning a small number of computers.
  3. Can you answer my questions about ip tables?
  4. I have two ways that I know of to fix this banner scanning problem. I can give masscan it's own ip address or I can set a ip tables rule like this iptables -A INPUT -p tcp --dport 60000 -j DROP. What does that iptables rule do and how can I run that command on boot?
  5. I fixed that problem but I discovered I have a new problem with masscan. Masscan has it's own tcp/ip stack thank the machine it runs on. This interferes with my banner checking using masscan. So how do I give masscan a different ip address from my pi's ip? My pi is connected via ethernet.
  6. I installed masscan by typing in these commands on my Pi 2B and they installed just fine but I can't seem to find masscan. I typed in cd masscan/bin but my pi told me that masscan/bin isn't a file or directory. Here is a link to the masscan github page https://github.com/robertdavidgraham/masscan and here are the commands I typed sudo apt-get install git gcc make libpcap-dev $ git clone https://github.com/robertdavidgraham/masscan $ cd masscan $ make
  7. How do I install and run Google's Deep Dream project on the Raspberry Pi 2 model B? I would like Deep Dream to be able to use the Raspberry Pi's 4 core cpu and gpu but it would be fine if the program could only use the cpu. I looked Google but I couldn't find any instructions. Here is a link to project Deep Dream's github page https://github.com/google/deepdream .
  8. I just bought a bus pirate but what software should I use(linux terminal software)?
  9. I just setup a ICS/SCADA honeypot and I want to scan it as if I was a attacker. The honeypot I setup has no hmi. How should I go about doing this?
  10. What is your favorite wifi router for hacking that costs no more than $25. Mine is the TP-LINK TL-WR841N because it is cheap, it gets good range and it has many features that make hacking it more fun (also it is the #1 best seller on amazon.com). I love that router.
  11. I am using the TP-LINK TL-WR841N wifi router. That router is awesome and I f you need a cheap router buy it!
  12. I just was reading this article here http://www.networkworld.com/article/2365365/microsoft-subnet/evil-xfinity-wifi-access-point-poc-xfinity-pineapple-for-fun-profit-comcast-chaos.html and that got me thinking. I just bought a cheap $20 router on Amazon to have a little fun with it. Here is that link to the router I got http://www.amazon.com/TP-LINK-TL-WR841N-Wireless-Router-300Mpbs/dp/B001FWYGJS/ref=sr_1_1?s=pc&ie=UTF8&qid=1436891655&sr=1-1&keywords=wifi+router . I would like to use that router to broadcast the xfinity wifi login page and have people connect to it and save the passwords and user names to a log file in the router.
  13. I have been looking on Google and have tried to fix this problem but I can't find a solution. Please help!
  14. Thank you but now I am getting this error. sudo conpot --template default _ ___ ___ ___ ___ ___| |_ | _| . | | . | . | _| |___|___|_|_| _|___|_| |_| Version 0.4.0 Glastopf Project 2015-07-12 09:17:07,191 Starting Conpot using template: /usr/local/lib/python2.7/dist-packages/conpot/templates/default 2015-07-12 09:17:07,192 Starting Conpot using configuration found in: /usr/local/lib/python2.7/dist-packages/conpot/conpot.cfg 2015-07-12 09:17:07,251 Starting new HTTP connection (1): www.telize.com 2015-07-12 09:17:07,510 Fetched 208.58.43.151 as external ip. Traceback (most recent call last): File "/usr/local/bin/conpot", line 331, in <module> main() File "/usr/local/bin/conpot", line 260, in main server = server_class(protocol_template, root_template_directory, args) File "/usr/local/lib/python2.7/dist-packages/conpot/protocols/modbus/modbus_server.py", line 34, in __init__ self._configure_slaves(template) File "/usr/local/lib/python2.7/dist-packages/conpot/protocols/modbus/modbus_server.py", line 41, in _configure_slaves slave = self.add_slave(slave_id) File "/usr/local/lib/python2.7/dist-packages/modbus_tk/modbus.py", line 889, in add_slave return self._databank.add_slave(slave_id, unsigned) TypeError: add_slave() takes exactly 2 arguments (3 given) anonymous@anonymous-desktop:~$
  15. I first ran this command sudo apt-get install libsmi2ldbl snmp-mibs-downloader python-dev libevent-dev libxslt1-dev libxml2-dev and it ran fine but then I tried to install conpot with sudo pip install conpot I got an error. I am stuck. Please help! Welcome to Ubuntu 15.04 (GNU/Linux 3.18.0-20-rpi2 armv7l) * Documentation: https://help.ubuntu.com/ 2 packages can be updated. 0 updates are security updates. Last login: Sat Jul 11 20:09:45 2015 from 192.168.1.103 anonymous@anonymous-desktop:~$ clear anonymous@anonymous-desktop:~$ sudo pip install conpot [sudo] password for anonymous: Downloading/unpacking conpot Downloading Conpot-0.4.0.tar.gz (97kB): 97kB downloaded Running setup.py (path:/tmp/pip-build-3xfyDP/conpot/setup.py) egg_info for package conpot Downloading/unpacking gevent>=1.0 (from conpot) Downloading gevent-1.0.2.tar.gz (1.7MB): 1.7MB downloaded Running setup.py (path:/tmp/pip-build-3xfyDP/gevent/setup.py) egg_info for package gevent Downloading/unpacking pysnmp>=4.2.4 (from conpot) Downloading pysnmp-4.2.5.tar.gz (225kB): 225kB downloaded Running setup.py (path:/tmp/pip-build-3xfyDP/pysnmp/setup.py) egg_info for package pysnmp Requirement already satisfied (use --upgrade to upgrade): lxml in /usr/lib/python2.7/dist-packages (from conpot) Downloading/unpacking bottle (from conpot) Downloading bottle-0.12.8.tar.gz (69kB): 69kB downloaded Running setup.py (path:/tmp/pip-build-3xfyDP/bottle/setup.py) egg_info for package bottle Downloading/unpacking jinja2 (from conpot) Downloading Jinja2-2.7.3.tar.gz (378kB): 378kB downloaded Running setup.py (path:/tmp/pip-build-3xfyDP/jinja2/setup.py) egg_info for package jinja2 warning: no files found matching '*' under directory 'custom_fixers' warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'jinja2' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'jinja2' warning: no previously-included files matching '*.pyo' found under directory 'docs' Downloading/unpacking beautifulsoup4 (from conpot) Downloading beautifulsoup4-4.4.0-py2-none-any.whl (81kB): 81kB downloaded Requirement already satisfied (use --upgrade to upgrade): requests in /usr/lib/python2.7/dist-packages (from conpot) Downloading/unpacking sphinx (from conpot) Downloading Sphinx-1.3.1-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded Downloading/unpacking libtaxii>=1.1.0 (from conpot) Downloading libtaxii-1.1.106.tar.gz (132kB): 132kB downloaded Running setup.py (path:/tmp/pip-build-3xfyDP/libtaxii/setup.py) egg_info for package libtaxii warning: no files found matching 'README.md' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' no previously-included directories found matching 'docs/_build' Downloading/unpacking MySQL-python (from conpot) Downloading MySQL-python-1.2.5.zip (108kB): 108kB downloaded Running setup.py (path:/tmp/pip-build-3xfyDP/MySQL-python/setup.py) egg_info for package MySQL-python sh: 1: mysql_config: not found Traceback (most recent call last): File "<string>", line 17, in <module> File "/tmp/pip-build-3xfyDP/MySQL-python/setup.py", line 17, in <module> metadata, options = get_config() File "setup_posix.py", line 43, in get_config libs = mysql_config("libs_r") File "setup_posix.py", line 25, in mysql_config raise EnvironmentError("%s not found" % (mysql_config.path,)) EnvironmentError: mysql_config not found Complete output from command python setup.py egg_info: sh: 1: mysql_config: not found Traceback (most recent call last): File "<string>", line 17, in <module> File "/tmp/pip-build-3xfyDP/MySQL-python/setup.py", line 17, in <module> metadata, options = get_config() File "setup_posix.py", line 43, in get_config libs = mysql_config("libs_r") File "setup_posix.py", line 25, in mysql_config raise EnvironmentError("%s not found" % (mysql_config.path,)) EnvironmentError: mysql_config not found ---------------------------------------- Cleaning up... Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-3xfyDP/MySQL-python Storing debug log for failure in /home/anonymous/.pip/pip.log anonymous@anonymous-desktop:~$
  16. Since the NSA or FBI puts software in commonly used online software this is great for hackers and cyber criminals! Purposefully weaken encryption and the security of products because if they can access those back doors than so can some very motivated hackers.
  17. How can I get free tethering because I can't afford it and I need it. I have a samsung tablet and the carrier is at&t. I have already rooted the phone and i am not in a contract. Please help!
  18. When will there be a Metasploit module for created for CVE-2015-3113?
  19. Samy Kamkar made a awesome piece of software called USBdriveby but it was written for the teensy 3.1. Can someone please port the code to run on the Photon microcontroller? The Photon based off of the STM32F205 ARM Cortex M3. The Photon also has a led on D7. Here is link USBdriveby github https://github.com/samyk/usbdriveby/blob/master/usbdriveby_teensy.ino . Here is a link to Particles website (They make the Photon microcontrollers) https://www.particle.io/ .
  20. I am giving everyone access to my server. The ip is <nope> and the password is root and it is running on port 22. If anyone is wondering the server is running on aws and I am spoofing the ip. Edit: No, just no. This is not what you want to do at all.
×
×
  • Create New...