EnglishFrenchSpanish

OnWorks favicon

sc_attach - Online in the Cloud

Run sc_attach in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command sc_attach that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


sc_attach — simple scamper driver.

SYNOPSIS


sc_attach [-?dDv] [-c command] [-i infile] [-o outfile] [-p port] [-P priority]

DESCRIPTION


The sc_attach utility provides the ability to connect to a running scamper(1) instance, have
a set of commands defined in a file be executed, and the output be written into a single
file, in warts format. The options are as follows:

-? prints a list of command line options and a synopsis of each.

-d prints each command sent to scamper(1) on stderr.

-D causes sc_attach to operate as a daemon.

-v prints the current revision of sc_attach and exits.

-c command
specifies the scamper(1) command to prepend to each address in the input file.

-i infile
specifies the name of the input file which consists of a sequence of scamper(1)
commands or addresses (with the -c option), one per line. If '-' is specified,
commands are read from stdin.

-o outfile
specifies the name of the output file to be written. The output file will use the
warts format. If '-' is specified, output will be sent to stdout.

-p port
specifies the port on the local host where scamper(1) is accepting control socket
connections.

-P priority
specifies the mixing priority scamper(1) should assign to the source.

EXAMPLES


Given a set of commands in a file named infile.txt:

tbit -M 1280 -u 'http://www.example.com/' 2620:0:2d0:200::10
trace -P udp-paris -M 192.0.2.1
ping -P icmp-echo 192.0.32.10

and a scamper(1) daemon listening on port 31337, then these commands can be executed using:

sc_attach -i infile.txt -o outfile.warts -p 31337

Given a set of addresses in a file named infile2.txt:

2620:0:2d0:200::10
192.0.2.1
192.0.32.10

these addresses can be pinged with sc_attach operating as a daemon with:

sc_attach -D -c 'ping' -i infile2.txt -o outfile2.warts -p 31337

Use sc_attach online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Image Downloader
    Image Downloader
    Crawl and download images using
    Selenium Using python3 and PyQt5.
    Supported Search Engine: Google, Bing,
    Baidu. Keywords input from the keyboard
    or input from ...
    Download Image Downloader
  • 2
    Eclipse Tomcat Plugin
    Eclipse Tomcat Plugin
    The Eclipse Tomcat Plugin provides
    simple integration of a tomcat servlet
    container for the development of java
    web applications. You can join us for
    discussio...
    Download Eclipse Tomcat Plugin
  • 3
    WebTorrent Desktop
    WebTorrent Desktop
    WebTorrent Desktop is for streaming
    torrents on Mac, Windows or Linux. It
    connects to both BitTorrent and
    WebTorrent peers. Now there's no
    need to wait for...
    Download WebTorrent Desktop
  • 4
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 5
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 6
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • More »

Linux commands

Ad