Search the Community
Showing results for tags 'scanner'.
-
Hello everyone, I've been playing around with a freshly acquired Wifi Pineapple Tetra. I upgraded, did a few factory resets and frimware reset too I there a two problems that need to be fixed. The first one apparead with the firmware upgrade from 2.4.something to the latest 2.6.2. : The live scan results don't print. We need to do a scan, stop it and load the scan file to output the results. I have seen this issue a few times on the forums but no admin/dev here made any answer or fix. WE NEED TO FIX THIS. This feature is important for the field pentesting. The second one is linked to w
-
Hello everyone just though I would say my JavaScript network scanner project here : https://github.com/DarrenRainey/JavaScript-Network-Scanner Currently I it will scan and fingerprint devices based upon what files exist or don't exist on the device and once it fingerprints or can connect to a device it sends a post request with the fingerprint such as the routers model, the internal ip address and the user-agent from the victims PC. This code could be embedded into any website and sent a victim for recon. Currently it only scans a few predefined ip address's in the test.html file b
- 10 replies
-
- 1
-
-
- javascript
- scanner
-
(and 2 more)
Tagged with:
-
Hey everyone, just wanted to show you a recently created service for automated web application and network security scan. If some of you are hosting you'r own web applications perhaps you could test it. If you actually do, please check if there is some vulnerability Metascan could not find. Features: 1. Scans all 65535 ports on target hosts. The scan might take a while but it makes sure that all running services are found. 2. All the services running on host are checked for available vulnerabilities using CVEdetails DB. 3. All input forms and HTTP parameters are
-
sorry guys i deleted the script to refine it
-
Started getting into writing scanners in python a few months back after reading the violent python book, so thought I'd show off what I've done based from the book. The script gets the odd false/positive but apart from that it works fine on finding zimbra-mail by going through network ranges, ex: 192.168.0.1/24, checks if it uses port 7071 then reads the banner received. Feel free to alter the code for personal use or to share. And also, I take no responsibility for anyone's actions. password = ..hak5 https://pastee.org/6daha -Rizla