Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Scapy route6 configuration
Post: Scapy route6 configuration

I'm using scapy to build some IPv6 packets. I'm having trouble in the communications between hosts on the same network and with external links as well, I'm only able to communicate with my router. For...
peterkl Networking 0 3,791 Mar-06-2017, 03:58 PM
    Thread: Scapy Beacon Frames
Post: RE: Scapy Beacon Frames

Found the solution a few days ago : I had to switch interface's channel in the background. I was only getting the waves of one channel. Thanks anyway.
peterkl Networking 1 6,079 Feb-28-2017, 09:00 PM
    Thread: Scapy Beacon Frames
Post: Scapy Beacon Frames

I'm trying to build a scapy program that scans for Beacon Frames. Every router should send beacon frames to the air in an interval of X milliseconds so the possible hosts know the router(AP) is alive....
peterkl Networking 1 6,079 Feb-24-2017, 09:03 PM
    Thread: Python cmd function call from script
Post: RE: Python cmd function call from script

You can use subprocessing library to do that.  subprocess.Popen(you command)
peterkl General Coding Help 10 9,836 Feb-13-2017, 09:46 PM
    Thread: FIN scan with scapy
Post: FIN scan with scapy

I'm trying to make a FIN scan with python3.5 using scapy, I send a FIN packet and in case the port is closed I should get a RST packet back, in case it is opened the server should ignore my request. T...
peterkl Networking 0 5,390 Feb-13-2017, 09:10 PM
    Thread: Subprocess lib
Post: RE: Subprocess lib

It worked fine without the slip. Bit since the shell is True, my program is vulnerable to shell injection which I did not want to, I must read the documentation better, because I saw if the command wa...
peterkl General Coding Help 2 3,298 Jan-08-2017, 08:10 PM
    Thread: Subprocess lib
Post: Subprocess lib

Hello guys, I've been experimenting with the subprocess library in python 3.5 on linux. I've been able to run a few commands with success, but when it comes to run more than one commands at a time...
peterkl General Coding Help 2 3,298 Jan-08-2017, 05:42 PM
    Thread: ftplib os.listdir function
Post: ftplib os.listdir function

Hello everyone, I'm looking for a method like os.listdir(), but in the ftplib, within a ftp server. I want to list every dir on the ftp server and it's contents, if there's a dir inside dir list its...
peterkl Networking 1 4,624 Nov-30-2016, 08:55 PM
    Thread: PyPDF2, merge.append(...) problem
Post: RE: PyPDF2, merge.append(...) problem

Just found that the script is actually working with other PDF files, the problem was then in the PDF File, even so I do not understand why, because it has content on its pages and it's not corrupted.
peterkl General Coding Help 1 8,073 Oct-23-2016, 09:50 AM
    Thread: PyPDF2, merge.append(...) problem
Post: PyPDF2, merge.append(...) problem

Greetings everyone, I was developing a program to add Metadata to several PDF Files I have using PyPDF2, more specifically with the PdfFileMerger module. when I try to append the pdf file to the PdfF...
peterkl General Coding Help 1 8,073 Oct-23-2016, 08:31 AM
    Thread: 'str' object is not callable
Post: RE: 'str' object is not callable

(Oct-17-2016, 06:30 PM)Yoriz Wrote: You have over written the imported socket. from socket import * def port_scanner(host,port):   socket = ' ' Thank you :)
peterkl Networking 10 11,968 Oct-17-2016, 06:33 PM
    Thread: 'str' object is not callable
Post: RE: 'str' object is not callable

(Oct-17-2016, 05:59 PM)Yoriz Wrote: That is not the full traceback error, its doesn't show the line number the error occurred, the line that caused the error and what lead up to the error. That's th...
peterkl Networking 10 11,968 Oct-17-2016, 06:15 PM
    Thread: 'str' object is not callable
Post: RE: 'str' object is not callable

(Oct-17-2016, 05:47 PM)Yoriz Wrote: When posting an error, please posts the full traceback error in error tags. Error:'str' object is not callableThat's the full traceback error :)
peterkl Networking 10 11,968 Oct-17-2016, 05:53 PM
    Thread: 'str' object is not callable
Post: RE: 'str' object is not callable

(Oct-17-2016, 05:36 PM)demosthenesk Wrote: try host1 = str(hostfixed)+str(num1) Did not work, m8 :( thank you anyway :)
peterkl Networking 10 11,968 Oct-17-2016, 05:43 PM
    Thread: 'str' object is not callable
Post: 'str' object is not callable

Hello guys, I'm trying to build a simple port scanner, but I constantly got this error : ''str' object is not callable" I really don't know why I'm getting it, I did not assign a var as str, e.g : st...
peterkl Networking 10 11,968 Oct-17-2016, 05:32 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020